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

.container {
	background-image:url(../imgs/secondBKGD.jpg);
	background-repeat: no-repeat;
}

.content {
	height: 560px;
}

.bodyCopy {
	margin-top: 0px;
	margin-left: 140px;
}

p {
	margin-left: 40px;
	width:300px;
}

.leftColumn {
	float:left;
	margin-top:25px;
	margin-left: 10px;

}

.leftColumnheader {
margin-bottom:30px;
}

.rightColumnheader {
	width: 360px;
	height: 30px;
	margin-right:30px;
	margin-bottom: 20px;
	positions:relative;

}

.rightCol {
	width: 360px;
	float: right;
	margin-top:25px;
	
}
.rightColumn {
	width: 360px;
	height: 400px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 5px 0 10px 10px;
	background-color:#333333;
	overflow:auto;
}

.rightColumn p {
	height: 20px;
	width: 300px;
	margin-top: 385px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 15px;
}

h1 span {
	font-size: 26px;
}

a {
	color: #d88b49;
	text-decoration: none;
}

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

#sponsorlinks {
 list-style:none;
}


