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

body {
	
}#stars-TOP {
	background-color: #FFFFFF;
	background-image: url(../images/stars_top.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
#stars-BOTTOM {
	background-color: #FFFFFF;
	background-image: url(../images/stars_bottom.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	margin-top: 10px;
	vertical-align: bottom;
	z-index: auto;
}
#container {
	text-align: justify;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#LEFT {
	float: left;
	width: 600px;
	margin-top: 100px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

#LEFT a:link {
	text-decoration: underline;
	color: #333333;	
}
#LEFT a:visited {
	text-decoration: underline;
	color: #333333;	
}
#LEFT a:visited {
	text-decoration: underline;
	color: #333333;	
}
#LEFT a:hover {
	text-decoration: none;
	color: #333333;
}
#LEFT h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;	
	font-style: normal;
}
#RIGHT {
	float: right;
	height: 250px;
	width: 225px;
	margin-top: 75px;
}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 600px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding-bottom: 50px;
	padding-top: 10px;
}

#RIGHT a:link {
	text-decoration: underline;
	color: #333333;	
}
#RIGHT a:visited {
	text-decoration: underline;
	color: #333333;	
}
#RIGHT a:visited {
	text-decoration: underline;
	color: #333333;	
}
#RIGHT a:hover {
	text-decoration: none;
	color: #333333;
}
#RIGHT h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;	
	font-style: normal;
}