body {
background: #660000;
background:url(background.gif);
background-repeat:no-repeat;
font: 62.5%/120% Century Gothic,Futura,Optima,Helvetica;
color:#333333;
margin: 0px;
line-height: 1.8em;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
}

/*    Navigation  */

#nav {
	text-align: left;
	font-family:Century Gothic,Futura,Optima,Helvetica;
	text-transform:uppercase;
	font-size: 0.9em;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left: 36px;	
}
#nav a:hover {
	color:#bf2e1a;
	text-decoration:none;
	margin-left: 36px;	
}
a:link {color:#A50101;}
a:visited{color:#CC9999;}
a:hover{color:#F10202;}