body{
margin:10;
padding:0;
line-height: 1.5em;
background: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
}

b{font-size: 110%;}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
}

#maincontainer{
width: 760px;
margin: 0 auto;
}

#topsection{
background: #666666;
height: 70px; 
}

#topsection h1{
margin: 0;
padding-top: 20px;
font-size: 17px;
text-decoration: none;
color: white;
}

#topsection a{
text-decoration: none;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 520px;
height: 490px;
background: #999999;
padding-top: 10px;
border: 3px solid #333333;
}

#leftcolumn{
float: left;
width: 520px;
height: 500px;
margin-left: -760px;
background: #FFFFFF;
border: 3px solid #333333;
text-align: center;
}

#footer{
clear: left;
width: 100%;
background: #666666;
color: #FFFFFF;
text-align: right;
padding: 4px 0;
}

#footer a{
}

#home{
  width: 250px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 100px;

}

.description{
padding: 100px 16px 16px 16px;
margin: 0;
}

.nav{
font-size: 30px;
margin-top: 25px;
text-align: center;
}

.nav a{
text-decoration: none;
}

