@charset "UTF-8";
/* Stylesheet for the home page */
#maincontent {
position: absolute;
left:0px;
top: 47px;
height: 480px;
width:1024px;
font-family: helvetica, arial;
font-weight:bold;
}


#leftcontent {
position: absolute;
width: 280px;
height: 480px;
top: 0px;
background: #1e1e1e;
}

#description {
position:absolute;
width: 232px;
bottom: 20px;
left: 25px;
color: #FFFFFF;
padding: 0px;
margin: 0px;
line-height: 18px;
font-size:12px;
font-weight:normal;
}



#leftcontent p.title{
color: #FFFFFF;
font-size: 20px;
margin:50px 0 0 20px;
padding:0px;
}

#leftcontent p.header{
color: #736761;
font-size: 14px;
margin:20px 0 0 20px;
padding:0px;
}

#leftcontent p{
color: #FFFFFF;
font-size: 12px;
line-height: 18px;
margin:0px 0 0 20px;
padding:0px;
}

#leftcontent a {
color: #FFFFFF;
margin: 0 2px 0 2px;
padding: 2px 3px 2px 3px;
font-weight: bold;
}
#leftcontent a:visited {
color: #FFFFFF;
margin: 0 2px 0 2px;
padding: 2px 3px 2px 3px;
font-weight: bold;
}

#rightcontent {
position: absolute;
width: 744px;
height: 480px;
top: 0px;
left: 280px;
background-color: #000000;
border-right: 5px solid #fff;
}


