* {
	font-family: sans-serif, tahoma;
	font-size: 13px;
	color: #695E58;
}

p { margin: 0; }

a img { border: 0px none; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('bg.png');
}

#bg {
	background-image: url('sidebar.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
	margin: 0;
	padding-top: 65px;
}

#header a { 
	text-decoration: none; 
	display: block;
	height: 169px;
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header span {
	visibility: hidden;
	position: absolute;
}

#main {
	border-left: 1px solid #957D5B;
	border-right: 1px solid #957D5B;
	margin: 0 auto;
	width: 900px;
	background-image: url('top.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

#topmenu {
	list-style: none;
	margin: 0;
	margin-top: 9px;
	margin-bottom: 5px;
	padding: 0;
	height: 19px;
	background-image: url('menubg.png');
	background-repeat: repeat-x;
}

#topmenu li { float: left; }
#topmenu li a {
	display: block;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	font-size: 13px !important;
	padding: 0 25px;
	text-decoration: none;
	border-right: 1px solid #957D5B;
	font-family: "trebuchet ms" !important;
}

#topmenu li.toplevel > a {
	padding: 0 25px;
	border-right: 0px none;
	border-left: 1px solid #957D5B;
}

#topmenu ul li.toplevel:first-child a { border: 0px none; }

#topmenu li a:hover, #topmenu li:hover > a { color: #6C625E; }
#topmenu li:hover > ul { display: block; }
#topmenu li ul { 
	display: none; 
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #352D30;
	border: 1px solid #957D5B;
	border-bottom: 0px none;
}

#topmenu ul a {
	border-right: 0px none;
	border-bottom: 1px solid #957D5B;
	text-align: center;
}

#topmenu ul li { float: none; }
#topmenu ul ul { 
	margin-left: 96%; 
	margin-top: -18px;
}

#outer {
	background-color: #fff;
	padding: 13px;
}

#wrap {
	background-color: #fff;
}

#contentStart{
}

#contentEnd {
	clear: both;
}

#content {
	float: right;
	width: 648px;
	margin-right: 10px;
	background-color: #fff;
}

#content h2 {
	font-size: 13pt;
	color: #362E31;
	margin: 0;
	padding-left: 10px;
	padding-top: 4px;
}

#content div.inner {
	padding: 10px;
	height: 100%;
	text-align: justify !important;
	font-size: 12px !important;
}

#sidebar {
	float: left;
	width: 210px;
	margin-left: 3px;
}

#sidebar h2 {
	margin: 2px;
	line-height: 20px;
	background-color: #DAD2C7;
	padding: 0 4px;
	color: #503929;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

#sidebar div.inner {
	padding: 4px;
	width: 180px;
	margin: 0 auto;
}

#sidebar div.inner h3 {
	color: #C5525C;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

#sidebar div.inner p {
	margin: 0;
	margin-bottom: 4px;
}

#footer {
	padding-top: 10px;
	text-align: center;
}

#footer, #footer a { color: #777368; font-size: 11px; }
#footer a:hover { color: #090909; }