/* CSS Document */

body {
	margin:0 auto;
	background:url(images/back-tile.jpg) repeat-x #54af54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:674px;
	margin:0 auto;
}

#header {
	margin-top:25px;
	height:108px;
	width:674px;
	clear:both;
}

#top-left {
	float:left;
	width:412px;
}

#menu {
	width:412px;
	height:39px;
	clear:both;
	margin-top:1px;
	float:left;
	text-align:center;
}

.menu {
	background:url(images/menu-tab.jpg) no-repeat;
	float:left;
	width:73px;
	height:30px;
	margin-right:3px;
	padding-top:9px;
	list-style-type:none;
}

#menu a {
	font-size:11px;
	color:#333;
	text-decoration:none;
	display:block;
}

#menu a:hover {
	color:#fff;
}

#top-photos {
	width:262px;
	height:108px;
	float:right;
	background:url(images/top-photos.jpg);
}

#title {
	height:68px;
	width:412px;
}

#content-container {
	clear:both;
	background:url(images/content-tile.jpg) repeat-y;
	width:674px;
}

#content {
	width:353px;
	float:left;
	font-size:12px;
	padding:15px;
	padding-left:25px;
	background:url(images/content-tile.jpg) repeat-y left;
}

#sub-content {
	width:251px;
	float:right;
	padding:15px;
	background:url(images/content-tile.jpg) repeat-y right;
	font-size:12px;
}

#content-base {
	background:url(images/content-base.jpg);
	height:17px;
	width:674px;
	clear:both;
}

#footer {
	clear:both;
	height:60px;
	width:659px;
	text-align:center;
	font-size:11px;
	color:#333;
	position:relative;
	top:-10px;
	padding-top:25px;
	padding-right:15px;
}

#footer a {
 	color:#333;
 	font-size:11px;
}

h1 {
	font-size:14px;
	color:#bd8e5b;
}

h2 {
	font-size:24px;
	color:#333;
	margin:0 auto;
}

h3 {
	font-size:14px;
	margin-top:8px;
	color:#333;
	margin:0 auto;
	text-transform:uppercase;
}

.img-style {
	padding:3px;
	border:1px #999999 solid;
}

.cssform p{
width:208px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left:155px; /*width of left column containing the label*/
height: 1%;
border-top:1px dashed #999999;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels.*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
width: 180px;
}

.cssform textarea{
width: 200px;
height: 50px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
*/

* html .threepxfix{
margin-left: 3px;
}

#comments p {
	background-color:#d1fcb7;
	border:1px solid #333;
	padding:5px;
	color:#333;
}

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