/* CSS Document */

body {
	background-color: #5A3D1C;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 0 50px 0;
	color: #fff;
}

body, p, table, tr, td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

table {
	background-color: transparent;
	text-align: center;
} 

tr, td {
	background-color: transparent;
}

font {
	color: #000 !important;
	font-weight: normal !important;
	text-align: left !important;
}

img {
	border: 0;
}

hr {
	color: #5A3D1C;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*******************************/

div#wrapper {
	text-align: center;
	width: 100%;
}

div#base {
	margin: 0 auto 0 auto;
	width: 700px;
	overflow: auto;
	text-align: left;
	outline: 0;
	z-index: 0;
	border: 4px double #C9BDA6;
}

div#header {
	z-index: 5;
	width: 700px;
	height: 250px; 
	background-color: #5A3D1C;
	padding: 0;
	margin: 5px;
}

div#contentwrapper {
	padding: 10px;
	width: 700px;
	float: left;
	background-color: #fff;
}

div#content {
	width: 700px;
	background-color: #fff;
}
