﻿html {
     overflow-y: scroll
}
body {
	margin:0;
	padding:0;
	font-family:Arial, verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url('/images/colors.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right; 
}
p {
	font-family:Arial, verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
}
h1, h1 a, h1 a:visited, h1 a:hover {
	font-size:24px;
	text-transform: lowercase;
	text-align:center;
}
h2 {
	color: #5e5e5e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #5e5e5e;
	letter-spacing: -1px;
	font-family:Arial, verdana, Geneva, Tahoma, sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
h2 a:hover {
	color: #5e5e5e;
	text-decoration: none;
}
a:link {
	color:#5e5e5e;
	text-decoration:underline
}
a:visited {
	color:#5e5e5e;
	text-decoration:underline
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a img {
	border:none;
}
form {
	padding-left:20px;
	padding-right:20px;
}
input {
	background-color:#e6e6e6;
	border-style:dotted;
	border-width:2px;
	border-color:#d3d3d3;
}
textarea {
	background-color:#e6e6e6;
	border-style:dotted;
	border-width:2px;
	border-color:#d3d3d3;
	font-family:Arial, verdana, Geneva, Tahoma, sans-serif;
	font-size:14px;
	width:250px;
}
textarea:focus, input[type="text"]:focus {
	background: #ffffff;
}
#container {
	width:467px;
	position:absolute;
	right:20px;
}
#top {
	position:fixed;
	top:0px;
	z-index:10;
}
#content {
	margin-bottom:100px;
	margin-top:134px;
	margin-left:5px;
	margin-right:5px;
	z-index:2;
}
#bottom {
	position:fixed;
	bottom:0px;
	z-index:10;
}
#nav {
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#watermark {
	background-image:
	position:fixed;
	top:175px;
	right:467px;
	z-index:1;
}
.transparent {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.collapse {
	display:none;
}
div.right {
	width: 90%;
	float: right;
}
div.left {
	margin-right: 10%;
	clear: both
}