body {
	background-color: #ffffff;
	font-family:"Lucida Grande",Arial,san-serif;
	font-style: normal;
	font-size: 12px;
	color: #535353;
	margin-left: 0px;
	margin-top: 0px;
}
#page {

}
#header {
	background:#ffffff url("../images/header_bg.gif") repeat scroll;
	height:68px;
	margin:0px 25px 25px 0px;
}
#logo {
	margin-left:-1px;
}
#content {
	margin:0px 28px 15px;
}
#footer {
	margin:0px 28px 15px;
}
h1 {
	font-family:"Trebuchet MS","Lucida Grande",Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	position: static;
	border-bottom:1px solid #e1e1e1;
	padding:10px 0px 2px;
}
h2 {
	font-family:"Trebuchet MS","Lucida Grande",Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	position: static;
	border-bottom:1px solid #e1e1e1;
	padding:10px 0px 2px;
}
h3 {
	margin-left:0px;
	font-weight: normal;
}
p {
	margin-left:0px;
}
	.normal {
		line-height: 3px;
	}
	.normal a{
		color: #C36A1C;
		text-decoration: none;
	}
	.normal a:hover {
		color: #C36A1C;
		
		text-decoration: underline;
	}
	.normal a:visited {
		color: #a1a1a1;
	} 
	.little {
		font-size: 5px;
		color: white;
		line-height: 1px;
	}