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

body {
	background-color: #302a1f;
	overflow: -moz-scrollbars-vertical;
}

p {
	font-family: Tahoma, Helvetica, Arial, serif;
	font-size: 12px;
	color: #86796f;
	text-align: center;
	margin-top: 15px;
}

p a {
	color: #86796f;
	text-decoration: underline;
}

p a:hover {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Helvetica, Arial, serif;
	font-size: 18px;
	font-weight: bold;
	color: #c4b5a2;
	text-align: center;
	margin-top: 25px;
}

h3 {
	color: #ffffff;
}

#wrapper {
	margin: 25px auto;
	width: 1024px;
	height: 643px;
	background-color: #302a1f;
}

#wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
}

#leftblock {
	float: left;
	width: 600px;
	height: 582px;
}

#header {
	clear: both;
	width: 600px;
	height: 140px;
	background-color: #a19079;
	background-image: url(../images/headerlogo.jpg);
	background-repeat: no-repeat;
	margin-top: 26px;
}

#header p{
	padding-top: 70px;
	text-align: left;
	color: #302a1f;
}

#header p a{
	color: #ddd7cc;
	text-decoration: none;
}

#header p a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#headerleft {
	float: left;
	width: 400px;
	height: 125px;
}

#headerright {
	float: right;
	width: 200px;
	height: 125px;
}

#headerright p{
	padding-top: 15px;
	text-align: right;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	padding-right: 5px;
}

#contentblock {
	width: 600px;
	height: 415px;
}

#contentblock h1 {
	padding-top: 125px;
	font-family: Tahoma, Helvetica, Arial, serif;
	color: #a19079;
	font-size: 32px;
	font-weight: lighter;
	text-align: center;
}

#rightblock {
	float: right;
	width: 424px;
	height: 554px;
	margin-top: 26px;
}

#footer{
	clear: both;
	margin: 0px auto;
	height: 60px;
	font-family: Tahoma, Helvetica, Arial, serif;
	font-size: 10px;
	color: #a19079;
	text-align: right;
}
	
#footer p{
	padding-top: 25px;
	font-family: Tahoma, Helvetica, Arial, serif;
	font-size: 10px;
	color: #a19079;
	text-align: right;
}

#footer p a{
	text-decoration: underline;
	color: #a19079;
}

#footer p a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
