/* CSS Document */

#wrapper {
width:1024px;
top:0px;
position:absolute;
}

#banner {
width:1004px;
height:150px;
background-image:url(banner_g.png);
background-repeat:repeat-x;
position:absolute;
}

#top_nav {
top:150px;
position:absolute;
width:1024px;
height:34px;
}

.nav_entries tr td a{
text-decoration:none;
border:none;
}

.nav_entries:active {
text-decoration:none;
}

.content {
	width:1020px;
	background-color:#999900;
	top:200px;
	position:absolute;
	padding-left:10px;
}

.content_header {
font-size:x-large;
color:#999999;
}

#lefside_ban {
width:10px;
height:150px;
position:absolute;
background-image:url(left_side_banner.png);
}

#righside_ban {
width:10px;
height:150px;
position:absolute;
background-image:url(right_side_banner.png);
}

#total_content_holder {
width:1024px;
height:8px;
background-image:url(content_top.png);
top:220px;
width:1024px;
position:absolute;
}

#main_content_mid {
width:1008px;
height:600px;
position:absolute;
top:228px;
background-color:rgb(127,127,127);
}

#main_content_left {
width:8px;
height:600px;
top:228px;
position:absolute;
background-color:#000000;
}
#main_content_right {
width:8px;
height:600px;
left:1149px;
top:228px;
background-color:#000000;
position:absolute;
}

#bottom {
top:810px;
position:absolute;
left:0px;
width:100%;
height:325px;
background-image:url(bottom.png);
background-repeat:repeat-x;
}