@charset "utf-8"
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color: #f9fbf9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #848400;
	font-size: 16px;
}
a {
	color: #848400;
	text-decoration:none;
}
a:hover {
	color: #848400;
	text-decoration:underline;
}
#wrapper {
	width:630px;
	margin:5px auto auto;
}
#header {
	height: 136px;
}
#banner {
	padding-top: 5px;
	padding-bottom: 5px;
}
#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation {
	height: 20px;
	padding: 5px;
	font-size: 16px;
}
#navigation a {
	color: #848400;
	text-decoration:none;
}
#navigation a:hover {
	color: #848400;
	text-decoration:underline;
}
#content {
	padding: 15px 5px 5px;
	height: 550px;
	line-height: 1.5em;
}
#gallery_content {
	padding: 15px 5px 5px;
	height: auto;
	line-height: 1.5em;
}
#gallery_content .img {
	border: 2px solid #848400;
}
#gallery_content .image {
	float: right;
	padding-top: 15px;
	padding-left: 5px;
}
#gallery_content .phone {
	float: left;
	padding-right: 5px;
}
#gallery_content .contact p {
	padding-top: 7px;
	padding-bottom: 7px;
}
#breadcrumb {
	font-size: 10px;
}
.col_1 {
	float: left;
	width: 460px;
	padding-right: 5px;
}
.col_1 li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}
.col_2 {
	float: left;
	width: 155px;
}
.col_2 ul {
	list-style-type: none;
	padding-left: 0px;
}
.col_2 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.col_2 ul li img {
	border: 2px solid #848400;
}
#contact div {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
label {
	width: 100px;
	float: left;
}
#footer {
	width: 630px;
	color: #c0c0c0;
	font-size: 10px;
}
#footer a {
	color: #c0c0c0;
}
#footer a:hover {
	color: #c0c0c0;	
}
.error {
	font-weight: bold;
	color: #F00;
}
