@import url('/css/customer.css');
@import url('/css/common.css');
@import url('/css/contact.css');
@import url('/css/navigation.css');
@import url('/css/weather.css');
@import url('/css/gallery.css');
@import url('/css/poll.css');
@import url('/css/newsc.css');
@import url('/css/links.css');
@import url('/css/gbook.css');
@import url('/css/contentslider.css');
body {

	margin: 0px;
	padding: 0px;
	background: #d9dce4;
	text-align: justify;
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
}
a {
color: #000;
text-decoration: none;
}

a:hover {
color: #626262;
text-decoration: none;
}
#wraper{
width: 960px;
margin-left:auto;
margin-right:auto;
}
#header {
background: #cc0000;
	height: 145px;
}
#homelink{
float:left;
padding-left:35px;
width:130px;
 }
 #slogan1{
margin:8px 10px 0px 0px;
text-align:right;
width:750px;
font-size:14px;
color:#fff;
float:left;
 font-style: oblique;
}
 #nav {
 clear:left;
background: #000099;
	height: 20px;
	width: 960px;
}
#page {
clear:left;
height:100%;
padding: 0px;
background: #FFFFFF url(../images/_img/_template/main-page-bg.jpg)  repeat-y;
}

#sidebar {
float: left;
width: 210px;
	
}
#bodycontent {

  padding:0px;
	margin-left: 210px;
	
}
#acontent {

  padding:0px;
height:100%;
	
}

#footer {
   width: 960px;
	padding: 0px;
	background: #cc0000;
	text-align:center;
	color: #eee;
}
#footer a{
color: #eee;
text-decoration:none;

}
#footer a:hover{
color: #000;
text-decoration:none;

}
.footernav{
margin:10px 0px 10px 0px;
clear:both;
}
/*RANDOM IMG*/
.randombg{
background:#fff;
}
.imageholder{
overflow:hidden;
position:relative;	/* Don't remove this line */
}
.randomdiv{
margin-left: 1px;
margin-top:0px;
margin-bottom:10px;
}
/* Don't change these values */
.imageholder img{
position:absolute;
left:0px;
top:0px;
}
/*END RANDOM*/

/*BANNERS*/
/*BANNERS*/
#bannerrotate {
margin-top:10px;
margin-left:100px;
float:left;
overflow:hidden;
}
#bannerrotate2{
overflow:hidden;
margin-left: 1px;
margin-top:0px;
margin-bottom:10px;
}
#bannerstatic{
margin-bottom:10px;

margin-left:auto;
margin-right:auto;
}
img.bannerimg{
margin:0px 0px 0px 0px;
border:1px solid #000;
}
img.bannerimg_rot{
margin:0px 0px 0px 0px;
}
/*END BANNERS*/
