@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:150%;
	color:#963;
}
body {
	background: #f5dfb6 url(images/bg-page.jpg) repeat-x left 86px;
	padding:10px;
	margin:0;
}
a:link {
	color: #933;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #933;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #933;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #933;
	outline:none;
}
h1 {
	display:block;
	height:48px; 
	overflow:hidden;
	font-size:14px;
	padding:0;
	margin:0;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:10px;
	padding:0;
	margin:0;
}
#wrapper {
	width:915px;
	margin:auto;
	background: url(images/bg-wrapper-top.jpg) no-repeat center top;
	padding-top:12px;
}
#wrapper-inner {
	background: url(images/bg-wrapper-sides.jpg) repeat-y center top;
	padding:8px;
}
#wrapper-bottom {
	background: url(images/bg-wrapper-bottom.jpg) no-repeat center bottom;
	padding-bottom:12px;
}
#header {
	height:72px;
	overflow:hidden;
	padding:8px;
}
.title {
	height:26px; 
	padding: 6px 0 0 234px;
	overflow:hidden;
	color:#fff; 
	background-color:#963;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
#content_container {
	background: url(images/bg-content-container.jpg) repeat-y 242px top;
	padding:0px 8px 0px 8px;
}
#content {
	float:right;
	width:624px;
	background: url(images/bg-content.jpg) no-repeat center 20px;
	padding:10px;
	min-height:556px; !important
}
#menu {
	float:left;
	width:214px;
	padding:10px;
}
#menu a:link, #menu a:visited, #menu a:active {
	display:block;
	background: url(images/link-border.jpg) no-repeat -26px bottom;
	text-align:right;
	padding:8px 10px 8px 0;
	font-weight:bold;
	text-decoration:none;
	color: #963;
}
#menu a:hover, #menu #active {
	color:#fff;
}
#footer {
	clear:both;
	border-top:5px solid #963;
	text-align:center;
	padding:15px 15px 0px 15px;
	font-size:10px;
	color:#930; 
}
#footer a { 
	color:#930;
	font-weight:bold;
}
.clearfix {
	display:block;
	clear:both;
	height:1px;
}
