a {
font-weight: normal;
text-decoration: none;
color: #666;
}

a:hover{
text-decoration: underline;
}

body{
background: #000;
margin:0;
padding:0;
line-height: 1.1em;
color: #FFF;
font-family: Verdana;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 750px;
height: 495px;
margin: 0 auto; /*Center container on page*/
background: #000;
border: 1px solid #FFF;
}

#topsection{
height: 55px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
height: 495px;
}

#contentcolumn{
margin: 0 330px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
background: url(images/one-to-one.gif);
float: left;
width: 170px; /*Width of left column in pixel*/
height: 495px;
margin-left: -750px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 330px; /*Width of right column*/
height: 495px;
margin-left: -330px; /*Set left margin to -(RightColumnWidth)*/
}

a.footer_link {
font-weight: normal;
text-decoration: none;
color: #666;
}

a.footer_link:hover {
text-decoration: underline;
}

#footer{
width: 750px; /*Width of right column*/
margin: 5px 0px 0px 0px;
text-align: right;
font-size: 0.6em;
color: #666;
}
