﻿
* {
	margin: 0;
	padding: 0;
}


body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #cccccc;
text-align:center;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;

	}
	
#header1 { /* background image block */
display: block;
width: 960px;
height: 197px;
background: #ffffff url(images/top_banner_web_logo.png) no-repeat;

}

#header1 a {
text-decoration:none;
}

#content {
	width: 960px;
	background: #FFFFFF;
	
}

/* Main Content */

#maincontent {
	float:left;
	width:655px;
	background: #FFFFFF;

}



.hide {
visibility:hidden;
}

#home { 
float: left;
width : 90px;
height: 36px;
margin-left: 300px;
margin-top: 110px;
margin-right: 20px;

}

#aboutus { 
float: left;
width : 140px;
height: 36px;
margin-left: 0px;
margin-top: 110px;
margin-right: 30px;

}

#news { 
float: left;
width : 160px;
height: 36px;
margin-left: 0px;
margin-top: 110px;
margin-right: 30px;

}

#contactus { 
float: left;
width : 155px;
height: 36px;
margin-left: 0px;
margin-top: 110px;

}
	


h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 10px 0;
	text-align:left;
	}

p, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
	color: #666666;
	font-size: 12px;
}

ul, ol {
	margin-left: 30px;
}

/* Menu */

#menu {
	float:left;
	width:200px;
	margin: 0 25px 0 44px;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	line-height: 150%;
	border-bottom: 1px dotted #cccccc;
	width:200px;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	width:200px;
	display: block;
}

#menu a:hover {
	text-decoration: none;
	background: #eeeeee;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	width:200px;
	
}



/* Footer */

#footer {
	height: 50px;
	background: url(images/footer.jpg);
	width:960px;
	margin: 0 auto;
}

#footerleft {
	margin: 18px 0 0 10px;
	height: 50px;
    float:left;
    width:200px;
}

#footerleft p {
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

#footerright {
	margin: 18px 10px 0 0;
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	height: 50px;
float:right;
width:200px;
}

#footerright p {
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	text-align:right;
}




#footer a {
	color: #eeeeee;
	
}
