/* Header
-------------------------------------------------- */

#header
{
	width: 550px;
	padding:65px 0 0 320px;
	margin:0;
	position:absolute;
	z-index:12;
}

#header ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li 
{
	float: left;
	text-align: left;
}

#header ul li a
{
	display: block;
	color: #313131;
	font-size:0.7em;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}

#header ul li a:hover
{
	text-decoration: underline;
	color: #d66113;
}


/* Containers
-------------------------------------------------- */


.container
{ width: 931px; height:375px; padding:248px 0 0 0; }

.container ul
{
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#contact	{ background: #f80083; }
#contact h2	{ background: #af005e; }
#awards		{ background: #f18300; }
#awards	h2	{ background: #bb5f00; }
#links		{ background: #98c313; }
#links h2	{ background: #6f9a00; }


/* Self-Clearning Rules 
-------------------------------------------------- */

ul#navigation:after 
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* html ul#navigation 	{ height: 1px; }
ul#navigation 			{ min-height: 1px; }
