body {
	background: url(../images/bg.png) repeat-x #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 13px;
	}

#content, #header {
	width: 900px;
	margin: 0 auto;
	}

#header {
	background: url(../images/header.png) no-repeat bottom;
	height: 131px
	}
	
#maincontent {
	width: 900px;
	background: url(../images/textbg.png) repeat;
	padding-top: 15px;
	margin: 0 auto;
	}

#hometextarea, #textarea {
	width: 865px;
 	text-align: left;
 	margin: 0 auto;
 	background: #FFF;
	}

#textarea {padding: 7px; width: 851px;}

/*=====Homepage=====*/

#leftside {
	width: 236px;
	min-height: 370px;
	float: left;
	background: #B4B4B4;
	padding: 15px 7px;
	}

#rightside {
	width: 605px;
	float: right;
	}

#rightside p {
	margin: 0 0 10px 0;
	padding: 7px 7px 7px 0;
	font-size: 16px;
	line-height: 25px;
	}

.carousel {
	width: 860px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	}

#imglinkarea {
	width: 602px;
	height: auto;
	padding-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	}

.imgcolumn {
	width: 190px;
	float: left;
	margin-right: 10px;
	}

/*=====General=====*/

.left {float: left;}
.right {float: right;}
img {border: 0;}

h1 {
	font-size: 22px;
	letter-spacing: -2px;
	margin: 10px 0 15px 0;
	font-weight: normal;
	color: #333;
	}

h2 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 7px;
	margin: 0 0 7px 0;
	border-bottom: 1px #000 solid;
	}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding-left: 5px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px #CECECE solid;
	}

h3.leftside {padding-left: 0px; border: 0;}

li {
	line-height: 150%;
	list-style-image: url(../images/bullet.gif);
	}

.indent {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	}

.reg {
	font-size: 13px;
	letter-spacing: normal;
	}

.readmore {
	width: 100%;
	text-align: right;
	font-weight: bold;
	}

/*=====Link Styles=====*/

a:link {color: #666; text-decoration: underline;}
a:hover {color: #FF2300; text-decoration: none;}
a:visited {color: #666; text-decoration: underline;}
a:visited:hover {color: #FF2300; text-decoration: none;}

#leftside a {color: #444; text-decoration: none;}
#leftside a:hover {color: #666}
#leftside a:visited {color: #444; text-decoration: none;}
#leftside a:visited:hover {color: #666}

/*=====Listings=====*/

.listarea {
	width: 850px;
	height: 100px;
	border: 1px #CCCCCC solid;
	margin-bottom: 5px;
	}

.listphoto-sm {
	float: left;
	width: 125px;
	height: 80px;
	font-size: 9px;
	text-align: center;
	padding-top: 2px
	}

.listarea-info, .listarea-extra {
	float: left;
	width: 345px;
	font-size: 14px
	}

.listarea-extra {
	font-size: 11px;
	line-height: 150%
	}

.moreinfo-left, .moreinfo-right {
	width: 375px;
	float: left;
	line-height: 120%;
	margin-left: 20px;
	padding-top: 10px
	}

.moreinfo-right {
	float: right;
	margin: 0;
	}

#showcase {
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}

.listthumbs {margin-right: 1px;}
	
/*=====Contact Page=====*/

#form {
	width: 600px;
	height: auto;
	padding: 3px;
	}

html>/**/body #form {width: 597px;}

#form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	float: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	width: 150px;
	}

input.text, textarea {
	border: 1px #999 solid;
	margin: 0 0 5px;
	padding: 3px;
	width: 430px;
	}

.submit {
	margin-left: 155px;
	border: 1px #999 solid;
	}


/*=====Footer=====*/

#footer {
	width: 900px;
	height: 30px;
	font-size: 10px;
	text-align: left;
	color: #676767;
	margin: 0 auto;
	}
