* {
	margin: 0px;
	padding: 0px;
}
html {
  height:100%;
  margin-bottom:1px;
}

body {
  background-image: url(img/back.png);
  background-repeat: repeat-x;
  background-position: left top;
  font: normal 85% Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center; /* centering hack 1/2 */
  background-color: #2C2421;
  color: #5A4F4B;
}

a,

a:visited {
	text-decoration:none;
	color:#FF7F24;
}

a:hover{
	text-decoration:none;
}

img {
	border-style:none;
}

#wrapper {
  background: transparent;
  border: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align:left; /* centering hack 2/2 */
  width: 800px;
}

#content_head {
  text-align:center; 
  background: transparent;
  border: 0px solid #000;
  float: left;
  height: 189px; /* IE5Xwin sees this (standards height plus padding and border on top and bottom) */
  margin: 0px 5px 0px 5px;
  padding: 0px;
  width: 800px; /* IE5Xwin sees this (standards width plus padding and border on left and footer)*/
  voice-family: "\"}\"";
  height: 189px; /* standards height */
  voice-family: inherit;
  width: 790px; /* standards width */
}
html>body #content_head {
  heigth: 189px; /* standards height reinforcement */
  width: 790px; /* standards width reinforcement */
}

#content_center {
  background: #FFF;
  border: 0px solid #ccc;
  float: left;
  margin: 0px 5px 0px 5px;
  padding: 0px;
  width: 800px; /* IE5Xwin sees this (standards width plus padding and border on left and footer)*/
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 790px; /*  width */
}
html>body #content_center {
  width: 790px; /*  width reinforcement */
}

#content_footer {
  background: #FFF;
  border-top: 1px solid #ccc;
  float: left;
  margin: 0px 0px 20px 5px;
  padding: 0px;
  color: #CCC;
  text-align:center;
  width: 800px; /* IE5Xwin sees this ( width plus padding and border on left and footer)*/
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 790px; /* standards width */
}
html>body #content_footer {
  width: 790px; /* standards width reinforcement */
}



.article {
	clear: left;
	padding: 20px;
	line-height:22px;
}
	
.articleleft {
	float: left;
	margin: 10px 10px;
}

.articleright {
	float: right;
	margin: 10px 10px;
}

/* ----------- SUBLINKS ----------- */
	.sublinks {
	margin: 0 auto;
	background: #888888 url(img/sublink.png);
	height: 30px;
	font-size: 11px;
	width: 96%;
}
	
	ul.sublinks {
	 height:32px;
	 line-height:31px;	
	}
	ul.sublinks li {
		display:inline;
	}
	ul.sublinks a,
	ul.sublinks a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	ul.sublinks a:hover{
		text-decoration:underline;
	}

/* submenu */

.submenu {
  width: auto;
  margin: 20px 20px 20px 20px;
  background:transparent;
  color: #5A4F4B;
  text-align:left;
}
ul.submenu {
 list-style-type:none;
 display:block;
 width: 150px;
 height:auto;
 float:left;
}
li.submenu { margin:6px auto; float:left;}
ul.submenu li.split { clear:both; }
ul.submenu li.a {
  display:block;
  height:auto;
  width:auto;
  line-height:30px;
  text-decoration:none;
  background: transparent;
  color: #000;
}
ul.submenu li.a:hover {
  background: #000;
  color:#FFF;
}
ul.submenu li.a.selected {
  background: #000;
  color:#FFF;
  font-weight:bold;
}

span.submenu {
  height: auto;
  display:block;
  line-height:22px;
  width: 520px;
  float:right;
  background: transparent;
}

.menuo{
	position:relative;
	padding:0 0 0 34px;
	margin:0 auto;
	background:url(img/menuo_bg.png) repeat-x;
	*background:url(img/menuo_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:95%;
}
.menuo li{
	float:left;
}
.menuo li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 18px;
	height:46px;
	line-height:46px;
	text-align:center;
	cursor:pointer;	
}
.menuo li a b{
	float:left;
	display:block;
	padding:0 36px 0 18px;
}
.menuo li.current a{
	color:#fff;
	background:url(img/menuo_hover_left.png) no-repeat;	
	*background:url(img/menuo_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menuo li.current a b{
	color:#fff;
	background:url(img/menuo_hover_right.png) no-repeat right top;	
	*background:url(img/menuo_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menuo li a:hover{
	color:#fff;
	background:url(img/menuo_hover_left.png) no-repeat;
	*background:url(img/menuo_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menuo li a:hover b{
	color:#fff;
	background:url(img/menuo_hover_right.png) no-repeat right top;
	*background:url(img/menuo_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
