html, body {
padding:0px;
margin:0px;

}

img { behavior: url(iepngfix.htc); }

body {
background-color: #323232;
background-image: url(images/background.gif);
background-repeat: repeat-x;
background-position: top center;
margin:5px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#808080;
line-height:20px;
}


td {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#808080;
}

a, a:active, a:visited {
color:#0b499e;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#808080;
text-decoration:underline;
font-weight:bold;
}

.title {
font-family: Arial Narrow;
font-size:18px;
font-weight:bold;
}

#container {
width:908px;
margin: auto auto;
}

#header {
width:908px;
height:173px;
margin: auto auto;
background-image: url(images/header.png);
}

#footer {
margin: auto auto;
text-indent:100px;
color:#CCC;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
width:908px;
height:45px;
background-image: url(images/footer.png);
}


<!-- MENU NAV -->

#navbar{
padding:0px;
margin: auto auto;
width:870px;
height:25px;
background-image: url(images/menu.jpg);
}

#navbar ul{
text-align:center;
padding:0px;
width:870px;
margin: auto auto;
height:25px;
background-image: url(images/menu.jpg);
}

#navbar li{
display:inline;
list-style-type:none;
height:25px;
line-height:25px;
text-align:center;
}
	
#navbar li a{
border-right:1px solid #ccc;
display:block;
float:left;
color:#666;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
background:url(images/menuitem.jpg) top; height:25px; width:107px;
}

#navbar li a:hover{
display:block;
float:left;
color:#FFF;
text-decoration:none;
background:url(images/menuitem.jpg) bottom; height:25px; width:107px;
}

#navbar li a#last{
border-right:none;
display:block;
float:left;
color:#666;
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
background:url(images/menuitem.jpg) top; height:25px; width:114px;
}

#navbar li a#last:hover{
border-right:none;
display:block;
float:left;
color:#FFF;
text-transform:uppercase;
letter-spacing:1px;
background:url(images/menuitem.jpg) bottom; height:25px; width:114px;
}
		
#mainbody {
width:908px;
background-image: url(images/mainbody.png);
background-repeat: repeat-y;
height: auto;
text-align:center;
}


