#actions {
	width: 242px;
	height: 95px;
	z-index: 1000;	
	position: absolute;
	margin-top: 16px;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 37px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;	
	background-image: url(../images/actions.png);
}

#actions p {
	margin: 0;
	font-weight: bold;
	padding-bottom: 11px;
}

#actions ul {
	margin: 0;
}

#actions ul li {
	list-style: none;
	padding-bottom: 7px;
}

#actions a {
	display: block;
	width: 220px;
	height: 18px;
	padding-left: 5px;
	line-height: 18px;
	color: Black;
	background-color: White;
	text-decoration: none;
	font-size: 85%;
}

#actions a:hover {
	text-decoration: none;
	color: White;
	background-color: Black;
}

#nav {
	margin: 0;
	position: absolute;
	margin-top: -5px;
	margin-left: 593px;
	z-index: 1000;	
}

#nav li {
	list-style: none;
}

#nav span {
	display: none;
}

#nav-newsletter a {
	display: block;
	width: 204px;
	height: 42px;
	margin-bottom: 3px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;	
	background-image: url(../images/sign_up_to_our_newsletter.png);
}

#nav-blog a {
	display: block;
	width: 153px;
	height: 42px;
	margin-left: 51px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;	
	background-image: url(../images/read_our_blog.png);
}

#content {
	height: 473px;
}

#fma {
	margin: 0;
	position: absolute;
	width: 738px;
	height: 525px;
	padding-left: 20px;
}

#fma li {
	display: block;
	width: 738px;
	height: 525px;
	list-style: none;
	margin: 0;
	margin-top: -26px;
}

#fma li img {
	display: block;
	width: 738px;
	height: 525px;
}

#fma a {
	display: block;
	position: absolute;
	width: 134px;
	height: 57px;
	margin-top: 423px;
	margin-left: 53px;
	z-index: 1000;
	background-image: url(../images/transparent.png);
}

#fma a span {
	display: none;
}

#stories_container {
	position: absolute;
	width: 260px;
	height: 200px;
	z-index: 2000;
	margin-top: 329px;
	margin-left: 470px;
	padding-left: 16px;
	background: url(../images/stories-triangle.png) bottom left transparent no-repeat;
}

#stories {
	width: 230px;
	height: 46px;
	margin-top: 154px;	
	padding-left: 15px;
	padding-right: 15px;
	background-color: #d9d7c8;
	overflow: hidden;
}

#stories.expanded h2 span {
	background-position: 213px -36px;
}

#stories h2 {
	height: 36px;
	margin: 0;
	font-size: 93%;
	background: url(../images/stories-border.png) bottom left no-repeat transparent;
	cursor: pointer;
}

#stories h2 span {
	display: block;
	height: 15px;
	padding-top: 8px;
	padding-bottom: 13px;
	color: #232323;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 213px 0;
	background-image: url(../images/stories-toggle.png);
}

#stories ul {
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

#stories ul li {
	display: block;
	margin-top: 2px;
	padding-bottom: 5px;
	list-style: none;
	border-bottom: 1px solid #c3c1b0;
}

#stories ul li a {
	font-size: 93%;
	color: #5e5e5e;
	text-decoration: none;
}

#stories ul li a:hover {
	text-decoration: underline;
}

#stories #submit_story {
	width: 153px;
	height: 21px;
	float: left;
}

#stories #submit_story a {
	display: block;
	width: 153px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background-color: #ee3824;
	color: Black;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}

#stories #submit_story a:hover {
	background-color: Black;
	color: #ee3824;
}

#stories #view_more {
	width: 77px;
	height: 21px;
	line-height: 21px;
	text-align: right;
	float: left;
	color: #5e5e5e;
	font-size: 85%;
}

#stories #view_more a {
	text-align: right;	
	color: #ee3824;
}

#stories #view_more a:hover {
	text-decoration: none;
}