BODY {
	background: #500f00;
	background-image:url('bg.gif'); 
	background-repeat:repeat-y;
	background-align: left;
	background-position: top left;
	color: #000000;
	font: 11px georgia, arial, sans-serif;
	margin: 0;
	padding: 0;
}

#content {
   	color:  #000000;
   	font: 11px georgia, arial, sans-serif;
	text-align: justify; 
	line-height: 14px;
	width: 600px;
	margin-top: 5px;
	padding: 2px 4px 0px 10px;
	}

div#nav {
	padding: 4px 4px 0px 20px;
	width: 600px;
	}

h1 {
	text-align: left;
	border-left: 20px solid #310e00;
	border-bottom: 1px solid #310e00;
	color: #a50000;
	font-size: 18px;
	font-family: century gothic;
	font-weight: strong;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right:10px;
	margin-bottom:2px;
	margin-top:3px;
	}

h2 {
	text-align: left;
	color: #a50000;
	font-size: 18px;
	font-family: century gothic;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: lowercase;
	padding-left: 5px;
	margin-bottom: -5px;
	}

a.nav:link, a.nav:visited
	{
	background-color: #310e00;
	color: #e38700;
	height: 20px;
	font: 14px georgia;
	line-height: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	width: 135px;
	}

a.nav:hover, a.nav:active
	{color: #000000;
	height: 20px;
	width: 135px;
	background-color: #310e00;
	font: 14px georgia;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;}


A:link, A:visited, A:active {
	color: #a50000; 
	border-bottom: 1px solid #ffffff;
}

A:hover {
	color: #a50000;
	text-decoration: none;
	border-bottom: none; }

img.a {
	padding: 3px;
	background-color: #310e00;
	margin-right:10px;
	border: 0px;} 

.form {
	border: 1px solid #000000;
	color: #000000;
	font: 11px arial, sans-serif;
	margin: 1px;
	padding: 2px;
	} 
