@charset "UTF-8";
body,td,th {
	color: #ffffff;
}
body {
	background-color: #0000FF;
	background-image: url(../headers/backround.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#header {
	position:absolute;
	left:0px;
	top:4px;
	width:100%;
	height:150px;
	z-index:1;
	padding: 5px;
	color: #FFFFFF;
}
#main_content {
	position:absolute;
	width:900px;
	height:500px;
	z-index:2;
	left: 169px;
	top: 208px;
	color: #FFFFFF;
}
#Sidebar {
	position:absolute;
	left:14px;
	top:156px;
	width:283px;
	height:485px;
	z-index:3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
#apDiv1 {
	position:absolute;
	width:550px;
	height:439px;
	z-index:1;
	left: 327px;
	top: 20px;
	color: #FFFFFF;
}
a:hover {
	color: #f26c4f;
	text-decoration: none;
}
a:link {
	color: ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ffffff;
}
a:active {
	text-decoration: none;
	color: ffffff;
}

