header, section, footer, article, details, dialog, aside, nav
{
	display: block;
}

body
{
	background-color: #063;
	color: #000;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 76%;
}

section
{
	position: relative;
		left: 0;
		top: 25px;
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: 2px solid #000;
}

	section section.content
	{
		position: relative;
			left: 0;
			top: 0;
		width: 600px;
		height: 312px;
		margin: 0 auto;
		padding: 0;
	}

	section section.content article
	{
		position: relative;
			top: 0;
			left: 0;
		width: 600px;
		height: auto;
		padding: 0;
		margin: 0;
	}

		section section.content article img
		{
			padding: 0;
			margin: 0;
			display: block;
		}

	section section.content nav
	{
		position: relative;
			left: 0;
			top: 0;
		width: 600px;
		height: 36px;
		margin: 10px auto 0;
		padding: 0;
	}

		section section.content nav ul
		{
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
		}

			section section.content nav li
			{
				float: left;
				margin-right: 10px;
				padding: 5px 12px;
			}

				section section.content nav ul li a
				{
					background-color: transparent;
					color: #f3f802;
					padding: 5px;
					text-decoration: none;
					letter-spacing: 1px;
				}

				section section.content nav ul li a:hover
				{
					color: #fff;
				}

	section section.content aside
	{
		position: relative;
			left: 0;
			top: 0;
		width: 580px;
		height: auto;
		margin: 0 auto 10px;
		padding: 10px;
		clear: both;
		background-color: #bed5a7;
		color: #000;
	}

		section section.content aside p
		{
			text-align: center;
			background: inherit;
			color: #fff;
			font-size: .9em;
			letter-spacing: .1em;
			margin: 0;
			padding: 0;
		}

		section section.content aside a
		{
			background-color: #bed5a7;
			color: #000;
			text-decoration: none;
		}

		section section.content aside a:hover
		{
			text-decoration: underline;
		}

	section footer
	{
		position: relative;
			top: 30px;
			left: 0;
		width: 580px;
		height: auto;
		padding: 30px 10px;
		margin: 0 auto 20px;
		color: #fff;
		clear: both;
	}

		section footer ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
			text-align: center;
		}

			section footer ul li
			{

			}

				section footer ul li a
				{
					background-color: transparent;
					color: #fff;
					font-weight: normal;
					text-decoration: underline;
				}

	section .clear
	{
		clear: both;
		display: block;
		height: 1px;
	}
