body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #3c3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #FF80A8;
}

a:hover {
	text-decoration: none;
	color: #3c3d3d;
}

#centrecontainer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: -250px;
	width: 950px;
	height: 500px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	float: right;
	padding: 0 8px;
	color: #3c3d3d;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	color: #990031;
	text-decoration: none;
}

#header {
	width: 950px;
	height: 30px;
}

#logo {
	position: absolute;
	top: -45px;
}

#container {
	border: 3px solid #3c3d3d;
	width: 944px;
	height: 434px;
}

#containerleft {
	float: left;
	width: 571px;
	height: 414px;
	border-right: 3px solid #3c3d3d;
	padding: 10px;
}

#containerleft a {
	text-decoration: none;
	color: #3c3d3d;
}

#containerleft a:hover {
	text-decoration: none;
	color: #FF80A8;
}

#containerright {
	float: left;
	width: 340px;
	height: 424px;
	overflow: auto;
	padding: 5px;
}

h2 {
	margin: 1.2em 0 0 0;
	padding: 0;
	letter-spacing: 0px;
	font-size: 130%;
	border-bottom: 1px solid #3c3d3d;
	padding-bottom: 5px;
	width: 95%;
}

#footer {
	width: 356px;
	float: right;
	text-align: center;
	padding: 5px;
	font-size: 80%;
	color: #999999;
}

#gallery {
	width: 944px;
	height: 424px;
}
