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

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

#topsection{
height: 55px;
}


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

#contentcolumn{
margin: 0 330px 0 170px; /*0 RightColumnWidth 0 LeftColumnWidth*/
padding: 31px 8px 20px 20px;
background: #FFF;
}

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

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

#rightcolumn_text{
background: url(images/right_col_bg.gif);
float: left;
width: 330px;
height: 495px;
margin-left: -330px;
}

#rightcolumn_profile{
background: url(images/right_col_bg.gif);
float: left;
width: 330px;
height: 495px;
margin-left: -330px;
}

#profilewrapper{
width: 100%;
height: 60px;
padding-bottom: 9px;
}

#profilewrapper2{
width: 100%;
height: 60px;
}


ol {
margin: 10px 0px 0px 25px;
}

.text{
width: 250px;
font-size: 0.7em;
color: #000;
}

#header{
font-size: 130%;
font-weight: bold;
color: #666;
padding-bottom: 10px;
}

.feature{
font-weight: bold;
color: #E50707;
}

#right_col_padding {
padding: 32px 88px 20px 20px;
}

#secondary{
width: 170px;
background: url(images/arrow.gif);
margin-top: 4px;
font-size: 0.7em;
color: #FFF;
}

#secondary_on{
width: 170px;
background: url(images/arrow-on.gif);
margin-top: 4px;
font-size: 0.7em;
color: #E50707;
}

a {
color: #000;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #E50707;
}

a.profiles {
text-decoration: none;
}

a.nav_link{
width: 170px;
height: 24px;
color: #FFF;
text-decoration: none;
font-weight: normal;
underline: none;
}

a.nav_link_on{
width: 170px;
height: 24px;
color: #E50707;
text-decoration: none;
font-weight: normal;
underline: none;
}

a.nav_link:hover{
width: 170px;
height: 24px;
color: #E50707;
text-decoration: none;
underline: none;
}

.red{
color: #E50707;
font-weight: bold;
text-decoration: none;
underline: none;
}

#image {
float : left;
margin-right : 10px;
margin-bottom : 5px;
}

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

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

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