body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(img/bg-page.png);
	border-top-color: #FFFFFF;
}

#wrapper {
	width:800px;
	height:1050px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
	border-right: 8px #dcd9d2 ridge;
	border-left: 8px #dcd9d2 ridge;
	background-image: url(img/Pattern1.gif);
}

#header {
	height: 170px;
	padding: 5px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #CCCC99;
	border-bottom: #c06f58 double;
}

#nav {
	height: 20px;
	padding:5px;
	background-image: url(img/Pattern1.gif);
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-bottom: #c06f58 double;
}
	
a:link		{ color: #ece9d8; text-decoration: none }

a:visited	{ color: #ab4425; text-decoration: none }

a:active	{ color: #d0c258; text-decoration: none }

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

#content {
	margin-top:10px;
	padding-bottom:10px;
}

#content div {
	padding:10px;
	border:1px solid #bbb;
	float:left;
}

#content-left {
	width:200px;
	height:750px;
	background-color: #ffffff;
}
#content-main {
	margin-left:10px;
	width:535px;
	height:750px;
	background-color: #ffffff;
}

#footer {
	margin-top:10px;
	margin-bottom:5px;
	padding:10px;
	border: 2px #c06f58 dotted;
	width:775px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color:#993300;
	color: #ffffff;
	}
	
#bottom {
	clear:both;
	text-align:right;
	}
