#container {
	position:relative;
	margin: auto;
}

#logo_ {
	position:relative;
	width:247px;
	height:121px;
	float: left;
}
body {
	background-color: #2A3742;
	background-image: url(../images/back.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidetop {
	background-image: url(../images/sidebar_top_trans.png);
	height: 27px;
}
#sidebottom {
	background-image: url(../images/sidebar_bottom_trans.png);
	height: 28px;
}
#header {
	position: relative;
	float: none;
	width: 800px;
	margin: auto;
	z-index: 100;
}
#headleft {
	float: left;
	width: 50%;
}
#headright {
	float: right;
	width: 50%;
}
#headlong {
	background-image: url(../images/headerback.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 121px;
}

#sidetext {
	background-image: url(../images/sidebar_texture_trans.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 10px;
}
#sidetext p {
	margin: 0px;
}

#content_text {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#sidebar_ {
	position:relative;
	width:238px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FA8B14;
}
#headergradient_ {
	position:relative;
	width:553px;
	height:67px;
	float: right;
	background-image: url(../small/images/headergradient.gif);
}

#banner_ {
	position:relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #7BA8DD;
}

#content {
	position:relative;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}

#footer_ {
	position:relative;
	height:52px;
	float: left;
	background-image: url(../images/headertext.gif);
	text-align: center;
	width: 100%;
}
#footleft {
	float: left;
}
#footright {
	float: right;
}
