@charset "iso-8859-1";

body {
	padding: 0px;
	margin: 0px;
	background-color: #5c9947;
	text-align: center;
}

#Template_Body {
	width: 907px;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
}

#Template_Header {
	position: relative;
}

#Template_Content {
	float: left;
	width: 907px;
	border-top: 1px solid #222222;
	background-color: #1c1c1c;
	background-image: url('../img_struct/Content.Bg.jpg');
	background-repeat: repeat-y;
	margin: 0px;
}

#Template_ColumnSX {
	width: 600px;
	margin: 0px;
	text-align: left;
	float: left;
}

#Template_ColumnDX {
	width: 302px;
	text-align: left;
	right: 0px;
	float: right;
}

#Template_Text {
	margin: 20px;
}

/*
#Template_Logo {
	position: relative;
	float: left;
}
*/

#Template_Image {
	clear: both;
	margin: 0px;
}

#Template_MenuMain {
	padding: 0px;
	margin: 0px;
}

#Template_Footer {
	clear: both;
	width: 100%;
	background-image: url('../img_struct/Footer.Bg.gif');
	background-repeat: repeat-x;
	height: 80px;
	margin-top: 0px;
	/*background-color: #555555;*/
	/*margin-top: 10px;*/
}