/* CSS Document */

/** CONTENT */

#content {
	width: 965px;
	margin: 0px auto;
	border-color:#333333;
	border-style:dashed;
	border-width:thin;
	padding:0 10px 5 10px;
	
	
	
}

#left {
	float: left;
	width: 237px;
}

#right {
	float: right;
	width: 509px;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 15px 0px 0px 20px;
}

#footer p {
	margin: 0px;
}

.style1 {
	font-family: impact;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.style2 {
	color: #AC936B;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 10px}

a {
text-decoration:none;
color:#FFFFFF;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}
