.content h1 {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #A3B3C2;
	font-family: Arial, Helvetica, sans-serif;	
}
.content h2 {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #A3B3C2;
	font-family: Arial, Helvetica, sans-serif;	
}
.content h3 {
	text-align: center;
	color: #A3B3C2;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 60px;
}
.section {
	background-image: url(../graphics/blueprint2.jpg);
	background-image: url(../graphics/blueprint2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	border-top: 1px solid #A3B3C2;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 7px;
	width: 100%;
	margin-bottom: 60px;	
	
}

.shadow {
	background-image: url(../websites/thumbs/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 5px;	
}
.player {
	width:222px;
	display: none;
	height: 268px;
	color: #fff;
	text-shadow: #555 1px 1px 1px;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
html>body .player {
	display: block;
	position:fixed;
	left: 600px;
	top: 160px;
	z-index:11;
	
}
.left {
	float: left;
	width: 300px;
	text-align: center;
}

