body  { 
    line-height: 17px; 
    margin: 0px; 
    padding: 0px; 
    color: #ffffff; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-color:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p, div
{
	position:relative;
	margin: 0px;
	padding: 0px;
}
a, a:active, a:link, a:visited, a:focus { 
    color: #B08E61; 
    text-decoration: none; 
}

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

h1 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #ffffff;
    font-size: 11px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    margin-top:0px;
    margin-bottom:0px;
    color: #ffffff;
    font-size: 13px;
}        
#nav
{
    position: relative;
	width: 705px;
	height: 20px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
}


