body 			{
			     padding: 0;
				margin: 0;
				margin-top: 10px;
			     background: #950f12;
				color: #ffffff;
				background-image: none;
			     font: 0.8em Verdana, Arial, Helvetica, sans-serif;
				}
				
*[accesskey]:after {content:' [' attr(accesskey) ']'; font-size: 0.7em; color: #666;}


#wrapper		{
				width: 900px;
				background: none;
				margin-left: auto;
				margin-right: auto;
				}
				
#header			{
				width: 900px;
				text-align: right;
				}
		
h1.header		{
				font-size: 2.5em;
				}
				
				
#contenttop		{
				background-image: url(../images/top_rounded.jpg);
				background-repeat: no-repeat;
				width: 900px;
				height: 8px;
				background-color: #fff;
				}

#content		{
				background-color: #fff;
				width: 890px;
				padding: 5px; 
				background-image: url(../images/menu_footer.jpg);
				background-attachment:scroll !important;
				background-attachment: fixed;
				background-position: bottom left;
				background-repeat: no-repeat;
				}
				
#contentbottom		{
				background-image: url(../images/bottom_rounded.jpg);
				background-repeat: no-repeat;
				height: 14px;
				background-color: #fff;
				}
				
#footer			{
				width: 890px;
				padding: 5px;
				font-size: 0.7em;
				}
				
#leftcol		{
				width: 186px;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 3px;
				float: left;
				color: #950f12;
				padding-bottom: 80px;
				background: none;
				}
				
#rightcol		{
				width: 660px;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 3px;
				float: right;
				color: #000;
				}
				
h1.content		{
				font-size: 1.5em;
				color: #950f12;
				background-color: #fff; 
				}		

h2.content		{
				font-size: 1.1em;
				color: #950f12;
				background-color: #fff; 
				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;
}