* {
	margin:0;
	padding:0;
}
body {
	background: url(../images/bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#687732;
	font-size:11px;
}
.clear {
	clear:both;
}
img {
	border:0;
}
ul {
	list-style:none;
}
#layout {
	background:url(../images/layout_bg.jpg) no-repeat;
	width:1000px;
	margin:0 auto;
}
#header {
	height:250px;
	position:relative;
}
#logo {
	display:none;
}
#nav_main {
	position:absolute;
	left:420px;
	top: 116px;
}
#nav_main li {
	float:left;
}
#nav_main li a {
	color:#4a5f00;
	text-decoration:none;
	margin-right:50px;
	font-size:18px;
}
#nav_main li a:hover {
	color:#000;
}
#content {
	padding:0 170px 20px 280px;
}
#content h2 {
	/*background:url(../images/h_welcome.gif) no-repeat;*/
	height:38px;/*text-indent:-9999px;*/
}
#content p {
	line-height:180%;
	margin-bottom:10px;
}
#content img {
	float:right;
}
.photo {
	padding:20px 0;
}
.photo li {
	padding:10px;
	border:1px dashed #333;
	float:left;
	width:146px;
	height:135px;
	margin-right:14px;
}
.photo li img {
	padding:1px;
	border:1px solid #c3bdc8;
}
#footer {
	padding:20px 170px 0 280px;
	background:url(../images/footer.gif) no-repeat 255px -30px;
	height:80px;
}
#footer span {
	float:right;
}
#footer a {
	color:#4a5f00;
	text-decoration:none;
	padding:0 3px;
}
#footer a:hover {
	color:#000;
}
