/* CSS Document */

body {
	margin-top: 25px;
	padding: 0;
	background-color: #000000;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 600px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/new-bkgd.jpg);
	background-repeat: no-repeat;
	}
	
#content {
position: absolute;
left: 280px;
top: 180px;
width: 300px;
color: #FFFFFF;
padding-left: 10px;
border-left: 1px dotted #666;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .80em;
}

#content hr {
width: 200px;
border: 1px dotted #666;
border-style: none none dotted;
}	

#content h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1em;
font-weight: normal;
color: #bd6e11;
}

#content h4 {
font-weight: bold;
color: #FFFFFF;
}

#content a {
color: #7aa241;
text-decoration: underline;
}

#content a:hover {
color: #fff;
text-decoration: none;
}

#special a {
color: #FFFFFF;
text-decoration: none;
}

#special a:hover {
color: #bd6e11;
text-decoration: underline;
}

#footer {
color: #666;
font-size: .80em;
padding-top: 20px;
}



