/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/





#wrapper 

{
margin-top:0px;
margin-right: auto;
margin-bottom:0px;
margin-left: auto;
width:1000px;
}

body {

text-align: center;
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;

}

h1, h2, h3 
{
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A33000;
}




/* Header */

#header {
	width: 1000x;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #A33000 url(images/mainbanner.jpg) no-repeat 10px 10px;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}


/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif);
	border: 10px solid #A33000;
	border-top: none;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}