body {
	font-size: 62.5%;
	font-family: 'Georgia',Times New Roman, Times, serif;
	background:#000 url(../images.dark/dark_back.png) 0% 0% repeat;
}
html>body {
	font-size:10px
	}
a {
	color: #666;
}

a:hover {
	color: #fff;
}

h2 {
	color: #333;
	font-weight: normal;
	font-style: italic;
}

#top {
	width: 600px;
	color: #666;
	position: fixed;
	top: 38px;
	left: 108px;
	font-family:'Georgia',Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	}
#logo {
	margin-bottom:8px;
	text-transform:lowercase;
	color:#afafaf;
}
#logo span {
	color:#f1f1f1;
}
h1 {
	font-size:2.4em;
	margin-bottom:-10px;
	background:url(../images/logo.png) no-repeat;
	width:254px;
	height:51px;
	overflow:hidden;
	display:block;
}
h1 span {
	width:254px;
	height:51px;
	display:block;
	text-indent:-10000em;
}
#menu {
	margin:0 0 0 -6px;
	padding:0;
	}
#menu ul {
	margin:0;
	padding:0;
	list-style: none;
	}

#menu ul li {
	margin:0;
	padding:0 6px 0 6px;
	float:left;
}
#menu ul li.last {
	background:none;
}
#menu ul li a, #backlink a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#afafaf;
}

#menu ul li a:hover {
	color:#fff;
}
#menu ul li.active a {
	color:#fff;
}


/* main */	

#body {
	margin-right:600px;
}
#body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.white {
	background:#fff;
}
#photos {
	margin:120px 600px 0 100px;
	padding:6px 0px 4px 6px;
	float: left;
	white-space: nowrap;
	}

#photos img {
	margin-right: 6px;
	}
#photos a img {
	border:0px;
}
	
/* !!!MISC!!! */

.clearthis {
	clear:both;
}

#topo {
	position:absolute;
	left:110px;
}
#topo span {
	display:none;
}
#backlink {
	position:fixed;
	top:660px;
	right:40px;
	font-style:italic;
}
#backlink a:hover {
	color:#fff;
}
#links {
	
}
.errors {
	padding:20px 80px;
	font-style:italic;
}
.error-msg {
	font-size:1.1em;
}

/* lightswitch */

#styleswitcher {
	position:fixed;
	right:40px;
	top:52px;
	font-size:1.1em;
}
#styleswitcher img {
	margin-top:6px;
	padding:2px 4px;
	border:0px;
}
#styleswitcher a img {
	opacity:0.9;
}
#styleswitcher a:hover img {
	opacity:1;
}
#lightslight {
	margin:0px;
	vertical-align:middle;
}
#lights {
	font-style:italic;
	text-shadow:#fff 0px 1px 0px;
}

#lightslight {
	display:none;
}

/* contact */

#contact {
	margin:120px 0 0 100px;
	padding:6px 6px 4px 6px;
	float: left;
	white-space: nowrap;
	width:720px;
	}
#form {
	position:fixed;
	top:125px;
	left:470px;
}
.about {
	width:350px;
	white-space:normal;
}
.about p {
	margin-top:0px;
	font-size:1.2em;
	color:#444;
	line-height:1.3em;
}
.about a {
	color:#990000;
	text-decoration:none;
}
.about a:hover {
	text-decoration:underline;
}
.about h2 {
	font-family:'Georgia',Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#990000;
	margin-bottom:0px;
}

.zemContactForm {
	padding:0px;
	margin:10px 0 0 0;
	width:400px;
}
.zemContactForm fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}
.zemContactForm legend {
	display:none;
}
.zemContactForm label {
	color:#990000;
	font-size:1.2em;
	font-family:'Georgia',Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	display:block;
	margin-bottom:-10px;
}
.zemContactForm input, .zemContactForm textarea {
	padding:3px;
	border:1px dotted #999;
	margin:0px 0 10px 0;
	color:#777;
}
.zemContactForm input:hover, .zemContactForm textarea:hover {
	border:1px dotted #000;
}
.zemContactForm input:focus, .zemContactForm textarea:focus {
	border:1px dotted #333;
	background:#f6f6f6;
	color:#333;
}
.zemSubmit {
	display:block;
	clear:both;
}
.zemThanks {
	font-size:1.4em;
	color:#c13333;
	font-weight:bold;
}
.zemError {
	font-style:italic;
	font-weight:bold;
}