﻿html, body
{

    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    background: url( "images/back_grad.png" ) repeat-x;
    background-color: #e0e000;
    background-position: center top;
	    font-family: Palatino Linotype;
    
    
}

#back
{ 
    background: url( "images/back2.jpg" ) repeat-x;
    height: 183px;
    }

#wrap
{

margin-bottom: 20px;
    margin: 0px auto;
    width: 998px;
    background: url( "images/body.png" ) repeat-y;

}

#header
{
margin: 0px auto;
    width : 998px;
    height: 197px;
    background:url( "images/header.png" ) no-repeat;
    }
	
#logo
{
display: block;
width: 117px;
height:108px;
background:url( "images/logo_over.png" ) no-repeat;
float: left;
margin-left:37px;
margin-top: 18px;
position: absolute;
}

#logo:hover
{

background:url( "images/logo.png" ) no-repeat;

}

#nav 
{

display: block;
    width: 998px;
	height:36px;
	text-align: center;
}

#nav table
{
margin-left: 120px;
padding-top:128px;
	padding-left:0px;
text-align: center;
	}

	#nav_box{
	margin-top: 2px;
	margin-left: 10px;
display: block;
width: 135px;
height: 35px;

color: #000000;
background:url( "images/button.png" ) no-repeat;
	}
	
#nav a
{
 display:block;  
   width:100%;  
  height:100%;  
  padding-top: 6px;
  font-size: 16px;
font-weight: bold;
text-decoration: none;
}

#nav_box:hover
{
background:url( "images/button_over.png" ) no-repeat;
color: #353535;

}

#claim{

display: block;
    width: 259px;
	height:30px;
	font-size:16px;
	background:url("images/link.png") no-repeat;
color: #ffffff;
  text-decoration: none;
  	font-size:20px;
	font-weight: ;
	text-align: center;
}

#claim:hover{

	background:url("images/link_over.png") no-repeat;

}



#left
{
    float: left;
    width: 215px;
    text-align: left;
    font-size: 14px;
    margin-left: 23px;
}

#content
{
    float: right;
    width: 710px;
    text-align: left;
    font-size: 14px;
    padding-right: 25px;
}


#ftr
{

   margin: 0px auto;
    width : 998px;
    height: 67px;
    background: url( "images/footer.png" ) repeat-x;
}

#flag
{
display: block;
    height: 17px;
	width: 17px;
    background: url( "images/flag2.png" ) no-repeat;
}

#flag:hover
{

    background: url( "images/flag.png" ) no-repeat;
}

#flag2
{
display: block;
    height: 17px;
	width: 17px;
    background: url( "images/flag.png" ) no-repeat;
}

#flag2:hover
{

    background: url( "images/flag2.png" ) no-repeat;
}

.textfield
{
background: url( "images/text_grad.png" ) repeat-x;
background-color: #FFFFFF; 
font-size: 12px;

}


.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #F94000;
}
a:active
{
    color: #F94000;
}

