* {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

a {
	color: #060;
	text-decoration: underline;
	font-size:14px;
}

a:link {
	text-decoration: underline;
	color: #060;
}

a:visited {
	text-decoration: underline;
	color: #060;
}

a:hover {
	text-decoration: none;
	color: #060;
}

a:active {
	text-decoration: underline;
	color: #060;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size:12px;
}

h1 {
	font-size:18px;
	color: #6f6340;
	padding-bottom:10px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	color: #6f6340;
	padding-bottom:5px;
	padding-top:5px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#376023;
}

h4 {
	color:#376023;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6f6340;
	padding-bottom:5px;
	padding-top:5px;
}

img {
	border:none;
}

.map {
	width:530px;
	padding:10px;
}

#prices {
	position:fixed;
	top:20%;
	left:60%;
	width:150px;
	height:150px;
	font-size:14px;
	color:#FFF;
}

#menu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:32px;
	background-image:url(../images/menubg.png);
	background-repeat:repeat-x;
	font-size:14px;
	color:#FFF;
}

#menu .mhold {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#menu a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	padding:7px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#menu a:hover {
	background-color:#423d27;
}

#menubacker {
	height:32px;
	width:100%;
	overflow:hidden;
}

#banner {
	width:100%;
	overflow:hidden;
	/* background-image:url(../images/bannerbg.jpg); */
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	background-color:#689D4D;
}

#banner .bhold {
	width:920px;
	height:356px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:100%;
	overflow:hidden;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;
	border-top:1px #999 solid;
	padding-bottom:10px;
}

#content li {
	list-style:none;
}

#content li a {
	font-size:24px;
}

#content .chold {
	width:900px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/contentholdbg.jpg);
	background-repeat:no-repeat;
}

#content .chold2 {
	width:840px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	border-top:1px #CCC solid;
}

#content .chold2 img {
	padding-top:10px;
	padding-bottom:10px;
}

#content .chold3 {
	width:840px;
	overflow:hidden;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../images/contenthold3bg.jpg);
}

#content .qcol {
	width:188px;
	overflow:hidden;
	border-left:1px #999 dashed;
	padding:10px;
	float:left;
}

#content .qcol p {
	height:45px;
}

#content .qcol4 p {
	height:45px;
}

#content .qcol:hover {
	background-color:#e5e5e5;
}

#content .qcol4 {
	width:188px;
	overflow:hidden;
	border-left:1px #999 dashed;
	border-right:1px #999 dashed;
	padding:10px;
	float:left;
}

#content .qcol4:hover {
	background-color:#e5e5e5;
}

#content .col1 {
	width:270px;
	overflow:hidden;
	float:left;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
}

#content .col1 h1 {
	padding-top:12px;
	margin-bottom:10px;
}

#content .col1 ul li {
	list-style: circle;
	margin-left: 20px;
}

#content .col1 p a {
	font-size:12px;
}

#content .col2 {
	width:549px;
	float:left;
	border-left:1px #999 dashed;
}

#content .col2header {
	float:left;
	width:499px;
	height:70px;
	padding:25px;
	padding-top:23px;
	padding-bottom:17px;
	background-image:url(../images/contentholdbg.png);
}

#content .col2header a {
	font-size:12px;
}

#content .col2full {
	float:left;
	width:499px;
	overflow:hidden;
	padding:25px;
	padding-bottom:17px;
}

#content .col2full img {
	width:100px;
	height:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#content .col2test {
	float:left;
	width:499px;
	overflow:hidden;
	padding:25px;
	padding-top:5px;
	padding-bottom:17px;
}

#content .col2header p {
	color:#333;
	height:53px;
}

#content .col2a {
	width:179px;
	padding:10px;
	overflow:hidden;
	float:left;
}

#content .col2a a {
	margin-bottom:10px;
}

#content .col2a p {
	color:#333;
}

#content .col2b {
	width:269px;
	overflow:hidden;
	float:left;
	padding-left:40px;
	padding-right:40px;
	border-left:1px #999 dashed;
	padding-bottom:10px;
}

#footer {
	width:100%;
	overflow:hidden;
	border-top:10px #030 solid;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	background-color:#689D4D;
}

#footer img {
	border:none;
}

#footer a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}

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

#footer .fhold {
	width:840px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#footer .fleft {
	width:188px;
	overflow:hidden;
	border-left:1px #030 solid;
	padding:10px;
	float:left;
}

#footer .fleft h4 {
	color:#030;
	padding-bottom:10px;
}

#footer .fright {
	text-align:right;
	float:right;
	width:188px;
}

#footer .fright a {
	color:#030;
	text-decoration:underline;
}

#footer .fright a:hover {
	text-decoration:none;
}

#twitter_div {
	width:100%;
}

#twitter_div .bottomlink {
	float:left;
	clear:left;
}

#twitter_div .bottomlink a {
	margin-top:20px;
}

#twitter_update_list {
	width:100%;
	float:left;
	clear:left;
}

#twitter_update_list * {
	margin:0px;
	padding:0px;
}

#twitter_update_list .tulholder {
	overflow:hidden;
	padding:10px;
	border:#ccc 1px solid;
	background-image:url(../images/listbg.html);
	background-repeat:repeat-x;
	margin-top:10px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding-left:0px;
	width:510px;
}

#twitter_update_list .tulhright {
	width:410px;
	overflow:hidden;
	float:left;
}

#twitter_update_list .tulhright p {
	font-size:12px;
}

#twitter_update_list .tulhright a {
	font-size:12px;
}

#twitter_update_list .tulhleft {
	width:75px;
	overflow:hidden;
	text-align:center;
	float:left;
	border-right:1px #ccc solid;
	margin-right:10px;
}
#twitter_update_list .tulhleft h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#666;
}

#twitter_update_list .tulhleft h2 {
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin-top:-5px;
}

#twitter_update_list .tulhleft h3 {
	font-size:12px;
	text-align:center;
	font-weight:normal;
}