* {
margin: 0;
padding: 0;
list-style: none;
}

html, body {
height: 100%;
}

body {
font-family: Arial;
background: #333;
text-align: center;
color: #5d5132;
}

#wrapper {
position: relative;
min-height: 100%;
width: 800px;
margin: 0 auto;
text-align: left;
background: #aacefe;		
}

* html #wrapper	{
height: 100%;
}

a {
color: #2d70e6;
text-decoration: none;
}

p {
padding: 5px 0;
}


#header {
float: 100%;
padding: 20px 0 10px 0;
position: relative;
display: block;
background: #0c2783 url('top.jpg') bottom center no-repeat;
border-bottom: 4px solid #2d70e6;
color: #fff;
}

	#header h1, #header h2 {
	padding-left: 20px;
	}
	#header h1 {
	text-align: left;
	font-size: 160%;
	color: #fff;
	margin-bottom: 5px;
	}
	#header h2 {
	font-weight: normal;
	font-size: 110%;
	color: #000;
	}

#header p {
color: #ddd;
}

#images {
float: left;
background: #aacefe;		
margin: 0 auto 200px auto;
}

#images ul {
float: left;
padding: 20px;
margin-top: 10px;
}

#images li {
float: left;
width: 96px;
height: 96px;
margin: 5px;
border: 1px solid #ddd;
}

#images li a {
display: block;
width: 96px;
height: 96px;
}	

#footer {
position: absolute;
width: 800px;
bottom: 0;
display: block;
padding-top: 180px;
background: #aacefe url('bottom.gif') bottom center no-repeat;		
color: #111;
font-size: 80%;
text-align: center;
}

#footer span {
color: #333;
padding: 0 5px;
}

#footer p {
border-top: 1px solid #a1b151;
background: url(white-40.png) center center no-repeat;
}

#footer a {
color: #0c2783;
padding: 0 1px;
}

#footer a:hover {
background: #aacefe;
}

.clear {
clear: both;
}

