/*Design by Sascha Hansen */
body {
	background: #FFFFFF;
	margin-top: 20px;
	text-align: justify;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #764B31;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: 7D8381;
	font-weight: normal;
}

/* Header */

#header {
	width: 729px;
	height: 251px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	background: #A99C89;
}

#header1 {
	width: 41px;
	height: 251px;
	float:left;
	border-bottom: none;
	border-top: 2px solid #FFFFFF;
	background: #A99C89;
	
}

#header2 {
	width: 686px;
	height: 251px;
	float:left;
	border: 2px solid #999999;
	border-bottom: none;
	border-left: none;
	background: #A99C89;
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: -7px;
	color: #764B31;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #764B31;
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}

/* Content */

#content {
	width: 729px;
	border-top: none;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#content1 {
	width: 40px;
	float:left;
	border-top: none;
	
	
	background: #FFFFFF;
}

#content2 {
	width: 686px;
	float:right;
	border: 2px solid #999999;
	border-top: none;
	
	
	background: #FFFFFF;
}

#colTwo {
	float:left;
	margin-top: 20px;
	width: 646px;
	padding: 0 20px 0 20px;
	border: 2px solid  #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;
}
#colOne {
	float: left;
	width: 400px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
#colThree {
	float: right;
	width: 220px;
	margin-top: 20px;
	padding: 0 20px 0 0px;
}


#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}


#footer {
	width: 729px;
	margin: 0 auto;
	padding-top: 0px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#footer1 {
	float: left;
	margin-top: 5px;
	width: 39px;
	height:50px;
	background-color:#FFFFFF;
	
}

#footer2 {
	float: right;
	margin-top: 5px;
	width: 472px;
	height:50px;
	background-color:#666666;
	border: 2px solid #999999;
	
}

#footer3 {
	float: left;
	margin-top: 5px;
	width: 200px;
	height:50px;
	background-color:#666666;
	border: 2px solid #999999;
	
}

