	body {
		margin: 0px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: smaller;
		font-weight: normal;
		color: #000000;
		line-height: 13pt;
		letter-spacing: .05em;
		background-color: white; 
		background-image:url(images/chopperback.jpg);
		background-repeat: no-repeat;
		 
	}
	
div.usr
{
float: left;
}

div.leftimg
{
	float: left;
 	margin-right: 10px; 
	border: #a9773c 3px solid;

}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
    margin-top: 10px;
	border-color: #a9773c; 3px solid;

}


img.floatRight { 
    float: right; 
    margin: 0px; 
}
	
	#wrapper {
		width:1024px;
		height:900px;
		margin:0px;
		left: 0;
		

		}
		
#header {
		height:150px;
	}

	#content div {
		float:left;
	}
	#content-left {
		width:216px;
		height:600px;
		background-image:url(images/navback.gif);
		background-repeat: no-repeat;
	}
	#content-main {
		width:14px;
		
	}
	
	#content-right {
		width:656px;
	}
	#footer {
		float:left;
		width:760px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}
	
	DIV.caption {
	color : #000000;
	font-size: x-small;
	line-height: 10pt;
	letter-spacing: .05em;
	background-color : transparent;
}

a:link {
   color: #a9773c;
   text-decoration: none;
   letter-spacing: .07em;
}
a:visited {
   color: #a9773c;
   text-decoration: none;
   letter-spacing: .07em;
}
a:hover {
   color: #000000; 
   text-decoration: none;
   letter-spacing: .07em;
}
a:active {
   color: #a9773c; 
   text-decoration: none;
   letter-spacing: .07em;
}


