*{
	margin: 0px;
}
body {
	width:100%;
	background: #003646;
	margin: 2px 0% 0% 8%;
	font-family:Arial,sans-serif;
	background-image:url(../../images/background.gif);
	background-repeat: repeat-x;
}
#banner, #menu, #main, #footer { 
	width: 85%; 
	min-width: 725px;
	max-width: 1000px;
}
#banner {
	float:left;
	background-image: url(../../images/banner_grad.gif);
}
#menu {
	background-image: url(../../images/menu_grad.gif);
	background-repeat:repeat-x;
	clear: left;
	height: 22px;
	border-right: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}
#main {
	background-color: #F5F5F5;
	position: relative;
}
#tabs ul {
	display: inline;
	list-style: none;
}
#tabs ul li {
	float: left;
	border-right: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
}
#tabs ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 12px;
	color: #FFF;
	background: url(../../images/menu_grad.gif);
	height: 15px;
}
#tabs ul li a:hover {
	color: #FFF;
	background: #000;
}
#content_head, #s_content_head {
	height: 23px;
	background: url(../../images/menu_grad.gif);
	background-repeat: repeat-x;
}
#center_content, #s_content_head {
	margin: 1px;
	padding: 5px;
	float: left;
	border: 1px solid #666;
	width:69%;
	float: right;
	margin-right:1%;
}
#status {
	width: 96%;
	margin-left: 2%;
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	background-color:#CCC;
	text-align: right;
	}
#footer {
	width: 85%;
	float:left;
	background-image:url(../../images/menu_grad.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
a:link {
color:#666;
font-size: 11px;
text-decoration: underline;
}
a:visited {
color: #333;
font-size: 11px;
}
.style1 {
	font-size: 12px;
}
.style2 {
	color: #CCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {color: #666666}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 30%; }
.content {
	margin: 0px 0px 2px 1%;
	border: 1px solid #444;
	width: 25%;
	text-align: center
	}
.content_head {	
	width: 25%;
	margin: 0px 0px 2px 1%;
	border: 1px solid #3F3F3F;
	text-align: center;
	float: left;
	clear:left;
	display: inline;
	height: 25px;
	background-image:url(../../images/menu_grad.gif);
	background-repeat: repeat-x;
}
h3 {
	font: bold small arial, verdana, sans-serif;
	color: #333;
	margin: 0; /* top right bottom left */
	display: inline;
}
