body{
	background-color: #000;
	}

body, div, a{
		color: #A2652F;
		font-size: 8pt;
		}
a{
	font-weight: bold;
	text-decoration: none;
	}

a:hover{
	border: dotted 1px #653821;
	border-width: 0px 0px 1px;
	}

#main{
	background: white;
	border: double 3px black;

	width: 540px;
	height: 500px;
	margin-left: 100px;
	}
#banner{
		width: 508px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
#navigation,
#navigation a:link,
#navigation a:active,
#navigation a:visited{
			font-family: times new roman;
			font-size: 9pt;
			font-weight: bold;
			letter-spacing: 1;
			color: #A2652F;

			text-align: center;
			}
#navigation{
		margin-top: 10px;
		}

#navigation a:hover{
			color: #653821;
			}


#content{
		margin: 25px 35px 5px;
		}

h2{

	}

.headline{
		font-size: 11pt;
		font-family: times new roman;
		font-weight: bold;
		color: #653821;
		text-transform: uppercase;
		letter-spacing: 2;
		border: solid 1px #653821;
		border-width: 1px 0px;
		}

ul{
	margin: 0px;
	padding: 0px;
	}

li{
	margin-left: 15px;
	}
	
p, li{
			font-family: times new roman;
			font-size: 9pt;
			line-height: 12pt;
			color: #A2652F;
			align: justify;
			margin-top: 10px;
	}


#footer,
#footer a{
		text-align: center;
		font-size: 7pt;
		font-family: tahoma;
		color: #653821;
		margin: 30px 0px 5px;
		}
