/* CSS Document */
body{
	background:url(images/back.jpg) right repeat-y white;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
.innerfade{
	width:370px; 
	height:310px; 
	float:right;
	text-align:center;
	padding:10px;
}
.carousel{
	position:absolute;
	top:30;
	right:0;
	display:none;
}
#classesBody{
	background:none;
}
#title{
	font-weight:bold;
}
#banner{
	background:url(images/banner.png) top left no-repeat;
	float:left;
	width:100%;
	height:300px;
	padding:0px;
	margin:0px;
	border:0px;
}
#menu{
	position:relative;
	top:-100px;
	left:70px;
	width:600px;
}
#menu ul{
	list-style:none;
}
#menu li {
	display:inline;
	padding:0px 0px 0px 20px;
}
#menu li a{
	color:#010A57;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	text-decoration:none;
}
#menu li a:hover{
	border-bottom:dashed thin black;
}
#container{
	position:relative;
	width:100%;
	float:left;
	top:-100px;
}
#content{
	position:absolute;
	left:0px;
	right:260px;
	padding-left:20px;
}
#classesContent{
	right:0px;
	width:900px;
	margin:auto;
}
#content h1{
	font-size:18px;
}
#content h2{
	font-size:16px;
}
#news{
	background:url(images/news.png) top left no-repeat;
	position:relative;
	float:right;
	width:250px;
}
#news h1{
	color:#FFFFFF;
	font-size:18px;
	padding-left:15px;
}
#news ul{
	list-style:square;
	padding-top:20px;
	font-size:12px;
	line-height:14px;
}
#news li{
	padding:2px 0px;
}