html, body {
   font-size: 11px;
   line-height: 14px;
   font-family: Verdana, sans-serif;
   margin: 0;
   padding: 0;
   background: #333;
   color: #ccc;
/*	 scrollbar-face-color: #690;
   scrollbar-arrow-color: #cc6;
   scrollbar-base-color: #363;
   scrollbar-shadow-color: #363;
   scrollbar-darkshadow-color: #363;
   scrollbar-highlight-color: #363;
   scrollbar-3dlight-color: #690;
   scrollbar-track-color: #690;*/
}

a:link,a:visited {
   text-decoration: none;
	 color: #99f;
}

a:hover {
	 color: #fff;
}

h1 {
   font-size: 14px;
   line-height: 19px;
	 font-variant: small-caps;
	 font-weight: bold;
	 border-bottom: 1px solid;
}

h2 {
   font-size: 12px;
	 line-height: 16px;
	 font-weight: normal;
	 background: #333;
	 color: #ccc;
	 padding: 2px;
	 border: 1px solid;
}

h3 {
	 line-height: 16px;
	 font: italic 12px;
}
	 
dt {
   margin: 3px;
   font: italic;
}

#themeswitcher {
   display: block;
   background: #666;
	 color: #ccc;
	 margin: 1px;
	 font-size: 11px;
	 font-family: Georgia,Garamond,sans-serif;
	 font-variant: small-caps;
	 width: 100%;
}

#header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
	 height: 50px;
   background: #000 url("header.jpg") no-repeat center left;
	 border-top: 1px dotted #666;
	 border-bottom: 1px dotted #666;
	 z-index: 0;
}
	 
#footer {
   display: none;
   margin-bottom: 20px;
   width: 100%;
	 border-top: 1px solid;
	 border-bottom: 1px solid;
   text-align: center;
}
	 
#navigation {
   float: right;
   width: 133px;
   font-size: 11px;
   padding: 20px;
}
	 
#navigation a:link {
   text-decoration: none;
   display: block;
   margin: 1px;
   color: #360;
	 font-variant: small-caps;
}

#navigation a:visited {
   text-decoration: none;
   display: block;
   margin: 1px;
   color: #360;
	 font-variant: small-caps;
}
 
#navigation a:hover {
   color: #cc0;
   background: #690;
}
	 
#content {
   position: absolute;
	 top: 50px;
	 left: 0px;
	 padding: 50px 20px;
   width: 45		 0px; 
   background: #666;
   color: #ccc;
	 border-left: 1px dotted;
	 border-right: 1px dotted;
	 z-index: 20;
}

.formLabel {
   clear: both;
	 display: block;
	 float: left;
	 margin-top: .5em;
	 margin-bottom: .5em;
}

.formField {
   float: right;
}

.formQuestion {
   clear: both;
   margin-top: 2em;
	 margin-bottom: 0;
}

.formResponse {
   width: 100%;
	 height: 10em;
}

.formSubmit {
   float: right;
	 margin: 1em;
	 background: inherit;
	 color: inherit;
}

.title {
   clear: both;
   display: block;
	 width: 45%
	 float: left;
	 margin-top: .5em;
}

.name {
   display: block;
	 width: 45%;
	 float: left;
	 margin-bottom: .5em;
} 

.names {
   display: block;
}
