body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}
a {
	color: #FF6600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	padding-right: 3px;
	padding-left: 3px;
}
.footer {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.text_nav {
	font-size: 11px;
	color: #FF6600;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
.text_footer {
	font-size: 9px;
	background-color: #FF6600;
	border: thin solid #000000;
}
#special_content {
	position:absolute;
	left:2px;
	top:172px;
	width:120px;
	z-index:4;
	height: 485px;
}
#main_content {
	position:absolute;
	left:150px;
	top:184px;
	width:693px;
	height:0;
	z-index:5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
    position:absolute;
	left:0px;
	top:0px;
	width:225px;
	height:172px;
	z-index:1;
	visibility:visible;
}
#title {
    position:absolute;
	left:225px;
	top:0px;
	width:625px;
	height:102px;
	z-index:2;
	visibility:visible;
}
#navbar {
    position:absolute;
	left:225px;
	top:102px;
	width:625px;
	height:70px;
	z-index:3;
	visibility:visible;
}
