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

body {
	margin:0 auto;
	background:#000000;
	text-align:center;
	
}
a:link {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF66;
}
a:hover {
	text-decoration: underline;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
#container {
	width:960px;
	margin:0 auto;
	margin-bottom:0px;
	min-height:680px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:700px; /*for IE5.x and IE6 */
}


/* ----- HEADER ----- */
#header {
	margin:0;
	width:960px;
}


/* ----- NAVIGATION ----- */
#navigation {
	width:960px;
	margin:0;
}

/* ----- MAIN CONTENT ----- */
#content {
	width:940px;
	margin-top:5px;
	margin-left:10px;
	
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:strong;
	font-weight:bold;
	color:#FFFFCC;
	text-align:left;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFCC;
	text-align:justify;
}


/* ----- FOOTER ----- */
#footer {
	width:955px;
	position:relative;
	margin-top:0;
	margin-bottom:0px;
	padding-bottom:0px;
	bottom:0px;
	line-height:.8em;
	clear: both;
	text-align:center;
}
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:.8em;
	color:#FFFFCC;
}


.floatRight {
	float:right;
	margin-top: 0;
	margin-left: 10px;
}
.floatLeft {
	float:left;
	margin-top:0px;
	margin-right:10px;
}
.clearfloat {
	clear: both;
	height:0;
	font-size:1px;
}
-->
