#Content
{
	background-color: #98987e;
}

p
{
	font-size: 10px;
	color: white;
}

.title
{
	font-weight: bold;
	font-size: 1.2em;
	color: #424224;
}

#Link
{
	position: absolute;

	padding-left: 10px;
	height: 204px;
	width: 395px;
	left: 0px;
	top: 0px;
	background-color: #a3a383;
	color: white;
	padding-top: 15px;
	overflow: hidden;
}

#Bubbles
{
	position: absolute;

	margin-left: 10px;
	height: 179px;
	width: 165px;
	left: 415px;
	top: 0px;
	background-color: #a3a383;
	
	padding-top: 40px;
	padding-left: 15px;
}

#linkwrapper ul
{
	width: 420px;  /* room for 3 columns */
	list-style: none;
}

#linkwrapper ul li
{
	float: left;
	width: 135px;  /* accommodate the widest item */
	text-align: center;
	border-right: dashed white 1px;
	display: block;
}

/* stop the floating after the list */
#linkwrapper br
{
	clear: left;
}

/* separate the list from what follows it */
#linkwrapper 
{
	margin-bottom: 1em;
}

/* anchor styling */
#linkwrapper ul li a
{
	text-decoration: none;
	color: white;
}

#linkwrapper ul li a:hover
{
	color: white;
	text-decoration: underline;
}
