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

body {
	background-image:url(images/bg4.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-color: #000000;
}

.items {
	color: #d1cf2a;
}

.form {
	background-color:#413720;
	font-family:Georgia, "Times New Roman", Times, serif; color:#FFF;
	width:636px;
}

.contacttext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:25px;
	line-height:25px;
}	

#wrapper {
	width: 950px;
	margin: 0 auto;
}
	
#header {
	background-image: url(images/head.jpg);
	background-repeat:no-repeat;
	border-bottom-style:solid; border-bottom-width:thin; color: #413720;
	width: 950px;
	height: 175px;
	margin: 0 auto;
}

#nav {
	width: 170px;
	float:left;
	padding-left: 25px;
	padding-top:15px;
	font-family: Georgia, "Times New Roman", Times, serif; color: #d1cf2a; font-size:15px;
	letter-spacing:3px;
	line-height: 40px;
}


#maintext {
	width:685px;
	padding-top:15px;
	padding-left:30px;
	border-left: solid thin #413720;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:13px;
	line-height: 25px;
	text-align: justify;
}

#footer {
	width:950px;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	border-top: solid thin #413720;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:10px;
	letter-spacing:2px;
}

