@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	width: 100%;
}
body {
	background-color: #000000;
	margin:0px;
	height:100%;
	width:100%;
	font-family:Arial;
	font-size:13px;
	color:#DBC6A9;
}

#template-container {
	overflow:hidden;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

/* #####################
		Header
####################### */
#template-container-header {
	width:100%;
}
#template-container-header-logo { width:100%; margin:20px 0px 20px 0px; text-align:center; }
#template-container-header-menu { width:100%; height:30px; }

/* #####################
		Body
####################### */
#template-container-body {
	width:100%;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	margin-top:40px;
	margin-bottom:30px;
}

/* #####################
		Footer
####################### */
#template-container-footer {
	color:#684F0C;
	font-size:10px;
	width:100%;
}
#template-container-footer .left { float:left; }
#template-container-footer .right { float:right; }
#template-container-footer .right a { color:#684F0C; text-decoration:none; }
#template-container-footer .right a:hover { color:#684F0C; text-decoration:none; }
