@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	color: #dddddd;
}
#header {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 153px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper {
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: url(../images/layout_content_bg_fill.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#navigation {
	position: absolute;
	width: 90%;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	padding-top: 5px;
	height: 10px;
	text-align: center;
	font-size: 0.8em;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 5px;
	left: 0px;
	bottom: 0px;
}
#legal {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
}

#content  {
	min-height: 482px;
	height: auto !important;
	height: 482px;
	width: 100%;
	background-image: url(../images/layout_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#left_column {
	float: left;
	width: 615px;
	position: relative;
	margin-left: 25px;
	overflow: visible;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	padding-right: 10px;
}
#right_column {
	margin-right: 15px;
	margin-left: 635px;
	position: relative;
}

#footer {
	background-image: url(../images/layout_footer.jpg);
	height: 37px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	bottom: 0px;
	position: relative;
}
#navigation a {
	color: #888888;
}

#imageWrapper {
	width: 575px;
	height: 424px;
	position: relative;
}
#thumbnails {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#right_column p {
	tex-align: left;
}
