#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 80%;
	position: static;
	top: 15px;
	left: 15%;

}

#links {
	margin-right: 1px;
	min-width: 250x;
	background-color: #FFFFFF;
	padding: 1px;
	left: 15%;
	}
}
#links ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#links li {
	font: 12px/2.5ex Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	display: inline;
	margin-bottom: 3px;
	word-spacing: 50px;
	padding: 7px;

	}

#links li:hover
	{
	
}
 #links ul
 {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
 }

#main {
	margin-left: 0px;
	width: 75%;
	left: 15%;
	top: 170px;
	position: static;
}
#links li a:hover {
	background-color: #666666;
	color: #FFFFFF;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#links li a {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#container {
	left: 75px;
	position: absolute;
	min-width: 300px;
	max-width: 650px;
}
#text {
	position: static;
	width: 500px;
	left: 8%;
}

