#content {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF6600;
	position:absolute;
	left: 50px;
	width:300px;
	top: 100px;
	}

#nav {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	width:300px;
	height:68px;
	z-index:1;
	left: 50px;
	top: 20px;
	}
	
#nav a {
color:#ff6600;
text-decoration:none;
}

#nav a:visited {
color:#FF6600;
text-decoration:none
}

#nav a:hover {
color:#FF3300;
text-decoration:underline;
}

#header {
	position:absolute;
	width:auto;
	left: 50px;
	top: 30px;
	visibility: visible;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF6600;
	scrollbar-face-color: #FF6600;
	scrollbar-shadow-color: #FF6600;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FF6600;
	scrollbar-darkshadow-color: #FF6600;
	scrollbar-track-color: #FF6600;
	scrollbar-arrow-color: #FFFFFF;
	}
	
h1 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF6600;
	}
	
	h2 {
	font-size: 14px;
	}
	
a:link {
color:#ff6600;
text-decoration:none;
}

a:hover {
color:#FF6600;
text-decoration:underline;
}

a:visited {
color:#FF3300;
text-decoration:none
}
