* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
body {
	background-color: #3c3933;
}
img {
	border: 0;
}
a {
	color: #fff;
}
#container {
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 768px; 
	background-attachment: fixed;
}
#shadow {
	background-image: url('../images/content_background.png');
	width: 768px;
	margin: 0 auto;
	behavior: url('assets/stylesheets/iepngfix.htc');
}
#content {
	width: 720px;
	margin-left: 24px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-color: #000;
}
#header {
	height: 145px;
}
#sevenedgelink {
	display: block;
	width: 76px;
	height: 21px;
	position: absolute;
	margin-left: 93px;
	margin-top: 22px;
}
.clear {
	clear: both;
}
#visit {
	display: block;
	float: right;
	width: 104px;
	height: 27px;
	background-image: url('../images/visit.png');
	behavior: url('assets/stylesheets/iepngfix.htc');
	margin: 35px 10px 0 0;
}
.block {
	text-align: center;
	margin-bottom: 15px;
}
.block.bottomborder {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url('../images/divider.jpg');
	padding-bottom: 50px;
}
.block.first {
	padding-bottom: 25px;
}
.block h2 {
	clear: both;
	float: left;
	margin: 10px 10px 0 10px;
	padding: 2px 6px;
	background-color: #ca0100;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.block p {
	display: inline;
	clear: both;
	float: left;
	text-align: left;
	margin: 10px 10px 0 10px;
	color: #fff;
	font-size: 12px;
	width: 700px; 
}
.block img {
	margin: 15px 0 0 0;
	border: 1px solid #9e9e9e;
}
.block .movie {
	margin: 15px 0 0 0;
}
.divider {
	height: 10px;
	line-height: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url('../images/divider.jpg');
}
#bottom {
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
	width: 720px;
	height: 387px;
	margin-top: 60px;
}
#up {
	display: block;
	width: 45px;
	height: 15px;
	position: absolute;
	margin-left: 643px;
	margin-top: 314px;
}
#footer {
	background-color: #111;
	color: #eee;
	font-size: 9px;
	height: 22px;
	min-width: 768px;
	text-align: center;
}
#footer p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px;
}
#footer p a {
	color: #eee;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#addthis {
	position: absolute;
	margin-left: 585px;
	margin-top: 112px;
}
#at15s_foot {
	display: none;
}