﻿html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#logo {
	border-width: 0px;
	position: absolute;
	top: -220px;
	left: 50px;
}
#pageBody {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}
#contentFrame {
	min-height: 100%;
	margin: 0px 0px 0px 300px;
	background: #FFF;
	border-left: 5px #FFF solid;
	border-right: 5px #FFF solid;
	position: relative;
	width: 600px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#main-text {
	padding: 10px 10px 32px 5px;
	color: #866463;
}
#navbarAndLogo {
	position: fixed;
	top: 220px;
	left: 0px;
	width: 300px;
	text-align: right;
	z-index: 20;
}
#quoteBox {
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #FFF;
	font-size: 7pt;
	font-weight: bolder;
	position: fixed;
	top: 360px;
	left: 0px;
	width: 280px;
	text-align: right;
	z-index: 2;
	padding: 10px;
}
#footer {
	border-style: solid;
	border-color: #FFF;
	color: #000;
	background: #FFF;
	text-align: center;
	margin: -32px 0 0 300px;
	width: 600px;
	position: relative;
	border-right-width: 5px;
	border-left-width: 5px;
}
#rule {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E1D7D7;
	margin: 0px 10px 6px 10px;
}
h1 {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font-size: 8pt;
	letter-spacing: 2px;
	font-weight: bolder;
	background-color: #FFF;
	border-bottom: 1px #000 solid;
	color: #000;
	text-indent: 10px;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
p, ul, ol, table {
	font-size: 8pt;
	line-height: 16pt;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
ol, ul {
	margin-left: 25px;
}
fieldset {
	border: 0px;
}
label {
	color: inherit;
	vertical-align: text-bottom;
	font-family: inherit;
	font-size: 12px;
}
input {
	padding: 3px;
	margin: 0px 0px 10px 0px;
	background: #EEE;
	border: 0px none #666;
	color: #000;
	font-family: inherit;
	font-size: 12px;
}
input#button {
	padding: 6px;
	margin: 0px 0px 10px 0px;
	background: #EEE;
	border: 0px none #666;
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer !important;
}
textarea {
	border-width: 0px;
	width: 90%;
	height: 15em;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	background-color: #EEE;
	color: #000;
	font-family: inherit;
	font-size: 12px;
}
.portfolioThumbnail {
	border: 1px #666 solid;
	float: left;
	margin-left: 10px;
}
.portfolioThumbnail2 {
	border: 1px #666 solid;
	margin-bottom: 10px;
	margin-left: 10px;
}
.nav {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.nav li {
	margin: 0px;
	padding: 1px;
	font-size: 7pt;
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
}
.nav li a, #nav li a:visited {
	display: block;
	color: #FFF;
	background: #000;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px 9px 0px 0px;
	width: 290px;
	font-weight: bold;
}
.nav li a:hover {
	background: #CCC;
	color: #000;
	font-weight: bold;
}
.nav li a:hover span {
	display: inline;
	color: #000;
}
.nav li a.current, #nav li a.current:visited, #nav li a.current:hover {
	background: #CCC;
	color: #000;
	font-weight: bold;
}
.nav li a.current span, #nav li a.current:visited span, #nav li a.current:hover span {
	display: none;
}
