@charset "utf-8";
/* CSS Document */

@import "http://fonts.googleapis.com/css?family=Maven+Pro:400,700";
* {
	margin:0px;
	padding:0px;
}
html, body {
	height: 100%;
}
body {
	background: #060032;
	color: #665E78;
	font: 12px/20px Arial, Helvetica, sans-serif;
	min-width: 995px;
	padding: 0;
	position: relative;
}
.main {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 995px;
}
#topstrip {
	background:url(../images/topbr.jpg) repeat-x;
	height:12px;
}
.logo {
	width:215px;
	height:104px;
	background:url(../images/sarvodayalogo.png) no-repeat;
	position:absolute;
	left:10px;
	top:10px;
}
.flash {
	width:995px;
	height:507px;
	margin:0 auto;
}
.cl {
	clear:both;
}
.menu {
	background:url(../images/menubg.jpg) repeat-x;
	height:37px;
	display:block;
	width:100%;
	float:left;
}
#date {
	float:right;
	margin:8px 0 0 0;
	color:#E6C595;
	font-size:11px;
}
#nav {
	float: left;
	margin: 0 0 0;
}
sep {
	background:url(../images/seprattor.jpg) no-repeat;
}
#nav li {
	display: block;
	float: left;
}
#nav li {
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	line-height: 40px;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #F33907;
}
#footer {
	height:30px;
	display:block;
	overflow:hidden;
	width:995px;
	padding:20px 0 0 0;
	margin:0 auto;
	text-align:left;
	color:#989BAF;
	font-size:11px;
}
