/* common */

* { margin: 0px; padding: 0px; }

body {
	font-family: Arial,Tahoma,sans-serif; 
	background: #354408;
	color: #4b610c;
	font-size: 13px;
}

img {}

/* layout */

#all {
	width: 1000px;
	margin: 0px auto;
	background: #fff;
	color: #555;
}

#header {
	height: 265px;
	background: #fff url(img/top.jpg) no-repeat;
}

#topmenu {
	height: 32px;
	background: #fff url(img/menu.jpg) no-repeat;
}

#main {
	background-color: #fff;
}

#content {
	float: left;
	padding: 10px;
	width: 680px;
}

#menu {
	float: right;
	width: 300px;
}

#footer {
	clear: both;
	background: #B4D719 url(img/bottom.jpg) repeat-x scroll center top;
	padding: 15px 10px;
	color: #333;
}

#copyright {
	background: #293506 none repeat scroll 0%;
	color: #B4D719;
	padding-top: 18px;
	text-align: center;
	font-size: 10px;
	color: #888;
}

/* other */

h1 a {
	display: block;
	color: #678510;
	font-size: 35px;
	font-weight: bold;
	padding: 185px 0px 0pt 230px;
	text-align: left;
	text-decoration: none;
}

h1 a:hover {
	color: #819A13;	
}

h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px 0pt 240px;
	text-align: left;
}

h3 {
	color: #FF6E1F;
	margin: 5px 0px;
	clear: both;
}

p { margin: 10px; }

/* classes */

.img {
	margin: 5px;
	border: 1px solid #abcf19;
	background-color: #eaf9dc;
	float: left;
	text-align: center;
}

.img img { border: none; margin-bottom: 5px; display: block; }
