body {
	text-align: center;
	background-color: #99c192;
	font: 12px cochin, "times new roman", serif;
	line-height: 18px;
	color: #555;
}
h1 {
	text-align: center;
	color: #387b2b;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
}
p { margin-bottom: 12px; }
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}

#wrap {
	margin: 30px auto 0;
	width: 800px;
	background-color: #c4d9c0;
}

#page {
	margin: 0 10px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
	background-image: url(images/imagebackground.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#myGallery {
	float: left;
	margin: 0 18px 0 0;
	overflow: hidden;
}
#content {
	width: 464px;
	float: left;
	margin: 0 18px 0 0;
	overflow: hidden;
	background-color: #f9e5ad;
	padding: 10px;
}


form {
	
}
	form .field,
	form .radiofield {
		overflow: hidden;
		margin-bottom: 10px;
	}
	form label {
		color: #387b2b;
		display: block;
		float: left;
		width: 110px;
		text-align: right;
		padding-right: 10px;
	}
	form .radiofield {
		margin-top: 18px;
		margin-left: 110px;
	}
		form .radiofield label {
			float: none;
			text-align: left;
			width: 100%;
			line-height: 22px;
		}
	form .submit {
		padding-left: 110px;
	}
		form .submit button {
			color: #387b2b;
			background-color: #c4d9c0;
			font-weight: bold;
			border: none;
			width: 60px;
			height: 20px;
			padding-bottom: 2px;
			border: 1px solid transparent;
		}
		form .submit button:hover {
			border: 1px solid #387b2b;
		}


div#defaultphoto { text-align: center; margin-bottom: 24px; }
#thumbs {
	text-align: center;
}
	#thumbs .row {
		
	}
		#thumbs .row .thumb {
			margin: 0 10px 10px 0;
		}


#sidebar {
	font-size: 18px;
	line-height: 24px;
	float: left;
}
	#sidebar ul {
		margin: 64px 0 0 60px;
		line-height: 26px;
	}
	#sidebar a {
		color: #387c2b;
	}
	#sidebar a:hover {
		color: #65b360;
		text-decoration: none;
	}
	#contactinfo {
		margin: 18px 0;

	}
	#contactinfo .tel {
		overflow: hidden;

	}
	#contactinfo .n {
		display: block;
		width: 60px;
		float: left;
	}
	#contactinfo .addr {
		margin-left: 60px;
	}
	
#footer {
	clear: both;
	overflow: hidden;
	margin: 18px 10px 0 10px;
}
	#footer .dev {
		float: left;
	}
	#footer .legal {
		float: right;
		line-height: 28px;
	}


