body {
	background-color: #1d1d1d;
	background-image: url(images/bk.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#outer {
	width: 100%;
	top: 50%;	
	left: 0px;
	text-align:center;
	margin-top: -289px;	
	position: absolute;
	min-width:920px;
}

#inner {
	margin: auto;
	height:578px;
	width: 920px;
	text-align:left;
}

#header {
	display:inline;
	float:left;
	width:920px;
	height:123px;
	overflow:hidden;
}

#navigation {
	display:inline;
	float:left;
	width:920px;
	height:11px;
	overflow:hidden;
	margin-bottom:20px;
	text-align: center;
}

#mainarea {
	display:inline;
	float:left;
	width:920px;
	min-height:397px;
}

#addressarea {
	display:inline;
	float:left;
	width:920px;
	height:15px;
	overflow:hidden;
	text-align: center;
}

#footerarea {
	display:inline;
	float:left;
	width:920px;
	height:17px;
	overflow:hidden;
	background-image: url(images/footer-tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding-top: 5px;
}

#flashcont1 {
display:inline;
float:left;
width:578px;
height:387px;
}

#textcont1 {
	display:inline;
	float:left;
	width:329px;
	margin-left: 13px;
	padding-bottom:10px;
}

.text-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b8b8b;
	text-decoration: none;
}

.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3c3c3;
	text-decoration: none;
}
.nav-divider {
margin-left:15px;
margin-right:15px;
}

.titlemargin {
	margin-bottom:13px;
}

/* BUTTONS */

.btntext, a.btntext:link, a.btntext:active, a.btntext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3c3c3;
	line-height:40px;
	text-align: left;
	height: 28px;
	text-decoration: none;
	padding-right:8px;
	padding-left:8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

a.btntext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:40px;
	text-align: left;
	height: 28px;
	text-decoration: none;
}

.btntext-red, a.btntext-red:link, a.btntext-red:active, a.btntext-red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c151b;
	line-height:40px;
	text-align: left;
	height: 28px;
	text-decoration: none;
	padding-right:8px;
	padding-left:8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;

}

a.btntext-red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:40px;
	text-align: left;
	height: 28px;
	text-decoration: none;
}

/* END BUTTONS */
