/* -----------------------------------
O.A.T.H. Styl Sheet
Copyright 2010 OATH Coalition
Design by Tom S. Hammack - Wizzert Solution
Copyright 2010 Wizzert Solutions
----------------------------------- */
body
{ 
    font: 12px Arial, Helvetica, sans-serif;
    background-image: url(../images/pg_bkg.jpg);
    background-repeat: repeat-x;
    background-color: #453E36;
    margin: 0;
    padding: 0;
    text-align: center;
 }

hr {
    color: #000000;
    background-color: #000000;
}

#container { 
	width: 980px;  
	background: #795b49;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

#header {  
	background: #120B0A; 
	padding: 0;  
 }
 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#sidebar1
{
    float: left;
    width: 210px;
    background-color: #795b49;
    padding: 15px 10px 15px 15px;
}

#mainContent
{
    margin: 0 0 0 250px;
    padding: 0 20px;
    border-left-style: inset;
    border-left-width: thin;
} 

#sociallinks a
{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

#footer
{
    padding: 0 10px 0 20px;
    background-color: #795b49;
    border-top-style: inset;
    border-top-width: thin;
    font-family: 'Batik Regular';
} 

#footer p
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link { 
    color: #9B7A37;
    text-decoration: underline;
}

a:visited
{
    color: #3D3016;
    text-decoration: underline;
}

a:hover { 
    color: #B89241;
    font-weight: bold;
    text-decoration: underline;
 }


a:active {
    color: #3D3016;
}

/* Web Buttons Section */
#web-buttons-idps6ns a
{ 
    display: block;
    color: transparent;
 }


#web-buttons-idps6ns a:hover
{
    background-position: left bottom;
} 

/* End StyleSheet */