body {
  margin:0px;
  padding:0px;
  background-image: url(../images/bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #FBFBFB;
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

a:link{
  color:#ff6600;}
a:visited{
  color:#ff6600;}
a:hover{
  color:#666666;}

.content{
  width:760px;
  background-color: #ffffff;
}

.ls {
  background-image: url(../images/lsh.gif);
  background-position: top;
  background-repeat: repeat-y;
}

.rs {
  background-image: url(../images/rsh.gif);
  background-position: top;
  background-repeat: repeat-y;
}

.bottom{
  background-image: url(../images/bottom.gif);
  background-position: top;
  background-repeat: no-repeat;
  heigth: 20px;
  font-size: 10px;
  color:#666666;
  text-align:right;
}

.header{
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  width:760px;
  height:102px;
}

.menucontainer{
  width:760px;
  height:28px;
  background-color:#333333;
  text-align:left;
}

.controw{
  padding:10px;
  font-size: 11px;
}

.cont{
  font-size: 11px;
}

.footer{
  width:760px;
  height:25px;
  background-color:#333333;
  text-align:center;
  color:#cccccc;
  font-size:10px;
  
}


.mainmenu {
display: block;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
padding: 7px;
text-decoration:none;
}
.mainmenu:hover {
background-color: #ff6600;
color: #333333;
}

.footermenu {
  color:#ff6600;
  text-decoration:none;
  font-size:10px;
}
.footermenu:hover {
  color:#333333;
}

h1{font-size:18px;color:#ff6600;}
h2{font-size:16px;color:#ff6600;}
h3{font-size:14px;color:#ff6600;}
h4{font-size:12px;color:#ff6600;}
h5{font-size:11px;color:#ff6600;}
h6{font-size:10px;color:#ff6600;}

a.menu:link , a.menu:visited {
	display:block;
	width:100%;
	padding:7px 3px 7px 3px;
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	text-align:left;
  font-size:12px;
}

a.menu:hover {
  color:#333333;
	background-color:#ff6600;
}
