a:link {
	color: #aaa;
	text-decoration: none;
}
a:visited {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #aaa;
	text-decoration: none;
}

#base { width:900px; padding-bottom:10px; border-top:1px solid #999; }

h2 { font-family:"Century Gothic", Helvetica, Arial, sans-serif; font-size:18px; color:#900; margin-bottom:0; }
p { font-family:"Century Gothic", Helvetica, Arial, sans-serif; font-size:13px; color:#999; margin:0 0 20px; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.half { width:450px; text-align:left; border-right:1px solid #999; }
.four { width:410px; text-align:left; }

.white p { color:#999; text-align:left; line-height: 20px; }