﻿@charset "utf-8";

/*============================================================

	[story.css]
	
	BYKELLY 2012

============================================================*/

div#story {
	padding: 30px 60px 0;
	background: url(../images/background.jpg) no-repeat 60px 30px;
}

div#story div#photo {
	position: absolute;
	left: 100px;
	top: 130px;
	width: 400px;
	height: 250px;
	border: 1px solid #FFF;
}

div#story h2,
div#story p,
div#story dl {
	margin: 0 0 0 450px;
}

div#story h2 {
	height: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/heading.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div#story h2 img {
	display: block;
}

div#story p {
	margin-bottom: 1.5em;
}

div#story dt {
	margin: 0;
	font-weight: normal;
}

div#story dd {
	margin: 0 0 0 1em;
}

