@charset "utf-8";
/* 
	SITE COLOURS
		BG: #000
		Text: #fff
		Green: #b4b905
*/

	/* RESET & FLOAT */
div { margin: 0; padding: 0; }
p { margin-top: 0; }
.clearfloat { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
a img { border:none; }
hr { color:#b4b905; }

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #fff; font-family:Helvetica, Arial, sans-serif; font-size: 13px; background-color: #000000; }

a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff; text-decoration:none; }
a:active { color: #fff; text-decoration:none; }
a:hover { color: #fff; text-decoration:underline; }

.grey { color:#999999; }
.green { color:#b4b905; }

	/* LAYOUT */
#container { margin: 0 auto; width:900px; }
#header { height:100px; margin-top:30px; }

	ul.floater { list-style-image:none; list-style-position: outside; list-style-type:none; }
	ul.floater li { float:left; }
	
	ul.nonfloater { list-style-image:none; list-style-position: outside; list-style-type:none; line-height:22px;  }
	ul.nonfloater li { float:none; }
	
	#header a:link, #header a:visited { color:#999999; font-size:14px; }
	#header a:active, #header a:hover { color:#fff; font-size:14px; }

	#boldwhite a:link, #boldwhite a:visited, #boldwhite a:active, #boldwhite a:hover { color:#fff; }
	#nonwhite a:link, #nonwhite a:visited, #nonwhite a:active  { color:#999999; }
	#nonwhite a:hover { color:#FFFFFF; }
	
	.greenheading a:link, .greenheading a:visited, .greenheading a:active, .greenheading a:hover { color:#b4b905; } 
	
#content { margin:55px 0 0 40px; }
	.inner { margin-left:300px; }	
#footer { font-size:13px; font-weight:bold; margin:55px 0 0 40px; }
#aboutad1 { width: 820px; height: 24px; background-image:url(../images/702bar.gif); margin-left:40px; }
#aboutad2 { width: 820px; height: 24px; margin-left:40px; background-image: url(../images/capetalkbar.png); }