@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#6B6854;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #edf9fd;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.capital{
	color:#00ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
}
#headline{
	width:800px; 
	position:relative; 
	margin:0 auto; 
	padding:0px;
}
#panel{
	width:800px; 
	position:relative; 
	margin:0 auto; 
	padding:0px;
	clear:both
}
#rightCol{
	width:240px; 
	float:left;
}
#leftCol{
	width:560px; 
	float:right;
	background-color: #edf9fd;
}
#rightColTop{
	float:right;
	width:240px; 
	height:180px; 
	position:relative; 
	margin:0;
	padding:0; 
	background:url(images/rightColTop.gif) 0 0 no-repeat;
}
#leftColTop{
	float:left;
	width:560px; 
	height:180px; 
	position:relative;
	margin:0; 
	padding:0; 
	background:url(images/leftColTop.gif) 0 0 no-repeat;
}

#leftCol img{
	width:100px;
	height:100px;
	float:left;
	padding-right:5px;
}
#leftColBox{
	float:right;
	width:455px;
	padding:0px;
}
#leftColBox img{
	width:25px;
	height:18px;
	position:fixed;
}
#leftColHalf{
	width:280px;
	float:left;
}
#clearLeftCol{
	width=540px;
	height:10px;
	clear:both;
}
#clear800{
	width=800px;
	height:10px;
	clear:both;
}
#rightCol ul{
	width:240px; 
	display:block; 
	background:url(images/menu-background.gif) 0 0 no-repeat; padding:48px 0 0;
}
#rightCol ul li{
	width:118px; 
	height:27px; 
	position:relative; 
	margin:0 auto; 
	background:url(images/dot.gif) 0 100% repeat-x;
}
#rightCol ul li a{
	width:96px; 
	height:26px; 
	display:block; 
	background:url(images/arrow-normal.gif) 0 50% no-repeat #edf9fd; 
	color:#0066cc; 
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding:0 0 0 22px; 
	text-decoration:none;
}
#rightCol ul li a:hover{
	background:url(images/arrow-normal.gif) 0 50% no-repeat;
	color:#00ccff;
	text-decoration:none;
}
#rightColFacebook{
	height:225px;
	width:inherit;
	vertical-align:bottom;
	text-align: center;	
}
#timetableTitle{
	width:540px; 
	height:60px; 
	display:block; 
	background:url(images/timetable.gif) no-repeat; 
}
#timetable{
	clear:both;
	width:540px;
}
#timetable h1{
	color:#0066CC
}
#timetableTime{
	width:98px;
	float:left;
}
#timetableDesc{
	width:438px;
	float:right;
}
#news{
}
#news h1{
	color:#00ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	text-transform: none;
	font-weight: bold;
}
#news h2{
	color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
}
#footer{
	height:51px;
	width:auto;
	background-image: url(images/footerBg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	min-width: 800px;
	clear: both;
}
#footer p{
	color:#003399;
	font-weight: bold;
}
