body {
	text-align: center;
	background-color: #CCCCCC;
}
#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #FF6633;
	color: #000000;
	border: 1px solid #000000;
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	width: 758px;
	vertical-align: middle;
}
#footer {
	width: 760px;
	margin: 0px auto;
	clear: both;
	color: #FF6633;
	background-image: url(../images/mainNavBg.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.1em;
	position: relative;
	font-size: 9px;
}
#subfooter {
	margin: 0px;
	padding: 0px;
	width: 760px;
}
div#subfooter p {

	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#logoleft {
	top: 10px;
	left: 20px;
	position: absolute;
}
#logoright {
	position: absolute;
	top: 10px;
	right: 20px;
}
/* mainNav
=======================*/

ul#menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 758px;
	background: #FF6633;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
ul#menu a {
  padding: 0 1em;
  line-height: 2.1em;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}
ul#menu .first a {
	background: none;
}
ul#menu a:hover {
  color: #000000
}
ul#menu li {
  float: left;
}
ul#menu a#here {
	background-color: #FFFFFF;
	color: #FF6633;
	font-weight: bold;
}
#contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px;
	width: 720px;
}
.contenttext {
	text-align: left;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contentsleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	text-align: left;
}
#contentsright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}
a {
	color: #FF6633;
	font-weight: bold;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.clear {
	clear: both;
}
