@import url(reset.css);
@font-face {
	font-family:'UnvrС';
	src:url('../fonts/unvrс.EOT');	/* IE */
	src:
		local('Unvr'),	/* various names of local fonts */
		url('../fonts/unvrс.TTF') format('truetype');
	}

BODY {
	background:url(../i/bg.jpg) repeat;
	font:14px UnvrС, sans-serif;
	font-weight:normal;
	line-height:1em;
	color:#FFF;
	text-transform:uppercase;
	}
H1 {
	width:70px;
	margin-bottom:30px;
	font-size:1.2em;
	font-weight:normal;
	}
A, A:visited {
	color:#FFF;
	}
A:hover {
	text-decoration:none;
	}
DIV#window {
	width:789px;
	height:438px;
	margin:10% auto 0;
	padding:25px;
	background:url(../i/window.png) no-repeat;
	}
	DIV#content {
		width:480px;
		float:left;
		}
		P#banner {
			margin-bottom:15px;
			}
		P#footer {
			margin-top:5px;
			font-size:0.65em;
			font-family:'Trebuchet MS', Helvetica, sans-serif;
			}
	DIV#schedule {
		width:284px;
		padding:38px 0 0 25px;
		float:right;
		font-size:0.8em;
		}
		DIV.day {
			background:url(../i/stripe.gif) no-repeat 0 100%;
			margin-bottom:10px;
			padding-bottom:5px;
			}
		DIV#schedule H2 {
			float:left;
			clear:left;
			width:105px;
			font-weight:normal;
			margin:2px 8px 0 0;
			font-size:1.1em;
			}
			DIV#schedule H2 SPAN {
				margin:7px 5px 0 0;
				display:block;
				font-size:3em;
				float:left;
				}
		DIV#schedule P {
			margin:0 0 5px 115px;
			}
			DIV#schedule P SPAN {
				display:block;
				margin-bottom:2px;
				color:#C4DAE7;
				font-size:1.05em;
				}
	P.langs {
		clear:both;
		overflow:hidden;
		text-align:right;
		margin-top:-30px;
		}
