*
{
	margin:0;
	padding:0;
}

body {
	background-color: #6d6969;
	margin-left: auto;
	margin-right: auto;
	font-size:10pt;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:-1px;
	color: #515151;
}

#container {
	background-color: #e6e4e5;
	margin: 0 auto;
	width: 800px;}

	/* Header */
	
#header {
	width: 800px;
	height: 150px;
	margin-top: 0px;
	background: #000000 url(../images/header.png) top left no-repeat;
	}

#header h1 {
	position: relative;
	padding-top: 84px;  /* shifts text into exact position */
	padding-left: 580px;  /* shifts text into exact position */
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
	font-style: italic;
	text-decoration: none;
	}

#header h2 {
	position: relative;
	margin-top: 3px;  /* shifts text into exact position */
	padding-left: 400px;  /* shifts text into exact position */
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	font-style: italic;
	text-decoration: none;
	}

	/* Navigation */

#navigation {
	width: 800px;
	height: 28px;
	padding: 10px;
	font-size: 14px;
	clear: both;
	background-color: #6d6969;
	}

#navigation ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	}

#navigation li {
	float: left;
	padding: 0px;
	}

#navigation a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 0px 15px;
	margin-top: 0px;
	border-bottom-width: 0;
	text-decoration: none;
	}

#navigation li.active a {
	color: #ffffff;
	background-color: #73698c;
	}

#navigation a:hover {
	color: #000000;
	background-color: #e6e4e5;
	}

#navigation a:active {
	color: #eeeeee;
	background-color: #645a7d;
	}

#content {
	height:580px;
	padding: 20px 0 20px 10px;
	background-color: #e6e4e5;
	}

#content h1 {
	position: relative;
	padding-left: 10px; 
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	font-style: italic;
	text-decoration: none;
	}

#picturelist {
	text-align:left;
	}

#picturelist ul {
	padding: 0px 0px 20px 10px;
	}

#picturelist ul li {
	padding: 20px 0px 0px 70px;
	list-style: none;
	float: left;
	font-weight:bold;
	color:#000000;
	background-color: #e6e4e5;
	}

#picturelist ul li img{
	display: block;
	border: 8px solid #6d6969;
	}

#picturelist ul li img:hover{
	border:8px solid #a74345;
	}

#picturelist  ul li a{
	color:#777777;
	text-decoration:none;
	}

#picturelist ul li a:hover{
	color:#999999;
	}

.border_preview {
	BORDER-RIGHT: #8c1306 2px solid;
	BORDER-TOP: #8c1306 2px solid;
	Z-INDEX: 100;
	BACKGROUND: #e1decd 0% 50%;
	BORDER-LEFT: #8c1306 2px solid;
	WIDTH: 480px;
	BORDER-BOTTOM: #8c1306 2px solid;
	POSITION: absolute;
	}

* HTML .border_preview {
	BORDER-RIGHT: #8c1306 2px solid;
	BORDER-TOP: #8c1306 2px solid;
	Z-INDEX: 100;
	BACKGROUND: #e1decd 0% 50%;
	BORDER-LEFT: #8c1306 2px solid;
	WIDTH: 480px;
	BORDER-BOTTOM: #8c1306 2px solid;
	POSITION: absolute;
	HEIGHT: 300px;
	}

#loader_container {
	PADDING-RIGHT: 0pt;
	PADDING-LEFT: 0pt;
	PADDING-BOTTOM: 10px;
	WIDTH: 480px;
	PADDING-TOP: 10px;
	POSITION: absolute;
	TOP: 40%;
	TEXT-ALIGN: center;
	}

	/* Footer */

#footer {
	width: 800px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #c7c5c5;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer p {
	margin: 0 auto;
	width: 800px;
	padding: 6px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	word-spacing: 2px;
	}

#footer a {
	color: #000000;
	border-bottom-color: #776d91;
	}

#footer a:hover {
	color: #968ab3;
	border-bottom-color: #968ab3;
	}

#footer a:active {
	color: #000000;
	border-bottom-color: #968ab3;
	}
