* {padding:0; margin:0;}
body {
    font-family: "Tahoma", Verdana, sans-serif;	
    color: #666666;	background:#333333;
    
    }
ul {
    list-style:none;
    
    }
a{
    color:#069;
    
    }
a:visited {
    color:#333;
    
    }
a:active {
    color:#063;
    
    }
a:hover {
    text-decoration:none;
    
    }
#wrap {
    background:#333;
    padding:10px;
    width:700px; 
    margin:30px auto 30px auto
    
    }
#topnavmain { 
    float: right;
	width: 370px; 
	height: 88px;	
	background: url(images/welcome.png) no-repeat 523px 38px; 
	padding-left: 240px;
	
	}
#header_home {
    display:block; 
    height:150px; 
    background:url(images/header.jpg) center top no-repeat; 
    text-align:center;
    }
#bottom { 
    padding:10px 10px 10px 75px; 
    clear:both; 
    border-top: solid 1px #333; 
    margin-top:15px;
    }

#nav {
    padding-top: 33px;
    }
#nav li {
    display: inline;
    }
#nav a {
    display:block; 
    background: url(images/menu2.png) repeat-x; 
    height:44px; 
    padding:2px 10px 0 10px; 
    float:left; margin-left:2px; 
    color:#666; 
    text-decoration:none;
    }
#nav a:hover {
    background:url(images/menu3.png) repeat-x; 
    color:#000; text-decoration:none;
    }
#nav .active a {
    background:url(images/menu3.png) repeat-x; 
    color:#000; 
    text-decoration:none;
    }
#bottom a, #bottom a:visited{
    color:#999;
    }
#bottom a:hover {
    color:#fff; 
    text-decoration:none;
    }