/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
	color:#fff;
}

#mainSite {
	margin:6px auto 6px auto;
	width:768px;
}

#headerBar {
	height:371px;
	text-align:right;
	border:1px solid #330000;
}

#prototypeLogo {
	float:right;
	position:relative;
	top:190px;
	right:26px;
}

#headerLeft {
	float:left;	
}

#menuArea {
	margin:2px 0px 2px 0px;
}

#menuArea img {
	float:left;
}

#contentArea {
	height:338px;
	background-color:#300;
	border:1px solid #330000;
}

#designedBy {
	background-color:#300;
	margin-top:2px;
	border:1px solid #330000;
	text-align:right;
	font-size:11px;
	padding:6px 12px 6px 12px;
}

#designedBy a{
	text-decoration:none;
	color:#fff;
}

#designedBy a:hover {
	color:#cf0;
}

#righty {
	float:right;
	text-align:right;
	width:300px;
}

#links {
	float:left;
	text-align:left;
	width:300px;
}

#contentLeft {
	width:450px;
	text-align:justify;
	color:#fff;
	padding:26px;
}

#contentArea p {
	font-size:14px;
	line-height:17px;
	margin-bottom:8px;
}

#addressTable {
	width:250px;
	position:relative;
	top:80px;
	float:right;
}

#addressTable td {
	padding:5px 10px 0 0;
	vertical-align:top;
	text-align:left;
}

#addressTable p {
	font-size:14px;
	line-height:17px;
}

.greenColour {
	color:#cf0;
}

.standardLinks {
	text-decoration:none;
	color:#fff;
}

.standardLinks:hover {
	color:#cf0;
}

#testTopLeft {
	margin:26px 13px 13px 26px;
	float:left;
	width:334px;
}

#testTopRight {
	margin:26px 26px 13px 13px;
	float:right;
	width:334px;
}

#testBotLeft {
	margin:13px 13px 0px 26px;
	float:left;
	width:334px;
}

#testBotRight {
	margin:13px 26px 0px 13px;
	float:right;
	width:334px;
}

#testTopLeft p { font-size:13px; line-height:16px; }
#testTopRight p { font-size:13px; line-height:16px; }
#testBotLeft p { font-size:13px; line-height:16px; }
#testBotRight p { font-size:13px; line-height:16px; }

#whereLeft {
	width:275px;
	padding:26px;
	float:left;
}

#whereLeft p {
	font-size:12px;
	line-height:16px;
}

#whereRight {
	float:right;
	padding:171px 258px 0px 0px;
}

#whoArea {
	background-color:#300;
	border:1px solid #330000;	
	padding:26px;
}

#whoArea a {
	color:#fff;
	text-decoration:none;
}

#whoList {
	letter-spacing:1px;
	font-size:14px;
	line-height:20px;
}

p#whoList a:hover {
	text-decoration:underline;
}

.whoOthers {
	font-size:12px;
	line-height:15px;
	margin-bottom:4px;
	color:#cf0;
}