body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	height: 100%;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #404241; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
h1 {
	font-size: 13px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 15px;
	text-transform: uppercase;
}
img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
img {
	border-style: none;
}
#nav {
	height: 50px;
	position: absolute;
	z-index: 8;
	top: 83px;
	visibility: visible;
	width: 500px;
	float: none;
	clear: none;
	right: 10px;
}
}
#logo {
	position:absolute;
	left:7px;
	top:7px;
	width:164px;
	height:168px;
	z-index:10;
	float: left;
}
#contentBox {
	position:absolute;
	left:235px;
	top:250px;
	width:482px;
	height:353px;
	z-index:9;
	background-color: #404241;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
#contentBox p {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#contentBoxImgLeft {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
#contentBoxImgRight {
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}
#contentBox a:link {
	text-decoration: underline;
	color: #fff;
}
#contentBox a:visited {
	text-decoration: underline;
	color: #fff;
}
#contentBox a:active {
	text-decoration: underline;
	color: #fff;
}
#contentBox a:hover {
	text-decoration: none;
	background: #C00
}
#textBox {
	position:absolute;
	left:235px;
	top:120px;
	width:452px;
	z-index:9;
	padding: 15px;
	text-align: left;
	background-color: #CCC7C0;
	font-size: 14px;
	color: #333;
}
#aboutbox {
	width: 482px;
	text-align: left;
	vertical-align: top;
}
.header {
	text-align: left;
	vertical-align: top;
	height: 83px;
	width: 950px;
	background-image: url(../img/head_bg.gif);
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
}
.main {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	vertical-align: top;
	text-align: left;
	height: 100%;
}
.boxsize {
	margin: 0px;
	padding: 0px;
	height: 654px;
}
#fly {
	position:absolute;
	left:25px;
	width:214px;
	height:154px;
	z-index:8;
	bottom: 5px;
}
#fly2 {
	position:relative;
	left:25px;
	width:214px;
	height:154px;
	z-index:8;
	bottom: -50px;
}
.footer {
	height: 35px;
	width: 950px;
	background: #6e6f72;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c82512;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a {
	color: #CCC;
	text-decoration: none;
}
.footer a:visited {
	color: #CCC;
	text-decoration: none;
}
.footer a:active {
	color: #CCC;
}
.footer a:hover {
	background-color: #C00;
}
#leftimg {
	float: right;
}

