﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
	font-family: Palatino Linotype;
	background:url( "images/back.png" ) repeat-x;
	background-color:#383838;
}


#header
{
	margin: 0px auto;
    width : 999px;
    height: 142px;
    background:url( "images/header.png" ) no-repeat;
    }
	
#wrap
{
    margin: 0px auto;
    width: 999px;

	background:url( "images/body.png" ) repeat-y;
}

.nav_div{

width: 157px;
height: 26px;
background:url( "images/button.jpg" ) no-repeat;
margin-top:2px;
}

.nav_div:hover{
background:url( "images/button_over.jpg" ) no-repeat;
}

#nav_link{
 display:block;  
   width:100%;  
  height:100%;  
  padding-top: 2px;
  color:#FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

#ftr
{
color: #FFFFFF;
	margin: 0px auto;
    width : 999px;
    height: 143px;
    background: url( "images/footer.png" ) no-repeat;
}

#ftr2
{
color: #FFFFFF;
}

#ftr2 a
{
color: #FFFFFF;
}
a:link
{
    color: #830000;
}
a:visited
{
    color: #830000;
}
a:hover
{
    color: #cd0000;
}
a:active
{
    color: #cd0000;
}
