#links
{
list-style-type: none;
margin: 10px auto;
padding: 0;
}

#links li
{
margin-bottom: 5px;
text-align: center;
}

@media screen and (min-width: 641px)
{
	#colleft
	{
	float: left;
	width: 200px;
	height: 298px;
	background-image: url(images/clubhouse.jpg);
	}

	#colright
	{
	float: right;
	width: 200px;
	height: 298px;
	background-image: url(images/sailboats.jpg);
	}
	
	#links
	{
	margin: 10px 210px;
	}
}

.proposed
{
clear: both;
margin-top: 10px;
font-size: 110%;
font-weight: bold;
text-align: center;
}

.proposed a:link, .proposed a:visited, .proposed a:focus, .proposed a:hover
{
color: red;
}

.proposed a:hover
{
background-color: #ffc8c8;
}

.proposed div
{
display: inline-block;
width: 200px;
margin: 5px 20px;
text-align: center;
}