body {
	background-color: #f1f1f1;
}

.container {
	width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	border: 2px solid transparent;
}

header {
	width: 100%;
	position: relative;
	float: left;
	background-image: url('../img/bg.png');
}

nav {
	font-family: sans-serif;
	float: left;
	width: 150px;
	background-image: url('../img/bg.png');
}

nav h2 {
	font-weight: normal;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 20px;
}

nav ul {
	list-style-type: none;
	padding: 5px 10px;
	margin: 5px 0px;
}

nav ul:last-child {
	margin-bottom: 50px;
}

nav li {
	padding-bottom: 15px;
}

nav a {
	color: #000;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

main {
	background-color: #fff;
	font-family: sans-serif;
}

article {
	width: 520px;
	float: left;
}

article h1 {
	letter-spacing: 6px;
	font-weight: lighter;
	font-size: 30px;
	margin:0;
	padding-left: 10px;
}

article p {
	padding-left: 25px;
}

article img {
	float: right;
	margin-top: 15px;
}

article h2 {
	letter-spacing: 6px;
	font-weight: lighter;
	padding-left: 10px;
	margin: 0;
}

aside {
	width: 520px;
	float: right;
	background-color: beige;
}

aside img {
	float: right;
}

aside h2 {
	width: 460px;
	background-color: tan;
	margin: 0;
	height: 50px;
	font-weight: lighter;
	letter-spacing: 6px;
	font-size: 20px;
}

aside p {
	padding: 0px 10px;
}

.callout {
	width: 200px;
	float: right;
	margin-top: 15px;
	background-color: #B27F60;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; 
}

.callout h2 {
	background-color: #fff;
	width: 196px;
	border: 2px solid #000;
	font-size: 16px;
	text-align: center;
	padding: 0;
	letter-spacing: 3px;
}

.callout li {
	font-size: 12px;
}

.callout ul {
	padding-left: 25px;
}

.story_list {
	background-image: url('../img/bg.png');
}

.story_list h2 {
	background-color: transparent;
	text-align: center;
	padding-top: 2px;
}

.right {
	float: right;
	padding-right: 100px;
	margin: 0;
	padding-bottom: 50px;
	padding-left: 100px;
}

.left {
	margin: 0;
	padding-bottom: 50px;
}

.story_list ul {
	list-style-type: square;
}

footer {
	clear: both;
	font-family: sans-serif;
	text-align: center;
	background-color: #eeeeee;
	font-size: 14px;
	width: 100%;
	border: 1px solid #000;
}

span {
	padding: 3px 15px;
}