body	{
	margin: 0;
	padding: 0;
	background-color:#000000; /*black*/
	color: #C08300; /*caramel*/
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

a	{
	text-decoration: none;
}

img	{
	border: none;
}

hr	{
	clear: both;
	border: none;
	color: #000000;/*black*/
}

#clear	{
	clear: both;
}

#headerbar	{
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	height: 200px;
	margin: 0 auto;
	background-color: #000000; /*black*/
}	

#swfContent	{
	position: absolute;
	top: 40px;
	right: 50px;
}


.mainheader	{
	width: 400px;
	line-height: 150px;
	background-image: url(../images/name.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 10px;
	color: #C08300;/*caramel*/
	font-size: 3.5em;
	font-weight: 100;
	z-index: 1;
}

.subheader	{
	position: absolute;
	top: 150px;
	left: -25px;
	background-color: #C08300;/*caramel*/
	color: #663300;/*chocolate*/
	padding-left: 10px;
	width: 780px;
	line-height: 30px;
	font-size: 1.2em;
	font-weight: 100;
}


#wrapper {
	background-color: #000000;/*black*/
	color: #C08300;/*caramel*/
	margin: 0 auto;
	width: 770px;
}

#leftbar	{
	float: left;
	width: 15%;
	text-align: left;
	font-size: 0.75em;
	padding: 0 5px 0 5px;
	margin: 0;
	background-color: #000000;/*black*/
	color: #CCCCCC;	/*grey*/
}

#rightpanel	{
	float: left;
	width: 13%;
	padding: 6px 0 0 0;
	font-size: 0.75em;
	background-color: #663300;/*chocolate*/
	color: #FFCC66;/*apricot*/
	margin: 2%;
}	


#centrepanel	{
	float: left;
	width: 50%;
	text-align: left;
	background-color: #000000;/*black*/
	color: #C08300;/*caramel*/
	padding: 5px 20px;
	font-size: 0.8em;
}

#rightadbar	{
float:right;
background-color: #000000;/*black*/
width: 10%;
}

.ad	{
font: Verdana;
font-size: 12px;
color: #CCCCCC;/*grey*/
padding: 3px 8px 0 3px;
}

.ad a	{
font: Verdana;
font-size: 13px;
color: #0000FF;/*royal blue*/
font-weight: bold;
}

.adurl a	{
text-decoration: none;
font-size: 10px;
font-weight: 100;
}


#footer	{
	text-align: center;
	clear:both;
	width: 770px;
	background-color: #C08300; /*caramel*/
	color: #663300; /*chocolate*/
	font-size: 0.8em;
}

#footer a	{
	color: #FFCC66;/*apricot*/
}


ul#mainmenu {
	padding: 0;
	margin: 0;
	background-color: #C08300;/*caramel*/
	color: #000000;/*black*/
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}

ul#mainmenu li {
	line-height: 2em;
	background-color: #C08300;/*caramel*/
	margin: 0 -5px 0 -5px;
	color: #000000;/*black*/
	border-bottom: solid 1px #663300;/*chocolate*/
	font-weight: bold;
	padding: 5px 5px 0 15px;
}

ul#mainmenu li a{
	background-color: #C08300;/*caramel*/
	color: #000000;/*black*/
	text-decoration: none;
}

ul#mainmenu li a:hover{
	color: #FFCC66;/*apricot*/
}

ul#mainmenu li.title	{
	background-color: #663300;/*chocolate*/
	color: #FFCC66;/*apricot*/
	margin: 0 -5px 0 -5px;
	padding: 5px;
	font-size: 12px;
}

ul#mainmenu li.thispage	{
	background-color: #000000;/*black*/
	color: #FFCC66;/*apricot*/
	border: #000000;/*black*/
}

.invis	{
	color: #C08300; /*caramel*/
}