body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	color: #5183E8;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

*{
    padding:0;
    margin:0;
}

#container{
background:url(images/bg.jpg) center top repeat;
}

#header{
background:url(images/header.png) center top no-repeat;
height:85px;
width:790px;
}

#nav{
background:url(images/body.png) center top repeat-y;
height:33px;
width:790px;
}

#banner{
background:url(images/banner.jpg) center top no-repeat;
height:254px;
width:790px;
}

#body{
background:url(images/body.png) center top repeat-y;
width:790px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
}

#content{
background:url(images/content.png) center top no-repeat;
width:790px;
height:22px;
}

#footer{
background:url(images/footer.png) center top no-repeat;
height:76px;
width:790px;
}
