/* 100% hack */
html, body {
	height: 100%;
}
/* end */

html, body, div, img {
	margin: 0;
	padding: 0;
}

html {
	background: #000000;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	margin: 0;
	padding: 50px 0 0 6px;
	font: normal 75px/70px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

h1 a {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 2px 0 10px 12px;
	font: normal 30px/30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	color: #ffffff;
}

h2 a {
	color: #ffffff;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0;
	padding: 3px 0 7px 12px;
	font: normal 20px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #000000;
	background: #b5b5b5;
}

h3 a {
	color: #000000 !important;
	text-decoration: none;
}

h3 a.current-page {
	text-decoration: underline;
}

#maincontainer, #bottomcontainer {
	margin: 0 auto; /* change auto to 0 to disable the centering of the page */
}

#maincontainer {
	width: 850px;	

	font: normal 12px/18px Arial;
	color: #ffffff;
}

#maincontainer a {
	color: #ffffff;
}

#maincontainer a:hover {
	text-decoration: none;
}

/* 100% hack */
#maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -40px; /* the bottom margin is the negative value of #bottomcontainer's height */
}
/* end */

#topcontainer {
	width: 850px;
	height: 200px;
	background: url("../images/topcontainer_bg.jpg") 0 0 no-repeat;
}

#leftandright {
	position: relative;
	float: left;
	width: 850px;
	padding: 0 0 40px 0;
	background: url("../images/leftandright_bg.jpg") 0 0 no-repeat;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 550px;
}

#leftcontainer-content {
	padding: 30px 12px 0 0;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 300px;
}

#rightcontainer-content {
	padding: 30px 0 0 12px;
}

#highlight {
	padding: 0 0 25px 0;
	background: #1a1a1a;
}

#fullwidth {
	position: relative;
	float: left;
	padding: 30px 0 0 0;
}

.gallery-pic {
	position: relative;
	float: left;
	padding: 7px;

	color: #000000 !important;
}

.gallery-pic a {
	color: #000000 !important;
}

.gallery-pic a img {
	border: 2px solid #000000;
}

.gallery-pic a:hover img {
	border: 2px solid #b5b5b5;
}

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px 0;
	clear: both;
}

#push, #bottomcontainer {
	height: 40px; /* #push must be the same height as #bottomcontainer */
}

#bottomcontainer {
	width: 850px;
	background: #1a1a1a;
}

#bottomcontainer-content {
	padding: 10px 0 0 0;

	font: normal 12px/18px Arial;
	color: #ffffff;
	text-align: center;
}

#bottomcontainer-content a {
	color: #ffffff;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}