body { 
	margin: 0px; 
	line-height: 16px; 
	font-family: Tahoma, Arial; 
	background: url(images/header.jpg) no-repeat center top #0C1DFF; 
	color: #ffffff; 
	font-size: 14px;
}

#header h1{
	font-family: Tahoma, Arial; 
	color: #FFFC00; 
	font-size: 48px;
	padding: 0px 0px 0px 0px;
}

#header h2{
	font-family: Tahoma, Arial; 
	color: #FFFC00; 
	font-size: 24px;
}

#logo { 
	padding: 0px 0px;
	color: #fff; 
	text-align: center;
}


#menu {

	text-align: center; 
	margin: 30px 0px;
}

#menu ul {

	text-align: center;
	list-style: none; 
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul a { 
	font-weight: bold; 
	font-size: 14px; 
	text-decoration: none; 
	color: #FFFC00; 
	padding:0 10px 2px 10px;
}

#menu ul a:hover { 
	color: #020576; 
}

#main {
	background: url(images/bgnd.jpg) repeat-y top center;
}

#content {
	width: 780px; 
	margin: 0 auto;
}

h1 {
	margin: 30px 0 0 0; 
	padding: 5px 0 7px 45px; 
	text-transform: uppercase; 
	font-size: 24px; 
	color: #FFFC00; 
}

#text { 
	width: 520px;
}

#text h1 {
	margin: 30px 0 0 0; 
	padding: 0px 0 0px 10px; 
	text-transform: uppercase; 
	font-size: 24px; 
	color: #FFFC00; 
}

#text p { 
	color: #000000;
	margin: 7px 0 7px 0;
}

#text ul {
	color: #FFFC00;
}
 

#text li {
	color: #000000;
}

#text img {
	padding: 10px 10px;
}

img {
	float: right;
}

#sidebar {
	float: right; 
	width: 227px; 
	margin: 7px 0px 0px 0px; 
}

#sidebar_top { 
	width: 227px; 
	height: 40px; 
	background: url(images/sidebar_top.jpg) no-repeat;
}

#sidebar_text { 
	background: url(images/sidebar_img.jpg);
	padding: 0 30px;
}

#sidebar_text p { 
	margin: 0px 0px;
}

#sidebar_bottom { 
	width: 227px; 
	height: 57px; 
	background: url(images/sidebar_bottom.jpg) no-repeat;
}

#sidebar h2{
	color: #fffc00;
	font-family: Tahoma, Arial; 
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}

#sidebar h2 a { 
	color: #fffc00; 
	text-transform: uppercase; 
	text-decoration: none;
	background: none;
}

#sidebar h2 a:hover {
	color: #1eff00;
	text-transform: uppercase; 
	text-decoration: underline;
	background: none;
}

#footer {
	background: url(images/footer.jpg) no-repeat top center; 
	height: 102px; 
	clear: both; 
	width: 780px; 
	margin: 0 auto; 
	padding: 10px 0px 0px 0px;
	color: #000000;  
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#footer a { 
	color: #000000; 
}

#footer a:hover { 
	color: #fff;
	text-decoration: none;
}