a {
	color: #000;
	text-decoration: none;
}
body {
	background: #ccc url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.75em sans-serif,Arial;
}
.gfx a {
	background: #fff url(img/header.gif) no-repeat;
	display: block;
	height: 204px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #F4EEDC; 
	border: 0px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 920px; 
}
.menu a {
	background: #F4EEDC;
	border-right: 1px ridge #CECECE;
	border-top: 1.5px ridge #E5E5E5;
	border-bottom: 1px ridge #E5E5E5;
	color: #888;
	float: left;
	text-align: center;
	padding-top: 4px;
	width: 89px; height: 30px;
	
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 88px;
	border-left: 1px solid #CECECE;
	text-align: center;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
	margin-left: 50px;
	margin-right: 50px
}
.content h1 {
	margin-top: 7;
	font: bold 1.6em sans-serif,Arial;
	color: #272727;
}
.content h2 {
	margin-top: 7;
	font: bold 2.1em sans-serif,Arial;
	color: #272727;
}
.content h3 {
	margin-top: 7;
	font: bold 1.2em sans-serif,Arial;
	color: #272727;
}
.content p {
	margin-top: 7;
	margin: 3px 0 6px; color: #272727;
	line-height:130%;
	font-size: 117%
}
.content li {
	margin: 3px 0 6px; color: #272727;
	line-height:130%;
	font-size: 112%
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F4EEDC;
	color: #666;
	margin-top: 25px;
	border-top: 1px solid #E5E5E5;
} 