body
{
	background-color: #fff;
	font-family: Georgia, Verdana;
	font-size: 20px;
	color: #333;
}

a, a:hover, a:visited, a:active
{
	padding: 2px;
	text-decoration: none;
	color: #333;
}

li
{
	padding: 3px;
	margin: 7px;
}

#content-wrapper
{
	/*margin: 5% 10%;*/
	margin: auto;
	width: 768px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-main
{
	/*width: 768px;*/
}

.content
{
	padding-top: 10px;
}

.heading
{
	font-size: 40px;
}

.box
{
	width: 350px;
	height: 330px;
	padding: 5px;
	margin: 10px;
}

.boxbottom
{
	vertical-align: bottom;
	text-align: right;
	position: relative;
	left: 0px;
	top: 0px;
}

.topcenter
{
	color: #333;
	text-align: center;
}

.topleft
{
	border: 2px solid #ff358b;
	color: #ff358b;
	float: left;
}

.topleft a
{
	color: #ff358b;
}

.topleft a:hover
{
	color: #fff;
	background-color: #ff358b;
}

.topright
{
	border: 2px solid #ffa300;
	color: #ffa300;
	float: left;
}

.topright a
{
	color: #ffa300;
}

.topright a:hover
{
	color: #fff;
	background-color: #ffa300;
}

.bottomright
{
	border: 2px solid #92278f;
	color: #92278f;
	float: left;
}

.bottomright a
{
	color: #92278f;
}

.bottomright a:hover
{
	color: #fff;
	background-color: #92278f;
}

.bottomleft
{
	border: 2px solid #aeee00;
	color: #aeee00;
	float: left;
}

.bottomleft a
{
	color: #aeee00;
}

.bottomleft a:hover
{
	color: #fff;
	background-color: #aeee00;
}

.flickrPhoto
{
	height: 18%;
	width: 18%;
}

#footer
{
	padding: 5px;
	font-size: 12px;
	height: 34px;
	width: 100%;
	text-align: center;
	border: 1px solid #333;
}

#footer a
{
	text-decoration: none;
	color: #000;
}