@charset "UTF-8";
body {
	background:  url(images/bg.jpg) no-repeat center top fixed #003b52;
	margin: 0px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
}
a {
	color: #fff568;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	display: none;	
}

h1, h2, h3 {
	color: #d1ab38;
}

h3 {
	font-size: 20px;	
}

#header {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	clear: both;
}

#menu {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: url(images/bg_menu.png) repeat-x top;
}

#content {
	background: url(images/bg_trans.png);	
	width: 960px;
	height: auto;
	margin: 10px auto;
}

#footer {
	background: url(images/bg_footer.png) no-repeat top;
	width: 100%;
	height: 35px;
	text-align: center;
	clear: both;
	padding-top: 20px ;
}

#footer a {
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}
#footer a:hover{
		text-decoration:underline;
}

.threeCol {
	width: 300px;
	padding: 25px 10px 25px 25px;
	height: auto;
	float: left;
}

.oneCol {
	width: 600px;
	padding: 25px 10px 25px 25px;
	height: auto;
	float: left;
}

.h {	
}

#admin {
	width: 500px;
	text-align:center;
	background: #fff;
	padding: 30px;
	color: #333;
}

#admin strong{
	font-size: 15px;
	color:#01427F;
	text-decoration: underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#admin h2 {
	color: #930;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
}

.menus a{
	font-size: 15px;	
}

