/* Colours
Body		PURPLE:		6600CC
Body Opp 	GREEN:		99FF33
Copy 		L Yellow:	FFFF99
Links 		Pink:		E0CCF5
Links Opp 	DGREEN:		1F330A
*/

body {
	background-color: #6600CC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
	height: 100%;
}
a, a:link, a:visited {
	color: #E0CCF5;
}
a:hover, a:active {
	color: #FFFF99;
}
#bodywrapper {
	height: 100%;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	padding: 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
#navigation {
	height: 20px;
	width: 700px;
	margin-top: 10px;
	background-color: #E0CCF5;
	text-align: center;
	padding-top: 4px;
	clear: both;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #6600CC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-right: 18px;
	margin-left: 18px;
}
#navigation a:hover, #navigation a:active {
	color: #FFFF99;
	text-decoration: underline;
}
h1 {
	color: #6600CC;
	position: absolute;
	top: 83px;
	left: 123px;
	margin: 0px;
	width: 576px;
	background-color: #FFCC33;
	padding: 0px;
	text-indent: 8px;
}

#address {
	width: 700px;
	margin-top: 8px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}
