html, body
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:URL(../image/bg.jpg) top repeat-x;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}

h1 
{
	font-size:120%;
	color:#625633;
}

h2
{
	font-size:100%;
	color:#625633;
}

h3
{
	font-size:95%;
	font-style:italic;
	font-weight:normal;
	color:#625633;
}

p 
{
	font-size:90%;
}

a 
{
	color:#625633;
}

a:visited 
{
	color:#625633;
}

a:active
{
	color:#625633;
}

a:hover 
{
	color:#625633;
	text-decoration:none;
}

ul
{
	font-size:90%;
}

table
{
	font-size:90%;
}

#mainframe
{
	position: absolute;
	width:676px;
	top:10px;
	left:50%;
	margin-left:-337px;
	margin-bottom:10px;
	background-color:white;
	border:1px solid #625633;
	background:URL(/natsal/image/bgcontent.jpg) top repeat-y;	
}
#header
{
	width:100%;
	height:64px;
	background:URL(/natsal/image/head_main.jpg) top left no-repeat;
	background-color:#625633;
}
#home
{
	height:64px;
	width:178px;
	float:right;
}
#leftbar
{
	position: relative;
	width:205px;
	height:100%;
	overflow:hidden;
	min-height:100%;	
}
html>body #leftbar
{
	padding-bottom:120px;
}
#content
{
	width:100%;
	height:100%;	
}
#picturebox
{
	position:absolute;
	bottom:0px;
	width:205px;
	height:100px;
	background:URL(/natsal/image/logos.gif) center center no-repeat;
	background-color:transparent;	
}
#menulist 
{
	width:205px;
	padding:0px;
	font-size:85%;
}

#menulist ul 
{
	width:205px;
	margin:0px;
	padding:0px;
	list-style: none;
	border:none;
}

#menulist li 
{
	width:205px;
	border-bottom: 1px dotted #625633;
	margin: 0px;
}

#menulist li a 
{
	display: block;
	padding:15px 10px 15px 45px;
	text-decoration: none;
	color:#000;
}
#menulist li a:hover 
{
	display: block;
	padding:15px 10px 15px 45px;
	text-decoration: none;
	color:#000;
	background-color: #C7D6BA;
	margin:0px;
}
html>body #menulist li a:hover
{
	width:205px;
}

