@charset "utf-8";
/* CSS Document */

#header {
	width: 780px;
	height: 225px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#leftcol {
	float: left;
	padding: 10px;
	width: 20%;
	margin-left: 5px;
}

#leftcol p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftcol a {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px;
	width: 100%;
	text-align: center;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}

#leftcol a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0e7f0), color-stop(1, #f6faed) );
	background:-moz-linear-gradient( center top, #f0e7f0 5%, #f6faed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e7f0', endColorstr='#f6faed');
	background-color:#f0e7f0;
}

#rightcol {
	float: right;
	background-color: #FFF;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 160%;
	color: #4A4A4A;
	border-radius: 6px;
}

#wrapper {
	background-color: green;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	clear: both;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
}
