
body {
	margin: 0;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	color:#646464;
}
img {
	border:none;
}
#wrapper {
	width:608px;
	margin:0px auto;
	background:url(../images/body_bkgrd.jpg) repeat-y top left;
}

#content_wrapper {
	width:578px;
	margin:0 auto;
	border-top:#646464 solid 8px;
	border-bottom:#646464 solid 8px;
	background:url(../images/header_shadow.jpg) no-repeat top left;
}

#header {
	width:540px;
	margin:25px auto 0 auto;
	position:relative;
}
#header #logo {
	background:url(../images/finn_digital_logo.jpg) no-repeat top left;
	width:267px;
	height:52px;
	margin:0 0 25px 0;
}
#header #logo a {
	width:267px;
	height:52px;
	display:block;
}

#hotsheet {
	background:url(../images/hot_sheet.jpg) no-repeat top left;
	width:128px;
	height:36px;
	position:absolute;
	top:0;
	right:0px;
}



#banner {
	background-color:#646464;
	width:540px;
	margin:10px auto;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	padding:15px 0;
}
#banner p {
	width:520px;
	margin:12px auto;
}

#sendtofriend {
	float: right;
	font-size:8pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#646464;
	width:240px;
	margin:10px 20px 20px 0;
	text-align: right;
}

#issue {
	float: left;
	font-size:8pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#646464;
	width:250px;
	margin:10px 0 20px 20px;
	text-align: left;
}
#issue span {
	color:#86b612;
}

.item {
	border-top:#cbcbcb solid 1px;
	width:538px;
	margin:10px auto;
	padding:10px 0;
	font-size:16px;
	color:#646464;
	min-height:160px;
	clear: both;
}
.item span {
	display: block;
	padding-top: 10px;
}

.item span img{
	display: inline;
}
.imgRight img {
	float:right;
	margin:30px 0 0 10px;
}
.imgLeft img {
	float:left;
	margin:0 15px 10px 0;
	display:block;
}


.imgRightnew {
	float:right;
	margin:30px 0 0 10px;
	width: 152px;
	font-size: 10px;
}
.imgRightnew img {
	display: block;
}
.imgLeftnew {
	float:left;
	margin:0 15px 10px 0;
	width: 152px;
	font-size: 10px;
}
.imgLeftnew img {
	display: block;
}


.item p.morelink {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:17px;
	background:url(../images/arrow.jpg) no-repeat 0 5px;
	padding-left:20px;
}
#footer {
	background:url(../images/footer_shadow.jpg) no-repeat bottom left;
	padding:3px 0;
}
#footer_content {
	position:relative;
	border-top:#cbcbcb solid 1px;
	width:540px;
	margin:10px auto;
	font-size:13px;
	padding:10px 0;
}
#fd_sm {
	float:right;
	margin:60px 0 0 0;
}
#award {
	float:left;
	margin:30px 0 0 0;
}
    #award img {
	    float:left;
	    display:block;
    }
    #award span {
	    float:left;
	    display:block;
	    width:200px;
	    margin:32px 0 0 0;
    }
#footer_links {
    clear:both;
    padding:20px 0;
}
#footer_links p {
    padding:0;
    margin:5px 0;
}



a:link {
	color: #86b612;
}
a:visited {
	color: #86b612;
}
a:hover {
	color: #86b612;
}
a:active {
	color: #86b612;
}

.generic {
	width:538px;
	margin:10px auto;
	padding:10px 0;
	font-size:12px;
	color:#646464;
	clear: both;
}