#foot, #body { font-family:verdana, sans-serif; }
#body {
	line-height:20px;
	text-align:center;
	margin:0;
	border-top:1px solid #000;
}

.full hr { margin:0 }
hr {
	clear:both;
	border:0;
	border-bottom:solid 1px #222;
	padding:0;
	margin:0 25px;
	height:0
}


h1 {
	font-size:24px;
	margin:10px 0;
	line-height:30px;
	font-family:"trebuchet ms";
}

h1:after {
	position:absolute;
	color:magenta;
	font-size:20px;
	content:'*';
	padding-left:2px;
}

.full {
	clear:both;
	margin:0 25px;
}


#main .full p { margin:20px 0 }
#main p {
	color:#888;
	font-size:12px;
	margin:20px 25px;
	text-align:justify;
}

#foot p {
	color:#333;
	text-align:center;
	font-size:11px;
	margin:20px 25px;
	line-height:14px;
	clear:both;
}

#foot p a { color:inherit }

#main p a:hover { text-decoration:underline }
#main p a {
	color:#ddd;
	text-decoration:none;
}

h3 { font-weight:normal }
h3,
h2 {
	text-transform:uppercase;
	font-size:12px;
	margin:20px 0;
}

h3 span,
h2 span{
	float:right;
	color:#222;
	font-weight:normal;
}

h6 {
	font-size:11px;
	color:#888;
	font-weight:normal;
	margin:0;
}

#foot h3 { color:#555 }
#foot h6 { line-height:14px; }
#foot h6 a { color:#888 }
#foot h6 a:hover { text-decoration:underline }

.blocks div {
	width:220px;
	float:left;
	margin:0 25px;
	overflow:hidden;
}

#body .blocks div p u {
	text-decoration:none;
	color:red;
}

#foot .blocks div p { color:#333 }
#foot .blocks div p,
#body .blocks div p,
#foot .blocks div ul {
	font-size:11px;
	margin:20px 0;
	font-style:normal;
	text-align:left;
}

#foot .blocks div ul {
	padding:0;
	list-style:none;
}
#foot .blocks div ul p { margin:0; }

#foot .blocks div ul li {
	padding:0;
}

#main ul {
	padding:0;
	margin:0;
	list-style:none;
	margin:20px 0;
}

#main li {
	padding:0;
	color:#888;
	font-size:11px;
}

#main li b {
	font-weight:normal;
	color:#333;
	width:70px;
	float:left;
}