

body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	padding-top:44px;
	width:795px;
	margin:auto;
	text-align:center;
}

.clear{
	clear: both;
	height: 0px;
}

#nav {
	width:795px;
	height: 60px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}	

#nav ul{
	padding-left: 125px;
	list-style-type: none;
	float: right;
	margin-top: 35px;
}

#nav ul li{
	float: left;
}

#nav ul li a{
	font-family: Tahoma;
	color: #6699ff;
	font-size: 11px;
	padding: 7px;
	margin-left: 10px;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #666666;
}

#nav ul li a.active{
	text-decoration: underline;
	color: #6699ff;
}

#banner {
	width:791px;
	border:2px solid #5e8bff;		
}	

#content {
	width:795px;	
	text-align:left;
	font-size:13px;
	color:#333333;
	line-height:16px;
}	

#footer {
	width:795px;
	font-size:11px;
	color:#666666;
	padding-top:5px;		
}

a {
	font-weight:bold;
	color:#5e8bff;
}


a:hover {
	font-weight:bold;
	color:#333333;
}












p {
	margin-top:0px;
}	

hr {
	border-top:2px solid #5e8bff;
	border-left:none;
}

h1 {
	color:#5e8bff;
	font-size:17px;
	font-family:Tahoma, "Times New Roman", Times, serif !important;
}

td {
	vertical-align:top;
}

