body {	
	text-align:center;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#000;
	background-color: #fff;
	padding: 0px;
	margin:0px;
	}

.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:900px;
    text-align:left;
   }

#logo{
background-image: url("../css/logo.jpg");
background-repeat: no-repeat;
float:left;
width:143px;
height:92px;
border-top:5px solid #000;
border-bottom:1px solid #000;
margin-bottom:20px;
margin-left:-40px;

}
a:hover#logo{
background-image: url("../css/logo.jpg");
background-repeat: no-repeat;
background-position: 0px -92px;

}



#menu {
    font-size:10px;
    color:#000;
    line-height: 28px;
    width:103px;
    float:left;
    border-bottom:5px solid #000;
    padding-bottom:20px;
    padding-left:40px;
    
    
  
        }
    #menu a, #menu a:link, #menu a:active {
text-decoration: none;
color: #000;


      }
     #menu a:hover{
     text-decoration: none;
color: #009900;
     }

#menu .selected,#menu2 .selected{
text-decoration: none;
color: #009900;
}

.carousel {
width:670px;
padding: 0px;
margin-top: 0px;
float:right;
overflow:hidden;

}

.carousel ul li img{
border:0;
padding:0;
	
}
.carousel ul li{
float:left;
height:100%;

}
.caption {
margin-top:0px;
float:left;
text-align:left;
height:68px;
line-height: 68px;
color:#000;
border-bottom:1px solid #000;
width:635px;
}

#scrollnavigation{
width:670px;
height:97px;
float:right;
margin-top:97px;
border-top:1px solid #000;
color:#000;
}

.prev,.next{
cursor: pointer;
width:25px;
height:25px;
float:right;
margin-top:35px;


}
.prev{
background-image: url("../css/prev.gif");
background-repeat: no-repeat;
}
.prev:hover{
background-image: url("../css/prev.gif");
background-repeat: no-repeat;
background-position: 0px -25px;


}
.next{
background-image: url("../css/next.gif");
background-repeat: no-repeat;
margin-right:10px;

}
.next:hover{
background-image: url("../css/next.gif");
background-repeat: no-repeat;
background-position: 0px -25px;

}

#mwheel{
float: left;
padding-top:41px;
padding-left:490px;
}
.clear{
clear: both;
}

#menu2 a, #menu2 a:link{
font-size: 25px;
padding-top:5px;
text-decoration: none;
color:#000;
margin-right: 20px;
float: left;
font-style: italic;

}
#menu2 a:hover{
text-decoration: none;
color: #009900;

}
#menu3{font-size: 10px;padding-top:25px;}
#menu3 a, #menu3 a:link{
font-size: 10px;
text-decoration: none;
color:#000;
float: left;
}
#menu3 a:hover{
text-decoration: none;
color: #009900;

}
.counter{
color:#000;
width:35px;
height:68px;
float: right;
line-height: 68px;
color:#000;
border-bottom:1px solid #000;
text-align:right;
}