body {
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #CCC;
}
#container {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	text-align: left;
	float: left;
	width: 1000px;
	background-color: #333;
}
#content2 {
	text-align: left;
	float: left;
	width: 1000px;
	background-color: #333;
	background-image: url(../images/textbg.jpg);
	background-repeat: no-repeat;
	height: 514px;
}
#text {
	float: left;
	width: 405px;
	margin-left: 20px;
	overflow: auto;
	height: 500px;
	padding-top: 20px;
}

#flashcontent {
	float: left;
	height: 514px;
	width: 1000px;
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
}
#flashcontent2 {
	float: left;
	height: 2px;
	width: 2px;

}
#logo {
	float: left;
	height: 50px;
	width: 250px;
}

#links {
	text-align: right;
	float: right;
	width: 400px;
	margin-right: 20px;
}

#footer {
	float: left;
	width: 1000px;
	background-color: #333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 1em;
	margin-top: 14px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #3CC;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 2px;
}


a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
