/* CSS Document */

/*structure*/

#wrapper {
	width: 800px;
	margin: auto;
}

#header {
	width: 800px;
	height: 180px;
	min-height: 180px; 
	background: url(../images/logo.jpg) no-repeat;
}

#menu {
	float: left;
	margin: 120px 0px 0px 0px;
	padding: 7px 0px 0px 14px;
	font-size: 28px;
	width: 800px;
	height: 50px;
	min-height: 50px;
	background: url(../images/bar.jpg) no-repeat top left;
}

#content {
}

#content-left {
	float: left;
	/*background: url(../images/left.jpg) left top no-repeat;*/
	width: 5px;
	margin: 0px 0px 0px 1px;
}

#content-center {
	float: left;
	width: 760px;
	padding: 0px 20px;
	background: #FFFFFF;
}

#content-right {
	float: left;
	/*background: url(../images/right.jpg) right top no-repeat;*/
	width: 5px;
	margin: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	margin: 30px 0px;
	padding: 10px 20px;
	text-align: right;
}

#footer-left {
	float: left;
	width: 20px;
	margin: 0px 0px 0px -1px;
}

#footer-center {
	float: left;
	width: 725px;
	text-align: center;
}

#footer-right {
	float: left;
	width: 20px;
	margin: 0px 0px 0px 0px;
	height: 253px;
}


/*styles*/

body {
	/*background: url(../images/bg.jpg) top repeat-x;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C6200;
}

a {
	/*color: #513603;*/
	color: #1C6200;
	text-decoration: none;
}

a:visited {
	/*color: #513603;*/
	color: #1C6200;
	text-decoration: none;
}

a:hover {
	/*color: #513603;*/
	color: #1C6200;
	text-decoration: underline;
}

#menu a {
	/*color: #513603;*/
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	/*color: #513603;*/
	color: #1C6200;
	text-decoration: none;
}

#content img {
	background: #efefef; 
	margin: 5px; 
	padding:5px; 
	/*border:solid 1px #513603;*/
	border:solid 1px #1C6200;
}

#simplegallery{ //CSS for sample Gallery
	/*position: relative;*/
	visibility: hidden;
	background: #efefef; 
	margin: auto; 
	padding:5px; 
	/*border:solid 1px #513603;*/
	border:solid 1px #1C6200;
}

/* forms */
label{
	float: left;
	width: 100px;
	font-weight: bold;
}

input, textarea{
	width: 230px;
	margin-bottom: 5px;
}

textarea{
	width: 230px;
	height: 150px;
}

.boxes{
	width: 1em;
}

#submit{
	margin-left: 245px;
	margin-top: 5px;
	width: 90px;
}

br{
	clear: left;
}
