

body{
	font-family: arial, helvetica, sans-serif;
	color: #5D2846;
	font-size: small;
	margin: 0;
	padding: 0;
	background: #5D2846 url(images/page_background.gif) repeat-x top left;
}


/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#headerwrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	height: 261px;
	width: 700px;
}

#header1{
	height: 152px;
	width: 700px;

}
#header2{
	height: 109px;
	width: 700px;
}

/*////////////////////////////
	CONTENT WRAPPER
////////////////////////////*/


#contentwrapper{
	position: relative;
	min-height: 450px;
	max-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FAF5CF;
}
*html #contentwrapper{ height: 400px;}


#content{
	margin: auto;	
	min-height: 450px;
	max-height: 100%;
	width: 700px;
	padding: 20px 0px 20px 0px;
}

.innercontent{
	width: 520px;
	height: auto;
	padding: 0;
	margin: 0;

}

/*////////////////////////////
	MENU
////////////////////////////*/


#menu{
	width: 160px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#menu h2{
padding-bottom: 0;
margin-bottom: 0;
text-align: center;
}


.menuitem{
	background: url(images/menu_background.gif) no-repeat top left;
	width: 160px;
	text-align: center;
	margin-bottom: 5px;
	height: 27px;
}

#menu a, #menu a:hover, #menu a:visited{
	color: #FAF5CF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 5px;
}



/*////////////////////////////
	FOOTER AREA
////////////////////////////*/


#footerwrapper{
	position: relative;
	margin: auto;	
	width: 100%;
	padding: 0;
}


#footer{
	width: 700px;
	margin: auto;
	color: #FAF5CF;
	height: 200px;
	font-size: 80%;
	padding: 10px 0px 0px 0px;
	background: url(images/footer_logo.gif) no-repeat top right;
}

#footer a, #footer a:hover, #footer a:visited{
	color: #FAF5CF;
	text-decoration: underline;
}
/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #5D2846;/*drk blue*/
	font-size: medium;
	font-weight: bold;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #5D2846;/*drk blue*/
	font-size: small;
	font-weight: bold;
}  

 

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #5D2846; /*drk red */
	text-decoration: underline;
}

a:visited{
    color: #5D2846; /* drk red */
	text-decoration: underline;
}

a:hover{
    color: #985C7E;  /* lighter red */
	text-decoration: underline;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

.right{
	float: right;
	margin-left: 10px;
	height: auto:

}

.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto:

}

.height{
	min-height: 90px;
	max-height: auto;
}

*html .height{
	height: 90px;
}


ul{
	list-style-type: image;
	list-style-image:   url(images/bulletpoint.gif);
}

li{
	margin-left: 0px;
}	


label.enquiry
{
	width: 100px;
	float: left;
}

.purple{
	border: 2px solid #fff;
	background-color: #E6DEE1;

}


.button{

background-color: #63314F;
font-weight: bold;
color: #FAF5CF;
border: none;
}

.leftcontact{
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;

}

.rightcontact{
	float: right;
	width: 228px;
	height: auto;

}


