* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #336600;
}
body {
	font: normal 14px "Trebuchet MS", Arial;
	margin: 20px 0;
	background: #FFF url(images/bg.jpg) repeat-y fixed bottom center;
	text-align: center;
	color: #311;
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 12px;
	color: #444;
}
.container {
	text-align: left;
	width: 600px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
}
.clearer, .footer {
	clear: both;
}
.content, .footer {
	padding: 0 5px;
}
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}
.footer a:hover {
	background: #fd65ca;
	color: #336600;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 18px;
}
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 18px "Trebuchet MS", Arial;
	letter-spacing: 1px;
	color: #336600;
}
.item h2 {
	font: normal 16px "Trebuchet MS", Arial;
	letter-spacing: 1px;
	color: #336600;
}
.item a {
	color: #fd65ca;
}
.item a:hover {
	color: #336600;
}
.left {
	float: left;
	width: 390px;
	background: #F2EEF2;
}
.menu {
	margin-left: 18px;
	margin-top:10px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 16px;
	color: #336600;
}
.menu a:hover {
	background: #fd65ca;
	color: #336600;
}
.right .submenu_end {
	background:  url(images/bgsubmenu_end.gif) no-repeat;
	height: 29px;
}
.right {
	float: right;
	width: 195px;
	background: #DDD;
}
.right a:hover {
	text-decoration: underline;
}
.top {
	height: 40px;
}
