html {
  height: 100%;
  margin-bottom: 0px;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	background: #fff;
}

body.contentpane {
	background: #FdFEFE;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link {
	text-decoration: underline;
	font-weight: 400;
	color: #999;
	outline: none;
}

a:visited {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
}

#page_bg {
	background: #a6a7a9 url(../img/bg.png) repeat-x top left;
}

#container {
	width: 948px;
	margin: 0 auto;
}

#header {
	background: url(../img/header.png) no-repeat top left;
	position: relative;
	width: 936px;
	margin: 0 auto 10px auto;
	height: 182px;
	padding: 2px 6px;
}

#content {
	width: 948px;
	margin: 0 auto;
	background: url(../img/content_middle.png) repeat-y top center;
}

#content_top {
	background: url(../img/content_top.png) no-repeat top center;
}

#content_bottom {
	background: url(../img/content_bottom.png) no-repeat bottom center;
	width: 920px;
	margin: 0 auto;
	padding: 13px 14px 15px 14px;
}



#topmenu {
	position:relative;
	width: 938px;
	margin: 0 auto;
	height: 60px;
	padding: 0 5px;
	background: url(../img/topmenu.png) no-repeat top left;
}

#topmenu li {
	
	
	display: inline;
	height: 32px;
	padding: 0 2px 0 0;
}

#topmenu li a {
	
	font-size: 11px;
	color: #e8e8e8;
	text-decoration: none;
	font-weight: 400;
	line-height: 32px;
	padding: 0 10px 0 12px;
}

#topmenu li a:hover {
	background: url(../img/topmenu_hover.png) ;
}






#footer {
	width: 920px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
	font-size: 11px;
	color: #666;
	padding: 10px 0 0 0;
}

#footer a {
	color: #a12413;
	font-size: 11px;
	text-decoration: none;
	font-weight: 700;
}

#footer a:hover {
	color: #ba3624;
}





