
* {
	font-size:100%;
	line-height:1.6;
	padding:0px;
	list-style:none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
body
{
	font-size: 10.5pt;
	color: #825F47;
	background-color: #2F2219; 
	font-family: Verdana;
}
img {
	border:none;
	vertical-align:top;
}

#wrapper 
{
    min-width:1200px;
	width: 100%;
	text-align:left;
	background-color:#FFFFFF;
}
#header {
	width: 100%;
	text-align:center;
	background:#4E3728 url(../Images/WebStyle/Original/header_bg.jpg) repeat-x top left;
}
#headerInner {
	width: 100%;
	background:url('../Images/WebStyle/Original/header_body.jpg') no-repeat center top;
}
#headerBody {
	width: 1200px;
	height:105px;
	margin:0px auto;
}
#header #site_title {
	float:left;
	margin:50px 0px 0px 0px;
	width: 500px;
	text-align:left;
}
#header #site_title h1, 
#header #site_title p {
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
}
#headerSearch {
	float:right;
	width: 270px;
	margin:20px 0px 0px 0px;
}
#headerBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

#topcontents {
	float: left;
	width: 950px;
}
#topinfo {
	float: left;
	width: 230px;
	text-align:center;
}
#topinfo h2 {
	background-color: #DDCDC4;
	padding: 3px 5px;
}
#topimage {
	background: url(../Images/WebStyle/Original/bg_dot.gif);
	padding: 4px;
	border: #DDCDC4 1px solid;
	width: 1195px;
	margin-bottom: 10px;
}
p.info {
	background-color: #F4EFEC;
	padding: 10px;
}

#global_nav {
	clear:both;
	width:1200px;
	margin:0px auto;
	padding-top:5px;
	padding-bottom:5px;
}

#mainLeft {
	clear:both;
	width:100%;
	background:url(../Images/WebStyle/Original/body_left.jpg) repeat-y top left;
}
#mainRight {
	width:100%;
	background:url(../Images/WebStyle/Original/body_right.jpg) repeat-y top right;
}
#main {
	width:1200px;
	margin: 0px auto;
	padding-top: 5px;
}
#contents {
	width:1200px;
	margin: 0px auto;
}

#pankuzu {
	margin: 5px 0px;
	color: #C1A393;
}


#local_nav {
	width: 230px;
	float: left;
	text-align:center;
}
#nav_box {
	background: url(../Images/WebStyle/Original/bg_dot.gif);
	padding: 4px;
	border: #DDCDC4 1px solid;
	width: 220px;
}
#nav_box h2 {
	background: #F2EDEA url(../Images/WebStyle/Original/lnav_bg.jpg) repeat-x top left;
	padding: 3px 5px;
	width: 210px;
}
#nav_box ul {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#nav_box ul li {
	padding: 8px 5px 8px 20px;
	margin: 0px 5px;
	border-bottom: #DDCDC4 1px dotted;
	background: url(../Images/WebStyle/Original/lnav_icon.gif) no-repeat 8px 15px;
}
#maincontents {
	width: 950px;
	float: right;
}

#pagetop {
	width:1200px;
	clear: both;
	margin: 0px auto;
	padding: 30px 0px 0px;
	text-align:right;
}

#footer {
	width:100%;
	margin: 0px auto;
	color:#C1A393;
	background:url(../Images/WebStyle/Original/footer_bg.jpg) repeat-x top left;
}
#footerInner {
	width:1200px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

#table_top {
	width:1200px;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:400px;
}
#table_right {
	float:right;
	width:400px;
}





/* NEW */

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #855E47;
    border: 1px #B9947E solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #EBDAD0;
    color: #000000;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #855E47;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/