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

body {
	background-color: #000000;
	background-image: url(/designimages/backgroundright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #6495ED;
}

h1 {
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 0px;
	color: #a4a6da;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

div#shim {
	margin:0px auto;
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -280px;
	float: left;
}

div#wrapper {
	margin:0px auto;
	width: 1000px;
	height: 560px;
	clear: both;
	
	position: relative;
	top: -280px;
	
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	
}

div#toppart {
	width: 100%;
	height: 80px;
}

div#leftbar {
	width: 290px;
	float: left;
}

div#content {
	width: 550px;
	float: left;
	background-image: url(/designimages/contentoverlay.png);
}

div#content img {
	border: 2px solid #a4a6da;
	margin: 5px;
}

div#copyright {
	color: #999999;
	margin-top: 20px;
	margin-left: 20px;
}
div#copyright a {
	color: #999999;
	text-decoration: none;
}

div.message {
	background-color: #deb887;
	width: 300px;
	margin: 10px;
	padding: 10px;
	color: #000000;
	border: 1px dotted #000000;
}

ul#simplegallery {
	position: relative;
	/*position:relative; display:block; margin:0; padding:0px; width:450px; overflow:hidden; clear:both; border: 1px solid #CCCCCC;*/
}
ul#simplegallery li {
	position:absolute; top:0; left:0; display:block; margin:0; padding:0; background:none;
}
ul#simplegallery { margin:0; padding:0; list-style-type:none; }
ul#simplegallery li { margin:0; padding:0; list-style-type:none; }

div#gallerycontrols a {
	padding: 10px;
}
