@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffcc66;
	background: #000000 url(images/background.jpg) center top fixed repeat-y;
	line-height:14px;
	letter-spacing: 1px;
}
.copy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffcc66;
}
	
	
	
.footer {
font-size: 10px;
letter-spacing: 0px;
}

a:link {
	color: #ffcc66;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC9933;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: underline;
	color: #CC9933;
}
.image {
	float: right;
	padding-top: 15px;
	padding-left: 20px;
}
