/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000000;
}
div#container {
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;


}
#wrapper{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(images/template.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper2{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-top:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
#flashcontent {
		height: 100%;
		background-color: #000000;
		outline:none;
position:absolute;
	}
 a:link {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color:#990000;
	font-weight: bold;
	text-decoration: underline;
}
.headline{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #513324;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-style: italic;
}
p{padding-bottom:10px;}

p.purplehighlight {
	color:#bb1381 !important;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}