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


body {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-color: #000000;
	background-position:center;
	margin: 0;
	padding: 0;	

}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 40px;
	color: #666666;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}


a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #999999;
	text-decoration: underline;
}


#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	background: #FFFFFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	padding: 30px 20px;
}

.left {
float:left;
padding: 10px;
margin: 5px 10px 10px 0px;
border: 1px #CCCCCC solid;
}

.right {
float:right;
padding: 10px;
margin: 5px 0px 10px 10px;
border: 1px #CCCCCC solid;
}



