body 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 100%;
	background: #333;
	background-image:url(pattern.jpg);
}


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

#header
{
	width: 460px;
	margin: 0 auto;
	font-size: .75em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#header h1
{
	color: #fff;
	font-weight: normal;
	margin: 30px 0 3px 0;
	letter-spacing: .04em;
}

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

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

#header ul li a
{
	display: block;
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}

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


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

.container
{
	width: 400px;
	height: 300px;
	margin: 30px auto;
	padding: 10px 20px;
	border: 10px solid #fff;
	color: #fff;
	font-size: .75em;
	line-height: 2em;
}

.container h2
{
	padding: 5px 10px;
	width: 200px;
}

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

.container ul li  	{ margin-bottom: 10px; }
.container a		{ color: #fff; }

.container a:hover
{
	background: #fff;
	color: #555;
}

#home		{ background: #15add1; }
#home h2	{ background: #007aa5; }
#about		{ background: #fdc700; }
#about h2	{ background: #bd9200; }
#contact	{ background: #f80083; }
#contact h2	{ background: #af005e; }
#awards		{ background: #f18300; }
#awards	h2	{ background: #bb5f00; }
#links		{ background: #98c313; }
#links h2	{ background: #6f9a00; }


/* Footer
-------------------------------------------------- */

#footer
{
	width: 460px;
	margin: 0 auto;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#footer p
{
	color: #aaa;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0;
}

#footer a
{
	text-decoration: none;
	color: #ffff66;
}

#footer a:hover
{
	text-decoration: underline;
	color: #ffcc66;
}


/* 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; }
