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

body {
	margin: 0;
	background-color: #E1CEA4;
	height: 100%;
}

a:link {
	background:transparent;
	color:#A77E30;
	text-decoration:none
}
a:visited {
	background:transparent;
	color:#A77E30;
	text-decoration:none
}
a:hover {
	background:transparent;
	color:#3E0301;
	text-decoration:underline
}
a:active {
	background:transparent;
	color:#432407;
	text-decoration:underline
}

a img {
	border-width: 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 1087px;
	height: 129px;
	text-align: left;
	overflow: hidden;
}

#logo {
	float: left;
	width: 366px;
	height: 129px;
	background-image: url(/assets3/template-01.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#navarea {
	float: right;
	width: 721px;
	height: 129px;
	background-image: url(/assets3/template-02.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#prebody {
	margin-left: auto;
	margin-right: auto;
	width: 1087px;
	height: 9px;
	background-image: url(/assets3/template-03.jpg);
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 1087px;
	background-image: url(/assets3/template-04.jpg);
	background-repeat: repeat;
	text-align: left;
	overflow: auto;
}

#leftpillarwrapper {
	float: left;
	width: 195px;
	margin-left: 26px;
	padding-right: 18px;
	overflow: auto;
}

#rightpillarwrapper {
	float: right;
	width: 192px;
	margin-right: 26px;
	overflow: auto;
}

#content {
	width: 600px;
	margin-left: 250px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1087px;
	height: 26px;
	background-image: url(/assets3/template-05.jpg);
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

li {
	padding-bottom: 20px;
}