/* GENERAL STYLES */
@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	color: #5f5034;
	font-family: Helvetica, Arial, Verdana;
	font-size:small;
}


#leftDiv
{
    min-height:800px; 
    height:100%;  
    width:18px; 
    padding: 0px;  
    float:left; 
	background: #bbb698 url(images/edge.jpg)  repeat-x top center;
}

#rightDiv
{
    min-height: 900px; 
    height: 100%; 
    width: 18px; 
    padding: 0px;
    float: left; 
    background: #bbb698 url(images/edge.jpg)  repeat-x top center;
}

#sidebar1 {
        text-align:left;
	position: relative;
	width: 331px; 
	padding: 0px 15px 15px 15px;
	background-color: #FFF;
        float:left;
}
#sidebar2 {
        text-align:left;
	position: relative;
	width: 214px; 
	padding: 0px 15px 15px 15px;
	background-color: #f9fbec;
        float:right;
}


#mainContent {
        text-align:left;
	width: 332px; 
	margin: 0px 255px 0px 362px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;	
}

#mainContentSub {
        text-align:left;
        width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #ECE7C3;
} 

p {
	font-size: small;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration:none;
    color:#c9b891;
    font-size:small;
}

p a:link, p a:visited, p a:hover, p a:active
{
    text-decoration:none;
    color:#A94510;
    font-size:small;
}

h1 {
	font-size: 24px;
	color: #645740;
	letter-spacing: -1pt;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #A94510;
	letter-spacing: -1pt;
	margin: 0px;
	padding: 0px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	font-size: 18px;
	font-weight: normal;
	color: #A94510;
	letter-spacing: -1pt;
	margin: 0px;
	padding: 0px;
    text-decoration:none;
}



h4 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #645740;
	padding: 0px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.readmore {
	color: #B35C2A;
	margin: 0px 0px 15px 0px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A94510;

	padding: 0px 0px 5px 0px;
}



/* EDITOR PROPERTIES */

