body
{
	background: #FFF;
	font-size: 13px;
	color: #000;
	font-family: Georgia, Verdana;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active
{
	background: transparent;
	color: #000;
	text-decoration: none;
}

a:hover, #twitterText > a:hover
{
	text-decoration: underline;
}

#twitterText > a, #twitterText > a:visited, #twitterText > a:active
{
	background: transparent;
	color: #881D1D;
	text-decoration: none;
}


a.bioLink, a.bioLink:visited, a.bioLink:active, a.bioLink:hover
{
	background: #EFF1B3;
	color: #333;
	text-decoration: none;
}

div, p, img, ul, li
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container
{
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: 50px;
}

#leftCol, #rightCol
{
	position: relative;
	float: left;
}

#leftCol
{
	width: 300px;
}

#rightCol
{
	width: 490px;
	padding: 0px 0px 0px 10px;
}

h1, h2, h3
{
	font-family: Georgia, Verdana;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 40px;
	margin-bottom: 20px;
}

h2
{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

h3
{
	font-size: 12px;
	margin-bottom:15px;
	padding-top: 10px;
}

#mainPic
{
	border: 2px solid #999;
}

.onlineList
{
	width: 100%;
	padding-bottom: 20px;
}

.onlineItem
{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-indent: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}

.onlineItem:hover
{
	background: #EFF1B3;
	color: #000;
}

.firstLetter
{
	font-size: 20px;
}

#availableHire
{
	color: #000;
	background: #ACE5BA;
}

.contactDetails
{
	padding: 0px 0px 10px 10px;
}

#email
{
	padding: 0px 0px 4px 10px;
}

.quote
{
	font-size: 22px;
	color: #999;
	background: #FFF;
	font-weight: bold;
}

#twitter
{
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	color: #881D1D;
	background: #FFF;
	padding-bottom: 20px;
}

#footer
{
	clear: both;
	width: 100%;
	border-top: 1px solid #DDD;
	padding: 10px 0px 20px 0px;
}

#rightColBottom
{
	padding-bottom: 10px;
}

.projectName
{
	background: #EFF1B3;
	color: #333;
}

#projectDownload
{
	padding: 0px 0px 20px 20px;
}

#downloadImage
{
	vertical-align: middle;
	padding-right: 10px;
}