* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

br.clear {
	clear:both;
}

#wrapper {
	width: 1006px;
	margin: 20px auto;
}

#wrapper #top {
	width: 1006px;
	height: 26px;
	background: white url('images/top_round_corner.jpg') no-repeat center top;
}

#wrapper #center {
	width: 1006px;
	background: #076324 url('images/inner_bg.jpg') repeat-x bottom left;
}

#wrapper #bottom {
	width: 1006px;
	height: 26px;
	background: white url('images/bottom_round_corner.jpg') no-repeat center top;
}

#wrapper #bottom p {
	text-align: center;
	color: white;
	font-weight: bold;
}

#wrapper #center #header {
	width: 975px;
}

#wrapper #center #header #left {
	width: 430px;
	height: 384px;
	float: left;
	margin-left: 10px;
	padding: 10px 0 0 25px;
	background: #076324 url('images/header_left.jpg') no-repeat right top;
	color: #689810;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

#wrapper #center #header #left p {
	font-family: "Arial";
	font-size: 22px;
}

#wrapper #center #header #right {
	width: 510px;
	height: 386px;
	float: left;
	padding-top: 8px;
	background: #076324 url('images/header_right.jpg') no-repeat left top;
	text-align: center;
}

#wrapper #center #header #right #holder {
	border: 1px solid #999;
	position: relative;
	margin-left: 10px; 
	margin-top: 5px; 
	width: 483px; 
	height: 362px;
	float: left; 
}

#wrapper #center #header #right #holder img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;	
}

#wrapper #center #header #right #holder img.active {
	z-index: 10;
	opacity: 1.0;
}
#wrapper #center #header #right #holder img.last-active {
	z-index: 9;
}

#wrapper #center #header #left #menuWrap {
	width: 270px;
	margin-top: 30px;
	margin-left: -10px;
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

#wrapper #center #header #left #menuWrap #menuTop {
	width: 270px;
	height: 20px;
	background: #076324 url('images/menu_top.jpg') no-repeat top center;
}

#wrapper #center #header #left #menuWrap #menuCenter {
	width: 270px;
	background: #076324 url('images/menu_center.jpg') repeat-y center;
}

#wrapper #center #header #left #menuWrap #menuBottom {
	width: 270px;
	height: 20px;
	background: #076324 url('images/menu_bottom.jpg') no-repeat top center;
}

#wrapper #center #header #left #menuWrap #menuCenter a:link, a:visited {
	width: 229px;
	height: 33px;
	margin-left: 15px;
	padding-left: 15px;
	display: block;
	background: transparent;
	color: white;
	text-decoration: none;
}

#wrapper #center #header #left #menuWrap #menuCenter a:hover, a:active {
	background: #076324 url('images/link_bg.jpg') repeat-x left;
	color: #7395CE;
}

#wrapper #center #header #left #menuWrap #menuCenter a.last, a.last:hover {
	color: #076324;
}

#wrapper #center #content {
	width: 975px;
}

#wrapper #center #content #newsWrap {
	width: 255px;
	float: left;
	background: transparent url('images/left_border_right.png') repeat-y right top;
	margin-left: 35px;
	margin-top: 20px;
}

#wrapper #center #content #newsWrap img {
	text-align: right;
	margin-right: 5px;
}

#wrapper #center #content #newsWrap h1 {
	font-size: 24px;
	font-family: Arial;
	color: white;
}

#wrapper #center #content #newsWrap h1:first-letter {
	font-weight: bold;
	text-decoration: underline;
	color: #7499CF;
}

#wrapper #center #content #newsWrap p {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 5px;
}

#wrapper #center #content #newsWrap p.maro {
	color: #B6995A;
	line-height: 90%;
}

#wrapper #center #content #newsWrap p.alb {
	color: white;
	line-height: 90%;
}

#wrapper #center #content #newsWrap #newsEnd {
	margin-top: 20px;
	width: 240px;
	background: transparent url('images/left_border_bottom.png') repeat-x top left;
	height: 30px;
}

#wrapper #center #content #newsWrap #newsEnd2 {
	margin-top: 50px;
	width: 240px;
	background: transparent url('images/left_border_bottom.png') repeat-x top left;
	height: 5px;
}

#wrapper #center #content #textarea {
	float: left;
	width: 370px;
	margin-left: 30px;
	margin-top: 10px;
}

#wrapper #center #content #swapswap {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	width: 650px;	
}

#wrapper #center #content #textarea h1 {
	color: white;
	font-size: 24px;
	text-align: right;
}

#wrapper #center #content #textarea h1:first-letter {
	color: #7499CF;
}

#wrapper #center #content #textarea h2 {
	font-size: 18px;
	color: white;
	text-decoration: underline;
	text-align: right;
}
#wrapper #center #content #textarea p {
	text-align: right;
	color: #B6995A;
	margin-top: 10px;
	font-size: 14px;
	font-family: arial;
	line-height: 140%;
}

#wrapper #center #content #textarea p.phone {
	font-size: 16px;	
	font-weight: bold;
}

#wrapper #center #content #textarea a.text:active,a.text:link,a.text:visited {
	color: #B6995A;
	text-decoration: none;
}

#wrapper #center #content #textarea a.text:hover {
	color: white;
	text-decoration: underline;
}

#wrapper #center #content #textarea li {
	text-align: right;
	list-style: circle;
	color: #B6995A;
	line-height: 140%;
	font-size: 13px;
}

#wrapper #center #content #textarea form {
	float: right;
	color: #B6995A;
}

#wrapper #center #content #textarea form input{
	color: #B6995A;
	border-top: 1px solid #707070;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #cecece;
	border-lefT: 1px solid #ababab;
}

#wrapper #center #content #textarea form textarea{
	color: #B6995A;
	border-top: 1px solid #707070;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #cecece;
	border-lefT: 1px solid #ababab;
}

#wrapper #center #content #rightInfo {
	float: left;
	width: 270px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
}

#wrapper #center #content #textarea ul li.firstpage {
	list-style: decimal;
}

#wrapper #center #content #textarea .spacer {
	width: 100%;
	height: 35px;
}

.spacer {
	width: 100%;
	height: 35px;
}

#wrapper #center #content #rightInfo a {
	padding-left: 7px;
}
