@charset "iso-8859-1";

body {
	padding: 0px;
	margin: 0px;
	background-color: #2b3034;
	background-image: url('../img_struct/Body.Bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}

body#Int {
	padding: 0px;
	margin: 0px;
	background-color: #2b3034;
	background-image: url('../img_struct/Body.Bg.Int.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	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: 0px solid #222222;
	background-color: #1c1c1c;
	background-image: url('../img_struct/Content.Bg.jpg');
	background-repeat: repeat-y;
	margin: 0px;
}

#Template_ColumnSX {
	width: 604px;
	margin: 0px;
	text-align: left;
	float: left;
	padding-bottom:10px;
}

#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-color: #1a1d22;
	height: 80px;
	margin-top: 20px;
}