body{	
  margin:0 auto;
  text-align: center;
  padding: 0;
  padding:0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: gray;
  background-color: #141414;
  background-image: url(images/bg1.gif);
  background-repeat: repeat-x;
}

.content{
color:#000000;
}

h1{
display: none;
}



a{color: #000;text-decoration:underline;}
a:hover {color: #000;text-decoration:underline;}



.top{
background-image: url(images/top1.jpg);
background-repeat: no-repeat;
height:285px;
width:800px;
}


.wrapper{
  margin: 0 auto;
  padding:0px;
  width: 800px;
  background-color: white;
  border: 1px black solid;
}



.buttons{
width : 760px;
float: left;
font-size: 16px;
font-weight: bold;
line-height: 30px;
text-align: left;
margin: 252px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}

.buttons a{
color: white;
text-decoration: none;
}


.buttons a:hover{
color: black;
text-decoration: underline;
}

.buttons ul{
list-style: none;
margin: 0;
padding: 0;

}

.buttons li{
display: inline;
margin: 0px 10px 0px 0px;
}


.content{
width: 800px;
height: 400px;
float: left;
text-align: left;

}


.content h2{
margin-left: 10px;
margin-top: 10px;
font-size: 16px;
}


.content p{
padding: 10px;
}


.side{
width: 200px;
height: 400px;
float: left;

background-color: #505153;
}


.side p{
padding: 0px 10px 0px 10px;
color:white;
font-size: 13px;
}


.flash{
float: right;
margin-bottom: -20px;
}


.footer{
padding: 10px 0px 0px 0px;
clear: both;
width: 800px;
height: 30px;
background-color: #505153;
}

.footer p{
color: black;
}

html>body .footer{

padding: 1px 0px 7px 0px;
}
