body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	color: #663300;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff8ea;
}

div.wrapper { 

	width: 935px;
	background: url(images/body-bg.gif);
	text-align:left;
}

#topmenu {
	height: 47px;
	background: url(images/menu-bg.gif) repeat-x;
	color:#FFFFFF;
	vertical-align:top;
	padding-right: 50px;
	padding-top:10px;
}

#content {
	padding: 0 20px;
	background: #f1e0c4;
}

.imageholder{
	background: url(images/image-holder-bg.gif) no-repeat;
	width: 180px;
	font-size: 11px;
	text-align: right;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 22px!important;
	padding-bottom: 33px;
	padding-left: 21px;
}

.footer {
	background: #fff8ea url(images/footer-bg.gif) no-repeat;
	text-align: center;
	height: 90px;
	padding-top: 40px;
	font-size:11px;
	line-height:14px;
}

p {
	padding-bottom: 5px;
}

a {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #996633;
	text-decoration:underline;
}

ul {
	margin: 0px;
	list-style-position: inside
}

li {
	padding-bottom: 5px;
}