@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background: #222;
	height: 100%;
	width: 100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	overflow:visible;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
p {
	margin-left:25px;
	margin-right:25px;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	overflow:visible;
}
#container {
	background: #000;
	height: 100%;
	width:800px;
	margin:0 auto;
	text-align:left;
	color:#333;
}
#header {
	position: relative;
	overflow:hidden;
	font-size: 10.5pt;
	background:#FFF;
	color:#FF0000;
	padding-bottom:4px;
	left:0px;
	top:0px;
}
#header a:link {
	color:#000;
	text-decoration:none;
}
#header a:hover {
	color:#FF0000;
}
#contact {
	padding-bottom:20px;
	background: #000;
	overflow:hidden;
	font-size: 8.5pt;
	color:#FF0000;
	text-align:right;
}
#columns {
	postion:absolute;
	width:800px;
	background: #fff;
	overflow:hidden;
	color:#333;
}
#leftcol {
	float:left;
	postion:absolute;
	width:400px;
	padding-bottom:20px;
	overflow:hidden;
}
#rightcol {
	float:right;
	postion:absolute;
	width:400px;
	padding-bottom:20px;
	overflow:hidden;
}
#footer {
	postion:absolute;
	width:800px;
	background: #000;
	overflow:hidden;
}
#footer a:link {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FF0000;
}
.style1 {
	color: #FFF;
}
.style2 {
	color: #FF0000;
}
h1 {
	font-size:16px;
	color: #FF0000;
	margin-left:25px;
	margin-right:25px;
}
h2 {
	font-size:20px;
	font-weight:bolder;
	color: #FF0000;
	margin-left:25px;
	margin-right:25px;
}