body {
font: 16px Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: #4d1300 url(images/leather_bg.jpg) 50% 0 no-repeat;
margin: 0;
padding: 0;
}

.clearfloats {
clear: both;
}

/*----------------------------*/

#main_container {
width: 878px;
margin: 0 auto;
height: 1000px;
}

/*---------------------------------*/

#top_navigation {
width: 878px;
height: 133px;
background: url(images/logo_button_links.png) 0 0 no-repeat;
}

#top_navigation_buttons {
width: 890px;
height: 70px;
position: absolute;
}

#home_page_button a {
width: 130px;
height: 70px;
background: url(images/home_page_over.gif) 0 -70px no-repeat;
display: block;
position: absolute;
}

#biography_button a {
width: 116px;
height: 70px;
background: url(images/biography_over.gif) 0 -70px no-repeat;
display: block;
margin-left: 175px;
position: absolute;
}

#questions_button a {
width: 103px;
height: 70px;
background: url(images/questions_over.gif) 0 -70px no-repeat;
display: block;
margin-left: 594px;
position: absolute;
}

#contact_us_button a {
width: 126px;
height: 70px;
background: url(images/contact_us_over.gif) 0 -70px no-repeat;
display: block;
margin-left: 752px;
position: absolute;
}

#home_page_button a:hover, #biography_button a:hover, #questions_button a:hover, #contact_us_button a:hover {
background-position: 0 0;
}



/*----------------------------*/

#content_container {
width: 878px;
background-color: #402700;
border: 1px #8f6800 solid;
padding-bottom: 50px;
}

#leftside_content {
width: 593px;
float: left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #ede1d5;
}

#leftside_content h1 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 25px 25px 0 40px;
padding: 0;
text-transform: uppercase;
color: #eda961;
}

#leftside_content h2 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 25px 25px 0 40px;
padding: 0;
text-transform: uppercase;
color: #eda961;

}
#leftside_content h3 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 25px 25px 0 40px;
padding: 0;
text-transform: uppercase;
color: #eda961;

}


#leftside_content ul {
margin: 20px 25px 0 65px;
padding: 0;
}

#leftside_content li {
margin-bottom: 20px;
}


#leftside_content p {
margin: 20px 25px 0 40px;
line-height: 25px;
}

#leftside_content a {
color: #eda961;
font-weight: bold;
}

#leftside_content a:visited {
color: #FFCC33;
}

#leftside_content a:hover {
color: #FF3300;
}

/*----------------------------*/

#rightside_navigation {
width: 283px;
float: left;
}

#rightside_mini_menu {
width: 241px;
height: 506px;
background: url(images/rightside_menu_bg2.jpg) 0 0 no-repeat;
border: 1px #a27847 solid;
margin: 0 0 0 1px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#rightside_mini_menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
width: 200px;
margin: 10px 0 0 24px;
}

#rightside_mini_menu li {
border-bottom: 1px #939180 solid;
}

#rightside_mini_menu li a {
color: #ede1d5;
text-decoration: none;
width: 187px;
padding: 8px 8px 8px 4px;
display: block;
}

#rightside_mini_menu li a:hover {
background-color: #eda961;
color: #000000;
}

#accolades_area {
width: 283px;
height: 343px;
background: url(images/pillars_bg.jpg) 0 0 no-repeat;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #eda961;
}

#accolades_area ul {
width: 235px;
list-style-type: none;
margin: 15px 0 0 22px;
padding: 0;
}

#accolades_area ul li {
border-bottom: 1px #9b6f3f solid;
padding: 8px 8px 8px 5px;
}

/*-------Cherryone Credit Line--------*/

#cherryone_creditLine {
width: 700px;
height: 140px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: center;
margin: 30px auto 0 auto;
}

#cherryone_creditLine a {
color: #FFFFFF;
}


#cherryone_creditLine a:hover {
color: #FF3300;
}

/*END*/