body, td, th {
	color: #333;
	font: 0.9em Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
a {
	color: #E13C11;
}
h1 {
	border-left: 20px solid #DF4013;
	padding-left: 7px;
	color: #22361E;
}
html {
	background: #333 url(../images/bg_site.jpg) repeat-y center top;
	height: 100%;
}
body {
	height: 100%;
}
#wrapper {
	background: url(../images/bg_wrapper.jpg) no-repeat;
	margin: 0px auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#left {
	float: left;
}
#right {
	background: url(../images/bg_nav.jpg);
	float: right;
	height: 157px;
	width: 403px;
	text-align: right;
}
#right ul {
	padding-top: 78px;
	padding-right: 8px;
}
#right li {
	display: inline;
	padding: 0 10px;
}
#right li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#content {
	margin: 0 120px 0;
	text-align: justify;
	line-height: 1.4;
	clear: both;
	padding: 30px 0 0 0;
}
#content ul.list {
	margin-left: 40px;
	list-style: circle;
}
#content ul.menu {
	text-align: right;
	font-size: .85em;
}
#content ul.menu li {
	margin-bottom: 10px;
	border-right: 20px solid #8D9274;
	padding-right: 5px;
}

#content ul.menu2 {
	text-align: left;
	font-size: .85em;
}
#content ul.menu2 li {
	margin-bottom: 10px;
	border-left: 20px solid #8D9274;
	padding-left: 5px;
}

#content div#services_content {
	width: 325px;
	float: left;
	text-align: left;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #E33D1A;
	padding: 20px;
	margin: 50px 120px 0px;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.spidertext {
	display: none;
}
.coral {
	color: #952F2B;
	border-color: #952F2B;
}
.orange {
	color: #E34B2E;
	border-color: #E34B2E;
}
.lime {
	color: #578E37;
	border-color: #578E37;
}
.grey {
	color: #879277;
	border-color: #879277;
}
.pine {
	color: #4E6A31;
	border-color: #4E6A31;
}
.black {
	color: #2A3524;
	border-color: #2A3524;
}
.twiter {
	width: 250px;
	float:right;
}