@charset "utf-8";
body {
	background-color: #EBF5D6;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #333333;
}
#container {
	background-color: #EBF5D6;
	padding: 5px;
	
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-bottom: 5px;
	padding-left: 25px;margin-top: 5px;
}
#footer {
	margin-top: 10px;
	text-align: right;
}
#footer .widget {
	text-align: left;
	float: left;
}
#widget textarea {
	border: 1px solid #93C847;
	font-size: 13px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content {
	color: #CC3366;
	font-size: 20px;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #C3E085;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
}
#widgetbox
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #333333;
	border: 1px solid #C3E085;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#widgetbox h2
{
	font-size: 13px;
	font-weight:bold;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#widgetbox .smallfont, #widgetbox .smallfont a
{
font-size:11px;	color: #CC3366; text-decoration:none;
text-align:right;
}