@charset "utf-8";
/* formatting style
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCFF99;
	background-image: none;
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a link {
	color: #33FF00;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	background-image: none;
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
	margin: 0px auto;
	padding-top: 5px;
}
#main {
	float: left;
	width: 573px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 210px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
#header {
	padding-top: 5px;
	padding-left: 10px;
}
