* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(/images/page-bg-strip.gif) repeat-x #ffffff;
}

.testdiv {
	border : 1px solid #000;
}

img {
	border-style: none;
}

#pagewrapper-top {
	width:800px;
	padding: 0px 30px;
	height: 225px;
	background: url(/images/page-bg.gif) repeat-y #EDEDCE;
	margin: 0px auto;
}

#pagewrapper-bottom {
	width:800px;
	padding: 0px 30px;
	background: url(/images/page-content-bg.gif) repeat-y #ffffff;
	margin: 0px auto;
}

#header {
	background-color: #EDEDCE;
}

#header p {
	float: left;
}

#topmenu {
	padding-top: 130px;
	width : 630px;
	float: right;
}
#topmenu ul {
}
#topmenu li {
	list-style: none;
	float: left;
	padding-right: 18px;
}
#topmenu li, #topmenu li a {
	font-size: 15px;
	font-family: Georgia, Arial, Helvetica;
	text-decoration: none;
	color: #B3B386;
}
#topmenu li, #topmenu li a {
	font-size: 15px;
	font-family: Georgia, Arial, Helvetica;
	text-decoration: none;
	color: #B3B386;
}
#topmenu li a:hover {
	color: #8596A2;
}
#topmenu li.current {
	color: #4D575E;
}

#title {
	height: 35px;
	padding: 40px 75px 0px 75px;
	background-color: #F4F4E7;
}

#content {
	padding: 20px 75px;
}

#main {
	
}

#footer {
	width:810px;
	height: 45px;
	background: url(/images/footer-bg.gif) repeat-x #ffffff;
	padding: 40px 50px 0px 0px;
	text-align:right;
	margin:0px auto;
	font-size: 90%;
	color: #B5B5B5;
}
#footer a {
	color: #B5B5B5;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}


