A:link {
text-decoration:none;
	color: #AD7F28;
	}
A:visited {
text-decoration:none;
	color: #AD7F28;
	}
A:hover {
text-decoration:none;
	color: #ffffff;
	}
A:active {
text-decoration:none;
	color: #AD7F28;
	}

body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5F1500;
    background-color: #5A0000;
	background-position: left;
    background-image:url(bg.jpg)
	}

.header {
	position: absolute;
	top: 10px;
	left: 112px;
    height: 200px;
	}

.content {
	position: absolute;
	top: 230px;
	left: 135px;
	width: 475px;
	text-align: justify;
	padding: 10px;
	z-index: 3;
	}

.divMenu {
	position: absolute;
	top: 210px;
	left: 115px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	padding: 7px;
	text-align: center;
	z-index: 3;
	width: 533px;
    background-color:#660000;
	}
	
	.divTitle {
position: static;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
    color: #897046;
    font-weight: bold;
	border-width: 0px;
	border-style: double;
	border-color: #897046;
	background-image:    url(titlebg.jpg);
		}

input, select, textarea {
	background-color: #8C3C0C;
	border-color: #5F1500;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 8pt;
	color: #5F1500;
	}

	.divTitle {
	position: static;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: georgia, serif;
	text-transform: lowercase;
	padding-bottom: 3px;
	padding: 8px;
	border-width: 0px;
	border-style: double;
	border-color: #555555;
	background-image:  url(titlebg.jpg);
		}
		
.divMenu a:link, .divMenu a:visited {
	color: #AD7F28;
	text-decoration:none;
	}
.divMenu a:hover, .divMenu a:active {
	color: #ffffff;
	text-decoration:none;
	

	

