@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#f9f6e2;
        font-family:Verdana, Arial, Helvetica, sans-serif;	
}

img
{
        border:none;
}

#site_container
{
	text-align:center;
}

#main_site
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
	margin-top:15px;
	margin-bottom:15px;
}

#top
{
	height:260px;
	width:950px;
	background-image:url(../img_upload/header.jpg);
	background-repeat:no-repeat;
}

#bar
{
	height:41px;
	background-image:url(../img_upload/bar.jpg);
	background-repeat:no-repeat;
}

#details_area
{
	width:926px;
	background-image:url(../img_upload/details_area_back.jpg);
	background-repeat:repeat-y;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
}

#left, #right
{
	width:200px;
	background-image:url(../img_upload/column_middle.jpg);
	background-repeat:repeat-y;
}

#left
{
	float:left;
}


.menu
{
   width:198px;
   margin-top:15px;
   margin-left:1px;
}

.menu li

{
   list-style:none;
}

.menu li a
{
   width:188px;   
   display:block;
   padding-left:10px;
   background-color:#f9f6e2;
   color:#000000;
   text-decoration:none;
   font-size:12px;
   border-bottom:#FFFFFF 1px solid;
   padding-top:8px;
   padding-bottom:8px;
}

.menu li a:hover
{
   background-color:#eb8f5e;
   color:#FFFFFF;
}

.menuheader
{
    background-image:url(../img_upload/menu_head.jpg);
    background-repeat:no-repeat;
    font-size:16px;
    font-weight:bold;
    height:24px;
    color:#c5583b;
    padding-left:10px;
    padding-top:5px;
}

.menutop,.menubot
{
        padding:2px;
}	

#right
{
	float:right;
}

.column_head, #left h3, #right h3
{
	width:190x;
	height:24px;
	background-image:url(../img_upload/column_top.jpg);
	background-repeat:no-repeat;
        font-size:15px;
        font-weight:normal;
        color:#FFFFFF;
        padding-left:10px;
        padding-top:10px;
}

.nb_le_ce p, .nb_ri_ce p
{
        padding-top:5px;
	padding-bottom:10px;
        font-size:12px;
        padding-left:5px;
        padding-right:5px;
        color:#000000;
}

.nb_le_ce a:link, .nb_le_ce a:visited, .nb_ri_ce a:link, .nb_ri_ce a:visited

{
        color:#d05c3e;;
        text-decoration:none;
        font-size:12px;
        padding-left:5px;
}

.nb_le_ce a:hover, .nb_ri_ce a:hover
{
        text-decoration:underline;
}

.le_img_center, .ri_img_center
{
        text-align:center !important;
        padding-top:10px;
        padding-bottom:10px;
}

#middle
{
	width:490px;
	float:left;
	margin-left:15px;
	margin-right:15px;
        font-size:12px;
        color:#000000;
        line-height:18px;
}

#middle h1, #middle h2
{
        font-size:18px;
        font-weight:normal;
        color:#d05c3e;
        padding-top:5px;
        padding-bottom:5px;
        line-height:24px;
        clear:both;
}

#middle h3
{
        font-size:14px;
        font-weight:normal;
}

#middle p
{
        font-size:12px;
        padding-top:10px;
        padding-bottom:10px;
        line-height:1.5em;
        text-align:left;
}

#middle a:link, #middle a:visited
{
	color:#999999;
	text-decoration:none;
}	

#middle a:hover
{
    color:#d05c3e;
}

#middle li
{
    margin-left:35px;
}

.out_footer
{
    clear:both;
    padding-top:5px;
    padding-bottom:5px;
}		

.clearify
{
	clear:both;
}	

#footer
{
	height:35px;
	background-image:url(../img_upload/footer.jpg);
	background-repeat:no-repeat;
        text-align:center;
        font-size:12px;
        padding-top:15px;
}

#footer a:link, #footer a:visited
{
	color:#000000;
	text-decoration:none;
}	

#footer a:hover
{
        text-decoration:underline;
}
