/**************** Imported Style Sheets ****************/


/* Typography - USE THIS FOR TINY MCE!! */

@import url("wpmsdc_typography.css");  

/* JS Menus	*/

@import url("wpmsdc_jsmenu.css");

/* Sort Table */

@import url("wpmsdc_sort_table.css");



/**************** Layout ****************/

body {
margin:0;
font-size:11px;
font-family:Verdana,sans-serif;
color:#000;
background:#372e26;
}
 
#wrapper_home{
width:780px;
margin:auto;
background:url("images/background_left_col.gif") #000 repeat-y left;
}

#wrapper{
background:url("images/background_left_col.jpg") #fff no-repeat left top;
}

#top_links,#welcome{
background:#372e26;
color:#fff;
}

#header{
height:92px;
width:100%;
background:url("images/background_header.jpg") repeat-x top;
}

div.header_link{
float: right;
padding:4px 3px 2px 3px;
margin-right:5px;
background:url("images/silver_bar.gif") repeat-x;
color:#000;
}

div.header_link a {
color:#000;
font-family:"Arial Narrow", Verdana;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
}

div.header_link a:hover{  
color: #000; 
}

#container{
padding:0;
}

#subcontentL{
width:143px;
float:left;
}



#subcontentL .title{
background:url("images/left_col_header_bar.jpg") top no-repeat;
padding-top:5px;
font-family:"Arial Narrow", Verdana;
font-weight:bold;
text-transform:uppercase;
height:45px;
text-align:center;
display:block;
}

#subcontentL .feature{
background:url("images/feature_box_bottom.jpg") bottom no-repeat;
padding:0;
min-height:100px;
height:100px;
text-align:center;
display:block;
}


#content1{
margin-left:143px;
width:auto;
}


#content_home{
float:left;
width:637px;
}

.inner {
background:url("images/background_content.jpg") #f1f1f2 bottom left no-repeat;
padding : 10px;
margin:15px;
}


#divider_bar_narrow{
height:7px;
width:100%;
clear:both;
background:#000;
}

#address_bar{
width:100%;
clear:both;
padding:5px 0;
background:url("images/address_bar.gif") #f0cd02 top repeat-x;
color:#000;
font-weight:bold;
font-size: .9em;
text-align:center;
}


#footer{
color:#fff;
clear:both;
height:85px;
width:100%;
background:#372e26;
font-size:0.9em;
position:relative;

}

#affiliate_of{
    position:absolute;
    top:10px;
    left:10px; 
}

#powered_by{
    position:absolute;
    top:10px;
    right:10px; 
}

#footer #copyright {
    padding-top: 10px;
    text-align:center;
}


#footer a{
color:#fff;
}


/**************** Links ****************/


a, a:hover 
{  
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 11px;  
font-weight: normal;  
color: #b29100;  
text-decoration: underline;
}

a img{
border:0;
}