﻿
html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}

#header
{
	display: block;
	width: 100%;
	min-width: 900px;
	height: 170px;
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/media/images/common/header-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header a
{
	display: block;
	margin: 0 auto;
	width: 900px;
	height: 170px;
}

#header img
{
	display: block;
}

#page
{
	display: block;
	position: relative;
	width: 100%;
	min-width: 900px;
	min-height: 100%;
	float: left;
}

#container
{
	margin: 0 auto;
	width: 900px;
	display: block;
}

#content
{
	position: relative;
	float: left;
	width: 640px;
  padding: 30px 0 100px;
}

#sidebar
{
	float: right;
	width: 220px;
	font-size: 85%;
	line-height: 1.5;
  padding: 30px 0 100px;
}

#sidebar .heading
{
	padding-bottom: 1.5em;
	float: left;
	clear: left;
}

#sidebar .section
{
	padding-bottom: 1.5em;
	float: left;
	clear: left;
	width: 100%;
}

#sidebar .section .heading
{
	padding-bottom: 0.5em;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
	clear: left;
	width: 100%;
}

#sidebar hr
{
	float: left;
	clear: left;
	width: 100%;
}

#sidebar ul.navigation
{
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 0;
}

#sidebar ul.navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em;
}

#sidebar ul.navigation li a
{
	color: #505050;
}

#sidebar #flickr-widget
{
	width: 228px;
	height: 228px;
	display: block;
	margin-left: -8px;
	clear: both;
}

#sidebar #flickr-widget div
{
	width: 68px;
	height: 68px;
	margin: 0 0 8px 8px;
	float: left;
}

#sidebar #flickr-widget div img
{
	width: 68px;
	height: 68px;
}

#footer
{
	display: block;
	width: 100%;
	min-width: 900px;
	height: 100px;
	position: absolute;
	bottom: 0;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/media/images/common/footer-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer p
{
	display: block;
	width: 100%;
	min-width: 900px;
	height: 50px;
	padding: 25px 0;
	line-height: 25px;
}

#footer .content
{
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 100%;
	display: block;
	position: relative;
}
