body
{
    font-family:Arial,Tahoma,sans-serif;
	font-size:11px;
	background-color:#000000;
	background-image:url(/images/background_main.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0;
}

.clear
{
	font-size: 1px;
	line-height: 0;
	clear: both;	
}
 
/*****MAIN*****/    
#main
{
    width:1122px;
    min-height:511px;
    background-image:url(/images/background_site_main.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    margin:0 auto;
}


#website
{
    width:1007px;
    margin:204px auto 0;
    padding-left:115px;
    float:left;
    background-image:url(/images/background_navigation_border.gif);
    background-repeat:repeat-y;
}

#facebook
{
    margin-top: 20px;
    text-align: center;
}
/*****END MAIN*****/


/*****NAVIGATION*****/
#navigation
{
    width:168px;
    height:288px;
    border-right:1px solid #cbcbcb;
    background-color:#e6e7e8;
    background-image:url(/images/background_left_content.gif);
    background-repeat:repeat-x;
    float:left;
    margin-left:32px;
    padding:18px 0 0 13px;
}
/*****END NAVIGATION*****/

 /*****CONTENT*****/   
#content-home
{
    width:638px;
    background-color:#ffffff;
    background-image:url(/images/background_right_content.gif);
    background-repeat:repeat-x;
    float:right;
    margin-right:115px;
    padding:10px 20px;
    min-height:306px;
    margin-top:217px;
}


#content
{
    width:638px;
    background-color:#ffffff;
    background-image:url(/images/background_right_content.gif);
    background-repeat:repeat-x;
    float:right;
    margin-right:115px;
    padding:10px 20px;
    min-height:306px;
}
/*****END CONTENT*****/


/*****FOOTER*****/    
#footer
{
    width:1122px;
    clear:left;
    margin:0 auto;
    text-align:center;
    padding-top:15px;
    color:#666666;
}

#footer a
{
	color:#666666;
        text-decoration:none;
}

#footer a:hover
{
	color:#666666;
        text-decoration:none;
}

.footer-bullet
{
    color:#ffffff;
}
/*****END FOOTER*****/
