body{
margin:0px;
padding: 0px;
font-family: arial, verdana, sans-serif;
}

#wrapper{
width: 746px;
padding: 22px;
margin-right: auto;
margin-left: auto;
}

#header{
width: 736px;
height: 169px;
background-image: url("images/header.jpg") ;
background-repeat: no-repeat;
margin: 0px;
}

#header a{
display:block;
width: 736px;
height: 169px;
text-decoration: none;	
	}

h1{
color: #fff;
font-size: 36px;
line-height: 40px;
float: left;
padding: 20px;
width: 200px;
margin: 0px;
}

h2{
text-align: center;
font-size: 24px;
}

h3{
font-size: 18px;
text-align: center;
}

#column1{
width: 716px;
padding: 10px;
background: #E9E8E8;
float: left;
margin-bottom: 10px;
}
#nav{
width:780px;
height: 32px;
}


div#clr{
clear: both;
}


div#nav ul li{
float:left;
}

div#nav ul{
list-style: none;
padding: 0px;
margin: 0px;
}

div#nav ul li a{
display: block;
padding:5px;
margin: 1px;
border: 1px solid white;
width: 100px;
height: 20px;
background: #333333;
color: white;
text-decoration: none;
}

div#nav ul li a:hover{
background: #666666;
}


#column2{
width: 610px;
padding: 10px;
float: right;
background: white;
}

a.credit{
text-decoration: none;
color: #999;
text-align: right;
width: 726px;
display: block;
padding: 10px;
font-size: 12px;
}

#footer{
width: 726px;
background: #333333;
color: white;
clear:both;
padding: 5px;
}
