@charset "utf-8";
/* CSS Document */

@import url(presentation.css);
@import url(lists.css);
@import url(newsletter.css);
* {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
body {
	background-image:url(../../_sharedimg/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#wrapper {
	width:760px;
	margin:auto;
}
#header {
	height:166px;
	position:relative;
}

#header_links{
font-size:9px;
	text-align:right;
	position:absolute;
	z-index:2;
	top: 5px;
	right: 10px;
	width: 141px;
}

#header_links a{
color:#FFFFFF;}

#header_links a:hover{
color:#000000;}



#content_holder {
	width:760px;
	min-height:720px;
	float:right;
	background-image:url(../../_sharedimg/col_bg_2.gif);
	background-repeat:no-repeat;
	position:relative;
}
#footer {
clear:both;
	position:relative;
	height:50px;
	width:760px;
	margin:50px auto 0 auto;
}
#footer p{
	color:#a1a1a1;
	font-size:9px;
}
#footer p a{
	color:#a1a1a1;
	font-size:9px;
}
#footer p a:hover{
	color:#996600;;
	font-size:9px;
}

#footer_content {
	position:absolute;
	text-align:right;
	right: 146px;
	top: 2px;

}

.footer_fw_logo{
	position:absolute;
	right: 50px;
}

#links_pod {
display:inline;
float:left;
margin-left:2px;
margin-top:2px;
}
#links_pod ul {
	width:184px;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#links_pod li {
	float:left;
	font-weight:bold;
	text-transform:capitalize;
	list-style:none;
	border-bottom:1px dotted #4f4835;
	margin:0px;
}
#links_pod li a {
	float:left;
	color:#7f7a6c;
	display:block;
	padding:12px 0px 12px 30px;
	width:154px;
	background:#fceed7 url(../../_sharedimg/bullet_menu_01.gif) no-repeat top left;
}
#links_pod li a:hover {
	color:#FFFFFF;
	background-color:#7f7a6c;
}
#links_pod li a.top {
	color:#7f7a6c;
	display:block;
	padding:12px 0px 12px 30px;
	width:154px;
	background:#fceed7 url(../../_sharedimg/top_link_bg.gif) no-repeat top left;
}
#links_pod li a.top:hover {
	color:#ffffff;
	background:#fceed7 url(../../_sharedimg/top_link_bg_hover.gif) no-repeat top left;
}
#right_content {
	float:left;
	margin:20px 0px 50px 35px;
	width:520px;
}
.story{
clear:both;
position:relative;
padding:10px 50px 0 0;
margin-left:60px;
background:url(../../_sharedimg/q_right.jpg) no-repeat bottom right;}

.story img{
	position:absolute;
	left: -53px;
}

