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


body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 100%;
	width: 100%;
	float: left;
}


#navbar {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 20px;
}

#main {
	float: left;
	height: 100%;
	width: 100%;
}

#lefttext {
	float: left;
	width: 480px;
	height: 100%;
	font-family: Georgia, Arial, serif;
}

#lefttext h1 {
	font-family: Georgia, Arial, serif;
	margin-left: 15px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 25px;
}

#lefttext p {
	font-family: Georgia, Arial, serif;
	font-size: 12px;
	margin-left: 45px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
}

#lefttext a {
	color: #FFFFFF;
	text-decoration: none;


}


#righttext {
	float: right;
	width: 480px;
	height: 100%;
}









#footer {
	float: left;
	height: 100%;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer hoover {
	color: #FF6600;
	text-decoration: none;
}
