
body {
	margin:				0px;
	padding:			0px;
	text-align:			center;
	font-family:		arial, sans-serif;
	color:				#cccccc;
	background:			black;
}

.header {
	width:				300px;
	position:			relative;
	margin:				0 auto;
	padding:			25px 0 25px 0;
	font-size:			16pt;
	text-align:			center;
}

.sitenav {
	position:	relative;
	width:		100px;
	float:		left;
	font-size:	8pt;
	cursor:		pointer;
}

.footer {
	position: relative;
	padding:			15px;
	font-size:			10pt;
}

.container {
	margin:				0 auto;
	padding:			0px;
	width:				753px;
	text-align:			center;
	background:			#232323;
}

.navcontainer {
	position:	relative;
	height:		112px;
	margin: 0 auto;
	width: 710px;
	font-weight:	bold;
	font-size:		12pt;
}

.next {
	position:	relative;
	float:	left;
	padding: 5px;
	border: 0px solid white;
	border-left: 0px;
	cursor:			pointer;
	width:	43px;
}

.previous {
	position:	relative;
	padding: 5px;
	border: 0px solid white;
	border-right: 0px;
	cursor:			pointer;
	float: left;
	width:	43px;
}

.thumb {
	position:	relative;
	float: left;
	padding-top:	5px;
	padding-bottom:	5px;
	width: 600px;
	border: 1px solid white;
	background-color:	#121212;
}

.nav {
	position:		relative;
	border:			1px solid white;
	width:			600px;
	margin:			0 auto;
	margin-bottom:	10px;
	margin-top:		10px;
	font-size:		12pt;
	cursor:			pointer;
}

.nav, table {
	font-weight:	bold;
}

.img {
	padding-right:	10px;
}

.image {
	text-align: center;
	font-size:	10pt;

}

.content {
	text-align:		justify;
	margin:			0 auto;
	width:			600px;
	height:			500px;
	background-repeat:	no-repeat;
	/*background-image:	url(/images/content_bkg.jpg);*/
}

h1 {
	font-size:	14pt;
	font-weight: normal;
}

a {
	color:	lightgreen;
}

a:hover {
	color: red;
}