body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #6b6c6f;
	background: #ddd;
}
a {
	color: #008d7c;
}
a:hover {
	color: #80c6be;
}
#container {
	margin: auto;
	min-height: 600px;
	width: 1000px;
	background: #fff url(../img/logo_cmp-lg.jpg) no-repeat left bottom;
	position: relative;
}
#top-bar {
	width: 1000px;
	height: 135px;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#banner-main {
	position: absolute;
	top: 0;
	left: 225px;
	width: 775px;
	height: 135px;
	overflow: hidden;
}
#nav-main {
	background-color: #80c6be;
	height: 25px;
}
#banner-sub {
	float: left;
	width: 225px;
	height: 400px;
	/*background: url(../img/logo_cmp.jpg) no-repeat center bottom;*/
}
#content-main {
	float: left;
	width: 580px;
	min-height: 440px;
	overflow: hidden;
}
#nav-search {
	float: left;
	margin-left: 15px;
	height: 25px;
	overflow: hidden;
}
#nav-search input {
	font-size: 11px;
	background: #fff;
	border: 1px solid #eee;
	width: 100px;
	margin: 3px 0;
}
#nav-search input.submit {
	background: #008d7c;
	color: #fff;
	border: 1px solid #008d7c;
	margin-left: 5px;
	width: 50px;
}
#footer {
	font-size: 10px;
	line-height: 30px;
	clear: both;
	text-align: center;
	background: #ddd;
}
#gallery a {
}
#gallery img {
	margin-left: 5px;
	margin-bottom: 5px;
}
.red, .error {
	color: #f00;
}
input.error {
	border: 2px solid #f00;
}