@charset "utf-8";
/* Jonathan Kightley dot co dot uk - Designed by Resolution Computing.com - January 2008 */

a:link {
	color: #d4cebe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d4cebe;
}
a:hover {
	text-decoration: underline;
	color: #BFB69D;
}
a:active {
	text-decoration: none;
	color: #d4cebe;
}


body {

	margin				:	0px;
	padding				: 	0px;
	background-color	: 	#FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	color				: 	#d4cebe;
	text-align			: 	center;

}

div#wrapper {

	text-align			:	center;
	width				: 	820px;
	height:100%;
	margin-left		: 	auto;
	margin-right:auto;
}

div#main {

	text-align			:	center;
	width				: 	820px;
	height:530px;
	background-image:url(gfx/home.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin		: 	auto;
	margin-top: 50px;
}

div#main_bio {

	text-align			:	center;
	width				: 	820px;
	height:530px;
	background-image:url(gfx/main_bio.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin		: 	auto;
	margin-top: 50px;
}

div#link {

	text-align			:	right;
	width				: 	780px;
	height:30px;
	padding-right: 40px;
}


div#navigation {

	text-align			:	center;
	width				: 	350px;
	height:50px;
	float:right;
	margin-top: 30px;
	margin-right: 55px;
}

div#content {

	text-align:justify;
	width				: 	380px;
	height:380px;
	float:right;
	margin-top: 10px;
	margin-right: 55px;
	display:inline;
}
	