/* LAYOUT */

#main, #gmain {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	border: 0px;
	background: #69c;
	}
	
#main {
	height: 597px;
	overflow: hidden;
	}
	
#gmain {
	min-height: 597px;
	_height: 597px;
	}

#header { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px;
	background: #69c url("../images/topbck.gif") repeat;
	}

#nav {
	position: absolute;
	left: 300px;
	margin-left: 0px;
	margin-top: 3px;
	padding-left: 0;
	_padding-top: 12px;
	white-space: nowrap;
	font: bold 12px sans-serif;
	list-style: none;
	}

#content, #gcontent {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 800px;
	border: 0px;
	background: #f7f7f7 url("../images/contentback.jpg") 0 0 no-repeat;
	}
	
#content {
	padding-left: 1em;
	height: 532px;
	}
	
#gcontent {
	padding-left: 0px;
	min-height: 532px;
	_height:532px;
	}

#icontent {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 800px;
	height: 532px;
	border: 0px;
	background: #f7f7f7 url("../images/contentback.jpg") 0 0 no-repeat;
	padding-left: 0em;
	padding-top: 0px;
	}

#footer {
	position: absolute;
	top: 597px;
	_top: 607px;
	text-align: center;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	font: 6pt sans-serif;
	}

/* GLOBAL ELEMENTS */

body {
	font: 10pt sans-serif;
	color: #000000;
	background-color: #ffffff;
	}

a {
	text-decoration: none;
	}

p {
	width: 775px;
	}

/* HEADLINES */

h1 {
	font: 18pt arial;
	font-weight: bold;
	margin-top: 0px;
	}

h1 a {
	color: #ffffff;
	font-weight: regular;
	}

h1 a:hover {
	color: #69c;
	}
	
h2 {
	font: 14pt arial;
	font-weight: bold;
	}

/* CLASSES */

.vcenter {
	position: absolute;
	top: 8px;
	left: 30px;
	}

/* LISTS, ETC */

#nav li {
	display: inline;
	list-style-type: none;
	}
#nav li a {
	padding: 5px 20px 20px;
	color: #ffffff;
	}
#nav li a:hover {
	background: url("../images/toplink4.png") 0 0 no-repeat;
	_background: url("../images/toplink2.jpg") 0 0 no-repeat;	
	}
	
#header-table, #link-back, #rss-tag-container, #sortby-container, #exif-toggle-container {
	display: none;
	}
	
