@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
html { width: 100%; }
body {
	background: url(../body/nav_bg.gif) repeat-x #D9FFBF;
	width: 928px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
}
h1, h2, h3, h4 {
	margin-bottom: 15px;
	color: #009900;
	font-weight: normal;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
p { margin: 15px 0; }


a, #navigation a {
	color: #00CC00;
}
a:hover, #navigation a:hover {
	color: #009900;
}

#navigation { height: 73px; }
#navigation li { float: left; margin-left: 20px; }
#navigation a {
	font-size: 25px;
	display: block;
	padding: 19px;
	text-decoration: none;
}

#header { 
	width: 900px;
	height: 148px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../other/fresh_header.jpg);
	margin: 20px auto 15px auto;
}

#content {
	width: 928px;
	background: url(../body/cont_bg.gif) repeat-y;
}
.ctop, .cbot {
	height: 20px;
	display: block;
}
.ctop { background: url(../body/cont_t.gif) no-repeat; }
.cbot { background: url(../body/cont_b.gif) no-repeat; }
#content #cont {
	float: left;
	display: inline;
	width: 600px;
	margin-left: 40px;
	line-height: 20px;
}

#side {
	float: right;
	display: inline;
	width: 200px;
	margin-right: 40px;
	line-height: 18px;
	font-size: 11px;
}
#side ul{
	margin: 0 0 15px 25px;
}
#side li {
	list-style-type: square;
	color: #ccc;
}
#side li a {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: none;
}
#side li a:hover {
	display: block;
	padding: 4px;
	border-bottom: 1px dashed #CCC;
}

.work {
	margin-bottom: 15px;
}
.work img {
	background-color: #00FF66;
	padding: 6px;
	border:3px solid #00CC66;
	display: block;
	margin: auto;
}
.work h3 {
	margin: 6px 0;
}

#footer {
	clear: both;
	float: none;
	display: block;
	padding: 40px 40px 10px 40px;
	text-align:center;
	font-size: 11px;
}
#footer, #footer a{
	color: #999;
}
span#dbsps { font-size: 9px; }