
body 			{
			    padding: 10px;
				margin: 0;
				margin-top: 10px;
			    background: #fff;
				color: #000;
				background-image: none;
			    font: 0.8em Verdana, Arial, Helvetica, sans-serif;
				}

#wrapper		{
				width: 900px;
				background: none;
				}
				
#header			{
				width: 900px;
				text-align: left;
				}
		
h1.header		{
				font-size: 2.5em;
				color: #000;
				}
				
img, .menuheader, #gallery, #leftcol { display: none; }


				
#contenttop		{
				display: none;
				}

#content		{
				width: 890px;
				padding: 5px; 
				}
				
#contentbottom	{
				display: none;
				}
				
#footer			{
				width: 890px;
				padding: 5px;
				font-size: 0.7em;
				}
				
#rightcol		{
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 3px;
				color: #000;
				}
				
h1.content		{
				font-size: 1.5em;
				color: #000;
				}		

h2.content		{
				font-size: 1.1em;
				color: #000;
				margin: 0px;
				}

p				{
				line-height: 1.5em;
				}
				
				
a:focus, a:link, a:visited {
color : #000;
text-decoration: none;
}
a:hover{
color : #fff;
background-color: #000;
text-decoration: none;	
}
	
				
				
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 100px;
}

.cssform input[type="submit"]{
width: 100px;
border: 1px solid #950f12;
background-color: #fff;
color: #000;
font-weight: bold;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
