/* CSS Document */

* { margin:0; }
* { padding:0; }

body {
	width:850px;
	 margin-left:auto;
	 margin-right:auto;
	font-family:"Century Gothic", Arial;
	font-size:13px;
	background-color:#9CCCFF;
	background-color:#60AFFF;
}
#header {
	background-image:url(/assets/images/pagetop.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:210px;
}	

#home {
	background-image:url(/assets/images/home.jpg);
	background-repeat:no-repeat;
	width:100%;
	padding-top:400px;
	background-color:#B9DCFF;
	padding-bottom:30px;
}	

#footer {
	width:100%;
	text-align:center;
	padding-top:10px;

}
#footer a {
	text-decoration:none;
	color:#000000;
}	

#content {
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-y;
	padding-bottom:20px;
}

#menu1{
	float:right;
	padding-top:125px;
	height:17px;
	color:#FFFFFF;
}

#header #menu1 li a{
	color:#FFFFFF;
	font-weight:bold;
}

#menu2{
	float:right;
	padding-top:3px;
	height:17px;
}


#header li {
	list-style: none;
	float: right; 
	padding: 2px 15px 3px 0px;
	color:#333333;
}

#header img {
	border:none;
}

#header li a {
	text-decoration:none;
	color:#333333;
}

#pagename {
	float:right;
	font-size:35px;
	padding-right:30px;
	vertical-align:bottom;
	color:#008EE0;
}


