body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background-image: url(../images/bg_all.jpg);	
}

#main {
	background-image: url(../images/bg_center.jpg);
	width: 860px;
	overflow: auto;
}
 

#main #header {	
	width: 850px;
	text-align: left;		
	background-image: url(../images/bg_center.jpg);		
}

#header #logo {	
	width: 160px;
	height: 100px;
	float: left;

}

#header #header_nav {
	float: right;
	background-image: url(../images/bg-header-nav.gif);
	background-repeat: repeat-x;
	height: 65px;
	text-align: right;
	padding: 5px;
	padding-top: 20px;
	width: 675px;
	
}

#main #contentbox {
	width: 850px;
	text-align: left;
	color: #666666;	
}

#front {
	width: 850px;	
	text-align: left;	
	border: 0px solid #666666;	
	color: #dddddd;
}

#titlecontent {
	border-bottom: 5px solid #fcb034;
	padding: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #4169E1;
}

#content #content_left {
	float: left;	
	width: 102px;			
	height: 100%;
}

#content #content_center {
	float: left;
	width: 600px;	
	height: 100%;	
}

#content #content_right {
	float: left;	
	height: 100%;	
}

#info {
	padding: 5px;	
}

#footer {
	bottom: 0px;
	height: 30px;
	width: 100%;
	background: #fcb034;
	border-top: 5px solid #cccccc;
	float: left;
	position: fixed;
}

select,input,textarea {	
	font-size: 1em;
}

#slist {	
	color: #014365;
	border: 0px solid #666;
	text-align: left;
}

#slist ul{
	padding-bottom: 2px;
	list-style: url(../images/b1.gif);
}

#slist li{	
	padding-bottom: 2px;
}

#subtitle {
	background: #ddd url(../images/iconlogo.gif) no-repeat left;
	color: #003366;
	font-weight: bold;
	height: 20px;	
	border: 1px solid #cccccc;	
	padding-top: 4px;
	padding-left: 25px;
	text-align: left;
	font-size: 0.9em;
}

#subtitle_simple {
	background: url(../images/bg-header-nav.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 20px;	
	border-bottom: 1px solid #cccccc;
	border-bottom: 2px solid #62602f;
	padding-top: 4px;
	padding-left: 30px;
	text-align: left;
	font-size: 0.9em;
}

#subtitle_content {
	background: #62602f;
	background-image: url(../images/arrmenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	height: 20px;	
	border-bottom: 2px solid #cccccc;
	padding-top: 4px;
	padding-left: 30px;
	text-align: left;
	
}


