body {
background: url(01.jpg);
margin-left: 0px;
}

#content {
	background: url(header2.png) no-repeat;
	text-align: justify;
	font: 11px "Trebuchet MS";
	color: #33282b;
	line-height: 180%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -10px; }
	
h1 { 	font: 16px "Trebuchet MS";
	text-transform: uppercase;
	color: #33282b; }

p {
margin-top: -10px;
margin-top: 5px;}


a, a:active,  a:visited {
color: #826362;
text-decoration: none;
}

a:hover {
color: #ff7c54;
}

input, textarea, option, select {
	background: url(bg.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px;
	color: #33282b;
	border: solid 2px #33282b;
	padding:4px;
	}

input:focus, textarea:focus, option:focus, select:focus {
	background: #ff734c;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px;
	color: #33282b;
	border: solid 2px #33282b;
	padding:4px;
	}
