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

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

#topsection{
height: 45px;
}


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

#contentcolumn{
margin-left: 170px; /*0 RightColumnWidth 0 LeftColumnWidth*/
height: 900px;
background: url(images/profile_bg.gif);
}

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

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

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

#profile{
width: 62%;
padding: 20px 0px 15px 112px;
font-size: 0.7em;
color: #000;
}

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

#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;
}

a.secondary_live{
font-weight: normal;
color: #E50707;
text-decoration: none;
}

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

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

.live{
color: #666;
font-weight: bold;
text-decoration: none;
underline: none;
}

.map_head{
color: #E50707;
font-size: 120%;
}

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

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

.footer_link{
color: #666;
font-weight: bold;
text-decoration: underline;
}