
body {
	margin: 0;
	background:#000000;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.8em;
  	font-size: 0.75em;
	color: #333;
	text-align:center;
	/*background:url('images/bg.jpg') repeat;*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-family:Tahoma, Verdana, Arial, Serif;
	color: #000;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:1em;	
}

div#base {
	margin-left: auto;
	margin-right: auto;
	width:893px;
	background-image: url('images/bg.jpg');
	background-repeat:repeat-y;
}
div#header {
	width:893px;
	height:175px;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
}
div#content {
	width:763px;
	padding:25px 65px 25px 65px;
	text-align:left;
}
div#form {
	width: 450px;
	height:300px;
	margin:25px 156px 25px 156px;
	padding: 28px 0px 0px 0px;
	background-image: url('images/form.jpg');
	background-repeat:no-repeat;
	text-align: center;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width:850px;
	border-top: 3px solid #601b20;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	color: #ddd9d9;
	text-align:center;	
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #ddd9d9;	
	border:0px none;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}	