body p{
	padding: 0;
	margin: 0;
}

html{
	/*background: url(../images/filler.png);*/
}

body{
	padding: 0;
	margin: 0;
	/*background: #389ad1;*/
	/*background:url("../images/main_bg.png");*/
	background: white;
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
}

#wrap{
	width: 800px;
	margin: 0 auto;
	background-repeat: no-repeat;
	/*background: url(../images/banner.png);*/
}

#top_menu{
	float: right;
	height: 150px;
	color: white;
	font-size:12px;
	/*padding-right: 10px;*/
}

#top_menu a{
	text-decoration: none;
	color: white;
}

#top_menu a:hover{
	text-decoration: underline;
}

#content_body{
	clear: both;
	/*background:url(../images/content_body.png);*/
	/*background: #389ad1;*/
	background: white;
	padding: 0 20px;
	text-align: justify;
}

#content_body a{
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

#content_body a:hover{
	color: red;
}

#content_body img{
	margin: 5px;
	border: 2px solid #FFFFFF;
}

#content_footer{
	clear: both;
	height: 50px;
	/*background:url(../images/content_footer.png);*/
	background: #0070e0;
	text-align: center;
}

#content_footer a{
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

#clearer{
	clear: both;
}

#content_footer a:hover{
	color: red;
}

h3,h2{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	background: #0070e0;
}

#splash{
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -320px;
	margin-top: -100px;
	padding: 0;
	font-size: 16px;
}
