div.aboutus
{
	float: left;
	width: 378px;
	margin: 0px 10px 10px 0px;
}
div.news
{
	float: right;
	width: 388px;
	height: 100%;
}
div.piclinks
{
	float: left;
	width: 378px;
	height: 212px;
	margin-right: 10px;
}
ul.news li
{
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #006699;
}
	ul.news li ul li
	{
		list-style: disc;
		font-style: normal;
		font-weight: normal;
		font-size: 17px;
		color: black;
	}
div.renfair
{
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 20px auto;
	background: saddlebrown;
	text-align: center;
	border: 1px solid black;
}
	div.renfair a
	{
		font-weight: bold;
		color: goldenrod;
		text-decoration: underline;
	}
	div.renfair a:hover
	{
		color: white;
	}
div.linkbox
{
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 20px auto;
	background: #0092DE;
	text-align: center;
	border: 1px solid black;
}
	div.linkbox a
	{
		font-weight: bold;
		color: white;
		text-decoration: underline;
	}
	div.linkbox a:hover
	{
		color: gray;
	}
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1
{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: none;
}

#simplegallery1 .gallerydesctext
{
	text-align: left;
	padding: 2px 5px;
}