body {
	background-color: #683E2C;
	font-family: Verdana;
	color: #D1C5A6;
	margin: auto;
}

a {
	color: #D1C5A6;
}

a:hover {
	color: white;
}

#div_main_wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	background: #683E2C url('images/background.jpg') top center no-repeat; 
}

#div_header {
	border: 0px solid red;
	width: 950px;
	height: 100px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


#div_header_logo {
	float: left;
}

#div_header_text {
	float: right;
	font-size: 10pt;
}

#div_content {
	border: 0px solid red;
	width: 950px;
	margin: auto;
	font-size: 10pt;
}

#div_content_slider img{
	border: 1px solid #D1C5A6;
}

#div_content_01 {
	width: 50%;
	float: left;
	text-align: left;
	margin: 5px auto;
}

#div_content_02 {
	width: 48%;
	float: right;
	text-align: left;
	margin: 5px auto;
}

#div_footer {
	width: 950px;
	margin: auto;
	height: 50px;
	font-size: 10px;
	background-color: #D1C5A6;
	color: #683E2C;
}

#div_footer_copyright {
	float: left;
	line-height: 50px;
	padding-left: 25px;
	width: 400px;
	text-align: left;
}

#div_footer_pagetop {
	width: 400px;
	float: right;
	line-height: 50px;
	text-align: right;
	padding-right: 25px;
}

#div_footer_pagetop a {
	color: #683E2C;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

p {
	font-size: 12px;
}

.clear {
	clear: both;
}

#divPrivacyPolicy {
	text-align: left;
	display: none;
}