body {

	text-align: center;

	margin: 0px;

	padding: 0px;

	background-color: #ded6b2;

	font-family: Tahoma, sans-serif;

}

h1 {

	font-size: 14px;

	font-weight: bold;

	color: #5b4b27;

	margin: 0px;

	padding: 0px;

	font-family: "Trebuchet MS", Arial, sans-serif;

	text-decoration: none;

	line-height: 20px;

}

h2 {

	font-weight: normal;

	color: #5b4b27;

	text-decoration: none;

	font-family: "Trebuchet MS", Arial, sans-serif;

	text-align: left;

}





#wrap {

	padding: 0px;

	width: 760px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	position: relative;

}

#left {

	margin: 0px;

	padding: 0px;

	width: 190px;

	position: absolute;

	left: 0px;

	top: 0px;

	background-image: url(images/left.jpg);

	background-repeat: repeat-y;

}

#content {

	margin: 0px;

	padding: 0px;

	width: 570px;

	position: absolute;

	left: 190px;

	top: 0px;

	background-image: url(images/content.jpg);

	background-repeat: repeat-y;

}

#header {

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	height: 141px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #d0cab6;

	padding: 0px;

	margin-top: 0px;

	margin-right: 4px;

	margin-bottom: 0px;

	margin-left: 0px;

	background-position: left;

}

#h {

	background-color: #d0cab6;

	text-align: left;

	margin: 0px 5px 25px 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

	position: static;

	height: 20px;

}

/*Navigation*/

#nav {

	padding: 0px;

	margin-top: 161px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	font-family: "Trebuchet MS", Arial, sans-serif;

	text-align: left;
	

}

#nav ul, #nav ul li ul {

	margin: 0px;

	padding: 0px;

}

#nav ul ul {

	border-top-style: none;

}

#nav ul li, #nav ul li ul li {

	text-align: left;

	list-style-type: none;

	display: inline; /* this gets rid of the gaps in IE */

	margin: 0px;

	padding: 0px;

}

#nav ul li a, #nav ul li ul li a {

	font-size: 12px;

	font-weight: normal;

	color: #5b4b27;

	text-decoration: none;

	display: block;

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

	line-height: 18px;

}

#nav ul li a {

	font-weight: bold;

}

#nav ul li a:hover {

	background-color: #EAE8D5;

}

.red {

	color: #FF0000;

}

#forms {

	padding-top: 14px;

}

#forms p {

	padding: 0px;

	text-align: left;

	margin: 0px;

}

#forms p a, code {

	font-weight: bold;

	color: #333333;

	text-decoration: none;

	background-color: #DED6B2;

	display: block;

	font-size: 11px;

	padding: 5px;

	border: 1px dotted #999999;

	margin-right: 25px;

	margin-bottom: 14px;

	margin-left: 25px;

}

#center {

	text-align: center;

	margin-top: 0px;

	margin-right: 25px;

	margin-bottom: 0px;

	margin-left: 25px;

	padding-top: 25px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#text {

	font-size: 12px;

	color: #333333;

	text-align: left;

	margin-top: 0px;

	margin-right: 25px;

	margin-bottom: 25px;

	margin-left: 25px;

}

#text a {

	font-weight: bold;

	color: #5b4b27;

	text-decoration: underline;

}

#adstop, #adsbottom {

	text-align: left;

	margin-right: 25px;

	margin-left: 25px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding: 0px;

}

#adstop, #adsbottom {

	background-color: #DED6B2;

	border: 1px dotted #999999;

	text-align: left;

}

#footer {

	background-image: url(images/content_shaded.jpg);

	background-repeat: repeat-y;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #CCCCCC;

	border-bottom-color: #CCCCCC;

	text-align: left;

	padding: 10px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#footer p {

	font-size: 11px;

	margin: 0px;

	padding-top: 2px;

	padding-right: 0px;

	padding-bottom: 2px;

	padding-left: 0px;

}

#footer p a {

	color: #666666;

	text-decoration: none;

}

a.red {

	color: #FF0000;

}

code {

	font-size: 12px;

}

