body {
	margin:60px 0px; 
	padding:0px;
	text-align:center;
	background-color: #FF9047;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #FF4E00;
	}
	
#content {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#fff;
	}

#header {
	background-image: url('header.png');
	position: relative;
	width:600px;
	height: 404px;
	background-color:#fff;
	}

tr,td, table {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #FF4E00;
}
p {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #FF4E00;
}
blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	color: #FF4E00;
}
input, textarea, select, .comment {
	background: #fff; 
	border: solid; 
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #FF4E00; 
	font-size: 9px; 
	line-height: 11px; 
	border: solid 1px #000;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#000; 
	text-decoration: underline;  
}
a:hover {
	color: #FF9047;
	text-decoration: underline;
}

a:active {
	color: #FF9047;
	text-decoration: underline; 
}

#menu {
	position: relative;
	padding:0px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	background-color: #FF9047;
	color: #FF4E00;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
}
#footer {
	position: relative;
	padding:0px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	background-color: #FF9047;
	color: #FF4E00;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
}