@charset "UTF-8";

body {
	margin: 0px;
}
#headerDiv {
	position:absolute;
	left:250px;
	top:0px;
	width:800px;
	height:200px;
	z-index:1;
}
#navigationDiv {
	position:absolute;
	left:250px;
	top:210px;
	width:150px;
	height:auto;
	z-index:2;
	text-align: right;
	line-height: 16px;
}
#linksHead{
	margin-top:55px;
}
#bodyDiv {
	position:absolute;
	left:430px;
	top:210px;
	width:620px;
	height:auto;
	vertical-align:top;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	z-index:3;
}
#socialDiv {
	vertical-align:top;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	}
#navigationDiv a {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.imageRight{
	margin-left:25px;
	font-size:10px;
}
.imageLeft{
	margin-right:25px;
	font-size:10px;
}
.promoImage {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.reelGroup {
	height: auto;
}
.articleGroup {
	margin-bottom: 25px;
	height:275px;
}
#bodyDiv #footerDiv a:hover {
	color: #FFF;
}
#bodyDiv a {
	color: #C1282D;
	text-decoration: none;
}
#footerDiv {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding: 4px;
	margin-top: 25px;
	text-align: center;
}
#navigationDiv a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #C1282D;
}
#bodyDiv a:hover {
	color: #000;
	text-decoration: none;
}
#shotList {
	padding-left: 55px;
}

