body, html{
	background:				#000000;
	color:					#FFF;
	height:					100%;
	font-family:			Helvetica, "Lucida Sans Regular", Georgia;
}
h1{
	font-size:			4.5em;
}
h2{
	font-size:			3em;
}
h3{
	font-size:			1.5em;
}
h4{
	font-size:			1.2em;
}
h5{
	font-size:			1em;
}
a:link, a:visited{
	color:				#fff;
	text-decoration:	none;
}
a:hover{
	color:				#CCC;
	text-decoration:	underline;
}
#navigation a{
	padding-right:		45px;
}
#footer a{
	padding-right:		10px;
	padding-left:		10px;
}

#banner{
	border-right-color:#fff;
	border-right-style:solid;
	border-right-width:thin;
}
#content-holder{
	min-height:			450px;
}
#main{
	padding:			25px;
}
#footer{
	border-top-color:#fff;
	border-top-style:solid;
	border-top-width:thin;

	
	font-size:			.9em;
	position:			relative;
	clear:				both;
}
#footer-left{
	width:				45%;
	position:			relative;
	float:				left;
}
#footer-right{
	width:				45%;
	position:			relative;
	float:				right;
}
#flashcontent{
	height:				100%;
}

.container{
	position:			relative;
	clear:				both;
}
.left{
	width:				50%;
	position:			relative;
	float:				left;
}
.right{
	width:				50%;
	position:			relative;
	float:				right;
}
p{
	padding:	10px;
}
