body {
	margin: 0px;
	background: #333333 url(../_g/back_shadow.jpg) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
}
.linkcontainer{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	height:24px;
}
.banner {
	background:url(../_g/header2_bg.jpg) top left no-repeat;
	height:150px;
	display:block;
}
.body_content {
	padding: 5px;
	background-image: url(../_g/bg_content.jpg);
	background-repeat: repeat;
}
.main_content_box {
	background-color: #FFFFFF;
}

.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	background-image: url(../_g/header2_bg.jpg);
	background-position: top;
	margin:0;
	line-height:50px;
	pading:0 50px;
}
.nav a:active,.nav a:visited,.nav a:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 155px;
	color: #FFFFFF;
	line-height: 50px;
	float:left;
	text-align:center;
}
.nav a:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


