html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:#000;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A3A3A;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#009;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-weight:normal;
	margin:0;
	padding:15px 0px 0px 0px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
#full_page {
}
.centre {
	width:980px;
	margin:0 auto;
	position:relative;
}

#top-logo {
	width: 300px;
	padding: 4px 0 0;
}

#top_01 {
	height:55px;
	background:#000 url(../images/top_01_bg.gif) top left repeat-x;
	border-bottom:1px solid #8C474C;
}
#top_02 {
	height:86px;
	background:#B01513;
	border-top:1px solid #D67A7B;
	border-bottom:1px solid #CAC1BA;
}
#top_02 h1 {
	position:relative;
	left:-9999px;
}
#top_02 h1 img {
	position:relative;
	top:5px;
}
#menu_pane {
	background:#F6F5F0;
	height:55px;
	border-bottom:1px solid #CAC2B7;
	overflow:hidden;
}
#menu_pane ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_pane li {
	margin:0;
	padding:0;
	padding-top:15px;
	float:left;
}
#menu_pane li a {
	display:block;
	float:left;
	height:36px;
	padding:0 10px;
	padding-top:2px;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#A05654;
	border-left:1px solid #CAC2B7;
	white-space:nowrap;
}
#menu_pane li.first a {
	border:none;
}
#menu_pane li.active a, #menu_pane li a:hover {
	color:#5D5B56;
}
#menu_shadow {
	height:12px;
	background:url(../images/menu_shadow.png) top center no-repeat;
}
#col_pane {
	background:#fff url(../images/body_bg.gif) top left repeat-x;
}
#col_pri {
	width:600px;
	float:left;
	padding-bottom:30px;
	min-height:200px;
}
#col_sec {
	width:300px;
	float:right;
	margin:30px 0;
}
.box {
	width:360px;
}
.box_top {
	height:7px;
	background:url(../images/box_top.png) top left no-repeat;
}
.box .title {
	padding:10px 5px;
	border-bottom:3px solid #fff;
}
.box .title, .box  {
	font-size:18px;
	color:#5D5B56;
	text-align:right;
	font-weight:normal;
	height:230px;
}
.box h2 {
	padding:6px 0;
}
.box p {
	font-size:12px;
	padding:0;
}
.box .content {
	padding:10px 5px;
	text-align:right;
}
.box_mid {
	padding:7px;
	min-height:120px;
	background:url(../images/box_mid.png) top left repeat-y;
}
.box_bot {
	height:9px;
	background:url(../images/box_bot.png) top left no-repeat;
}
#foot_01 {
	height:94px;
	background:#000 url(../images/foot_01_bg.gif) top left repeat-x;
}
#foot_menu {
	position:relative;
	padding:36px 0 22px 0;
}
#foot_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#foot_menu li {
	margin:0;
	padding:0;
	float:left;
	color:#BDBDBD;
}
#foot_menu a {
	display:block;
	color:#BDBDBD;
}
#foot_menu span {
	display:block;
	padding:0 6px;
	text-align:center;
}
#foot_menu li.active a, #foot_menu a:hover {
	color:#fff;
}
#foot_credit, #foot_credit a {
	color:#959595;
	font-size:10px;
	font-variant:small-caps;
	padding-top:20px;
	text-decoration:none;
}
#foot_credit a:hover {
	text-decoration:underline;
}



