div#wrap {
	width: 301px;
	margin: 0px auto;
	text-align: justify;
	padding: 0px;
	background-color: #000;
	background-image: url(layout2/bkg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

a:link {
	color: #0C1B04;
	text-decoration: none;
}
a:visited {
	color: #0C1B04;
	text-decoration: none;
}
a:active {
	color: #0C1B04;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #0C1B04;
	text-decoration: none;
	cursor: help;
}
div.content {
	text-align: justify;
	font-size: 9px;
	margin: 27px;
	padding: 0px;
	
}

body {
	font-size: 9px;
	font-family: verdana, sans-serif;
	color: #654F42;
	margin: 0px;
	padding: 0px;
	background: #000000; 

}

h1 {
	font-family: georgia; 
	font-size: 18px;
	font-style: italic;
	text-align: left;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #645051;


}

table.list td {
	font-size: 9px;
	align: center;
	padding: 0px 16px 24px 10px;
	}

input, text, textarea, option, select, reset, submit {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #8F8271;
	color: #FFFAEA;
	border-bottom: 1px solid #FFFAEA;
	border-top: none;
	border-left: none;
	border-right: none;
}
