* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	font: 12px/1.4em 'Trebuchet MS', Arial;
	line-height: 16px;
	color:  #505050;
}

a {
	color: #c00;
}

a:hover {
	color: #f00;
}

h5 {
	background: url('images/bg-h5.jpg') no-repeat;
	color: white;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0px 0px 10px;
}

.listing {
	margin: 10px 0px 10px 40px;
	line-height: 26px;
}

.puff 
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.puff img {
	float: left;
	margin: 0px 5px 5px 0px;
}

#page-wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	clear:both;	
	overflow:hidden;
}

#page-header {
	height: 89px;
	text-align: left;
	overflow: hidden;
}

#page-header img {
	border: 0px;
}

#main-menu {
	background: url('images/menu-bg.jpg') repeat-x;
	background-position: left;
	height: 41px;
	overflow: hidden;
}

#main-menu a {
	color: white;
	text-decoration: none;
	font-size: 120%;
}

#main-menu ul {
	background: url('images/menu-left.jpg') no-repeat;
	background-position: left;
	list-style-type: none;
	height: 41px;
	float: left;
}

#main-menu ul li {
	float: left;
}

#active {
	float: left;
	background-color: #a00;
}

#main-menu ul li a {
	float:left;	
	display:block;	
	padding: 11px 15px 14px 15px;	
	text-decoration:none;
	background: url('images/menu-separator.jpg') no-repeat;
	background-position: right;
}

#main-menu-right {
	background: url('images/menu-right.jpg') no-repeat;
	background-position: right;
	height: 41px;
}

#content-container {
	width: 800px;
	margin: 20px 0px 20px 0px;
	display: block;
	overflow: hidden;
}

#content-container #content-left {
	float: left;
	width: 500px;
	text-align: left;
	margin-right: 20px;
	overflow: hidden;
}

#content-container #content-right {
	float: left;
	width: 280px;
	text-align: left;
	overflow: hidden;
}

.right-top {
	background: url('images/right-top.jpg') no-repeat;
	width: 280px;
	height: 20px;
}

#content-right .right-side-text {
	padding: 0px 10px 0px 10px;
	background: url('images/right-bg.jpg') repeat-y;
}

#content-right .right-side-text h1, #content-left h1 {
	color: #c00;
	font-size: 150%;
	font-weight: normal;
	line-height: 28px;
}

#content-left h1 {
	margin: 20px 0px 0px 0px;
}

#content-left p {
	margin: 10px 0px 0px 0px;
}

#content-right .right-side-text p {
	line-height: 16px;
	padding: 10px 0px 10px 0px;
	display: block;
}

#content-right .right-side-text img {
	float: left;
	margin: 0px 5px 5px 0px;
}

.right-bottom {
	background: url('images/right-bottom.jpg') no-repeat;
	width: 280px;
	height: 20px;
}

#footer-holder {
	background: url('images/footer-bg.jpg') repeat-x;
	height: 30px;
	width: 800px;
	text-align: left;
	display: block;	
	margin: 0px 0px 20px 0px;
}

#footer-content {
	background: url('images/footer-left.jpg') no-repeat;
	height: 30px;
	width: 100%;
	text-align: left;
}

#footer-text {
	background: url('images/footer-right.jpg') no-repeat;
	background-position: right;
	height: 30px;
	width: 100%;
}

#footer-text p {
	padding: 7px 0px 0px 10px;
}

#breadcrumbs
{
	padding-bottom:10px;
}

#contact li
{
	padding:0;
	margin:0;
	padding-bottom:7px;
	list-style-type:none;
}

.clear
{
	clear:both;
}
.otitle
{
	color:#505050;
	text-decoration:none;
}