
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2 {
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 40px;
}

h1.style1 {
	margin-bottom: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 20px;
	text-align: left;
}

h2.style1 {
	font-size: 22px;
	color: #FFFFFF;
}

h4 {
    
	font-size: 20px;
    color: #704E2D;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 3;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #704E2D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	padding: 4px;
	border: 1px solid #DFDFDF;
    margin: 0px auto;
 
}
img.aligncenter2 {
	padding: 4px;
	
    margin: 0px auto;
 
}
hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1208px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */


#menu {
	float: left;
	width: 850px;
	height: 180px;
	background: url(images/bg02.jpg) no-repeat left top;
}

#menu ul {
    margin: 0px;
    padding: 93px 0px 0px 38px;
    list-style: none;
    line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	margin-right: 10px;
	padding: 6px 15px 0px 15px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #886545;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
    float: right;
    width: 708px;
    height: 380px;
    min-height: 380px;
    padding: 20px 100px 0px 50px;
    background: url(images/bg05.jpg) no-repeat right top;
}

html>body #content {
    height: auto;
    vertical-align: top;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
    float: left;
    width: 225px;
    padding-left: 50px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
    padding-right: 50px;
}


/** SIDEBAR */

#sidebar {
    float: left;
    width: 250px;
    height: 410px;
    min-height: 410px;
    padding: 100px 50px 0px 50px;
    background: url(images/bg04.jpg) no-repeat left top;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #886545 url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 1208px;
	height: 200px;
	background: url(images/bg07.jpg) no-repeat left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 300px;
	text-align: center;
	color: #E8E0D9;
}

#footer .legal {
}

#footer .links {


}

.a_large {
    font-size: 22px;
    color: #704E2D;
    font-weight: bold;
}


.head {
    outline: none;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 2px;
    font: 40px Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    padding-left: 45px;
}
.head2 {
    outline: none;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 2px;
    font: 24px Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    padding-left:45px;
}
.link_white {
    	color: #E8E0D9;
}
.h2_center
{
    text-align: center;
}
.h4_center
{
    text-align: center;
}
.ptitle
{
}
.newStyle1
{
    padding-left: 50px;
}
.visible {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.invisible {
    padding: 4px;
    border: 1px solid #DFDFDF;
    visibility: hidden;
}

.content_center
{
    text-align: center;
}
.ident
{
    text-align: left;
    text-indent: 30px;
}

.rightjust
{
    text-align: right;
    padding-right: 20px;
    width: 120px;
    vertical-align: top;
}

.rightjust2
{
    text-align: right;
    padding-right: 4px;

    vertical-align: top;
}

.leftjust2
{
    text-align:left;
    padding-right: 4px;

    vertical-align: top;
}

.centerall
{
    padding: 10px 10px 0px 10px;
    vertical-align: middle;
    text-align: center;
    position: inherit;
}
      .td_third
        {
            width: 33%;
            vertical-align: middle;
            text-align: center;
        }

        .wide_pic
        {
        
    padding-left: 10px;
    height: 180px;
text-align: right;
                    }
                    
      .black_link
        {
            color: #000000;
        }