/* How To Master CSS ~ Template Stylesheet 
 * A combination of the layout of chapter 17 and 18 is 
 * used to create the centering effect of the wrapper, the side
 * columns are removed in this template
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	background-color:#;
	margin-bottom:-34px;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%;
	
}
/* end hack */
#clearfooter {
	height:1px;
	clear:both;
}
#footer { 
	width:770px; 
	height:0px; 
	border-top:0px solid #ff6600; 
	margin-left:auto;
	margin-right:auto;
   	background-image:url(../images/back.gif);
	color:#CCC;
	font-size:0px;
	padding-top:0px;
	clear:both;
}
#top1 {
	height:161px;
	width:770px;
	background-image:url(../images/banner1.jpg);
}
#top2 {
	height:1px;
	width:770px;
	background-image:url(../images/top2.jpg);
}
.bar {
	height:21px;
	width:100%;
	background-image:url(../images/bar.gif);
	border-bottom:1px solid white;
}
#main_menu {
	position:absolute;
	top:128px;
	height:30px;
	width:620px;
}
#main_menu a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	padding-top:9px;
	background-image:url(../images/button_main_menu.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	height:28px;
	display:block;
	font-size:11px;
	float:left;
	margin-left:10px;
	text-transform:uppercase;
}
#main_menu a:hover {
	color:#00FF9F;
}
#main_menu .active {
	color:#00FF9F;
}
#logo {
	position:absolute;
	top:0px;
	margin-left:76px;
	height:40px;
	width:162px;
	padding-left:41px;
	padding-top:15px;
	color:white;
	font-size:17px;
	font-weight:bold;
}
#sublogo {
	font-size:9px;
	margin-left:-39px;
	margin-top:5px;
}
#submenu {
	position:absolute;
	left:205px;
	height:40px;
	width:240px;
	top:0px;
}
#submenu a{
	padding-left:15px;
	margin-left:10px;
	display:block;
	float:left;
	height:30px;
	padding-top:12px;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	text-decoration:none;
	background-repeat:no-repeat;
}
#submenu a:hover {
	color:#666;
}
#homelink {
	background-image:url(../images/link_home.gif);
	background-position:0px 12px;
}
#contactlink {
	background-image:url(../images/link_contact.gif);
	background-position:0px 14px;
}
#sitemaplink {
	background-image:url(../images/link_sitemap.gif);
	background-position:0px 12px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:black;
}
h2 {
	color:#BB4A00;
	font-size:90%;
	margin-bottom:5px;
}
/* commented backslash hack v2 \*/ 

* html #content { 
    height:340px;
	padding:10px;
	font-size:80%;
	background:#E6E6FF;
	background-image:url(../images/head1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:auto;
	
}
/* end hack */

div.scroll {
height: 360px;
overflow: auto;
color: #000000; font-size:14px;
font-family: Tahoma, helvetica, sans-serif;
}
#centercontent {
 
 background-image:url(../images/head1.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	
	height:1%;
}
#content {
	padding: 10px;
}
#centercontent1 {
	height: 383px;
	background-image:url(../images/head1.jpg);
	background-repeat:no-repeat;
	
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	
	
	
}
p{
margin:0px;
padding:0px;
}
