/* style.css */
body {
	font-size: 12px;
}
#page {
	width				: 980px;
}

#top {
	height				: 144px;
	background-image	: none;
	border-bottom		: 4px solid #289f2b;
}

#top img {
	margin				: 0;
	position			: absolute;
}


#menu .box {
	background-color	: #2ecd33;
}

#menu .box .content {
	padding				: 0px;
}

#menu ul {
	padding				: 0px 15px;
}

#menu a {
	color				: #ffffff;
	font-weight			: bold;
	padding				: 8px 10px;
	float				: left;
}

#menu a.active, #menu a.active_last {
	background-color	: #ffffff;
	color				: #31c33c;
	text-decoration		: none;	
}

.box {
	margin-bottom		: 4px;
}

.box .content {
	padding				: 18px 4px 8px 4px;
}

#left .box h1,
#right .box h1 {
	border-top			: 3px solid #02a202;
	background-color	: #9ccb94;
}

#company_info {
	border-top			: 3px solid #248825;
	background-color	: #2aab2a;
}

form input.button {
	background-color: #248825;
}
