body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
}
#container {
	height: 600px;
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#nav {
	float: left;
	height: 27px;
	width: 950px;
}
#mainarea {
	height: 540px;
	width: 950px;
	float: left;
	border: 1px solid #999999;
}
#homeleft {
	float: left;
	height: 540px;
	width: 350px;
	background-image: url(../images/background-homeleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
*html #homeleft {
	float: left;
	height: 540px;
	width: 349px;
	background-image: url(../images/background-homeleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#homelogo {
	float: left;
	height: 241px;
	width: 261px;
	margin-top: 90px;
	margin-left: 50px;
}
*html #homelogo {
	float: left;
	height: 241px;
	width: 261px;
	margin-top: 40px;
	margin-left: 20px;
}
#homeflash {
	height: 540px;
	width: 599px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer {
	float: left;
	height: 30px;
	width: 950px;
}
#footer p {
	color: #9BA69D;
	font-size: 11px;
	letter-spacing: .04em;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#innerflash {
	width: 599px;
	height: 490px;
	text-align: left;
	padding: 0;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#scroll {
	width: 580px;
	height: 490px;
	overflow: auto;
	text-align: left;
	padding: 0;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagetitle {
	width: 580px;
	float: left;
	height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pagetitle  h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainarea h2 {
	color: #9BA69D;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}
#mainarea td {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}


#mainarea p {
	color: #999999;
	font-size: 13px;
	line-height: 17px;
}
a:link{
	color: #996600;
	text-decoration: underline;

}
a:visited{
	color: #996600;
	text-decoration: underline;

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

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

}

