body{
margin: 0 auto;
padding:50px 0 0 0 ;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#20336b;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
color: black;
text-align: center;
}


a{
  color: #20346b;
  text-decoration: none;
}

a:hover{
color: gray;
}


.wrapper{
margin: 0 auto;
width: 713px;
height: 714px;
background-color: #fff;
background-image: url(images/wrapperbg.jpg);
background-repeat: no-repeat;
padding:0;
}


 

.padtop{
float: left;
width: 713px;
height: 270px;
}
 


.side{
float: left;
width:163px;
height: 370px;
}
 
 
#buttons ul{
margin: 0;
padding: 0;
list-style: none;
}

#buttons img{
border: none;
border: 1px white solid;
}

#buttons img:hover{
border: 1px gray solid;
}
 

.main{
float: left;
width:500px;
height: 370px;
margin: 0px 0px 0px 15px;
}

.main h2{
margin: 0;
padding: 0;
}

.main p{
clear: both;
text-align: left;
margin: 0;
padding: 7px 0px 7px 15px;
font-size: 16px;
line-height: 26px;
}
 
.main img{
border: none;
}

.main .links{
margin: 5px 0px 2px 0px;
}

.iframe{
clear: both;
}


.footer{
clear: both;
width: 713px;
height: 50px;
}

.footer p{
text-transform: uppercase;
font-size: 23px;
letter-spacing: 2px;
color: white;
text-align: center;
margin: 0;
padding: 6px 0px 0px 0px;
font-family: times New Roman, serif;
}

.footer a{
color: white;
text-decoration: none;
}

.footer a:hover{
color: silver;
text-decoration: none;
}