/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1{font-size: 200%;}
h2 {font-size: 100%;}
h3, a {font-size: 80%;}
h4 {font-size: 70%;}
label, input {font-size:75%;color:#000;vertical-align:2px;font-weight:bold;}

/* *********************************** */
/* Colours 										*/
/* base purple: 	#993399 153,51,153	*/
/* light purple:	#f5d6f5 245,214,245 	*/
/* *********************************** */

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:730px;
	height:35px;
	background-image:url(../Images/Topnav.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	padding-top:px;
	color: #000000;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}
	
/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:52px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:100px;
	left:202px;
	width:180px;
	z-index:2;
	font-size:120%;
	}

#megaphone
	{
	position:absolute;
	top:55px;
	left:480px;
	}

/* ************** */
/* Contact Blocks */
/* ************** */


#letter, #phone, #email, #fax
	{
	position:absolute;
	left:170px;
	top:200px;
	}
#phone
	{
	top:285px;
	}
#email
	{
	top:370px;
	}
#fax
	{
	top:455px;
	}

#address, #phonenumbers, #emailaddress, #faxnumber
	{
	position:absolute;
	left:250px;
	top:200px;
	font-size:90%
	}
#phonenumbers
	{
	top:293px;
	}
#emailaddress
	{
	top:374px;
	}
#faxnumber
	{
	top:470px;
	}
	