/* In the beginning... */
* {margin:0;padding:0;}

body {
	background: #E3E3E3;
	font: 0.9em arial,sans-serif;
	height: 5500px;
}

html, body, #container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}

#container {
	background: #FFF url(../images/top_head.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 940px;
}
#header {
	height: 50px;
}
#navcontainer {
	top: 20px;
	position: relative;
	float: right;
	right: 5px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFF;
	background-color: #999;
	text-decoration: none;
}

#content {
	padding-bottom: 25px;
}

#content p{
	padding: 10px;
	font: 1em arial,sans-serif;
}
#gallery {
	margin: 10px;
}
#gallery h2{
	color: #666;
	padding-bottom: 10px;
	text-align: right;
}
#gallery a img{
	border: 0px;
}
.image {
	color: #000;
	float: left;
	width: 155px;
	height: 125px;
	margin: 3px 3px 0px 0px;
}
.image a {
	text-decoration: none;
}
.image img {
	display: block;
	margin: 0 auto;
	padding: 5px;
	background: #E3E3E3;
	border: 0px;
}

#footer {
	background: #FFF url(../images/top_head.jpg) bottom center no-repeat;
	position: relative;
	margin: -25px auto;
	height: 25px;
	clear: both;
	width: 960px;
	font: 0.8em arial,sans-serif;
	text-align: center;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
