

body{
	font-family: arial, helvetica, sans-serif;
	color: #9966CC;
	font-size: small;
	font-weight: normal;
	background:  #DFD0EF;
	margin: 0;
}


#wrapper{
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff url(images/background.gif) repeat-x top left;
}


#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 800px;
	padding: 0;
	height: 159px;
}

#header img {
	margin: 0;
	padding: 0;
	height: 159px;
}

#content{
	position: relative;
	width: 800px;
	height: auto;
	margin: auto;
	padding: 0;
}

* html #content { height: 350px;}

/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	float: right;
	width: auto;
	margin-top: 135px;

}

#menu ul{
	display: inline;
}

#menu li{
	list-style-type: none;
	display: inline;
	padding-left: 4px;
}


#menu a{
	color: #fff; 
	text-decoration: none;
	background: #D251AF;
	padding: 2px;
}


#menu a:hover{
    color: #fff;  
	text-decoration: underline;
	background: #D251AF;
	padding: 2px;
}

/*////////////////////////////
	IMAGE AREA
////////////////////////////*/

#photoarea{
	width: 400px;
	background-color: #666;
	float: right;
}

#photosrow1{
	width: 400px;
	height: 282px;
	margin: 0;
	padding: 0;
}

#photosrow2{
	width: 400px;
	height: 118px;
	margin: 0;
	padding: 0;
}

/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #D251AF; /*PINK */
	text-decoration: underline;
}

a:visited{
    color: #D251AF; /* PINK */
	text-decoration: none;
}

a:hover{
    color: #D251AF;  /* PINK */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	color: #D251AF;
	font-size: small;
	font-weight: normal;
	margin: 0;
}


h2{
	color: #D251AF;
	font-size: small;
	font-weight: normal;
	margin: 0;
}








/*////////////////////////////
	FOOTER 
////////////////////////////*/


#footer{
	position: relative;
	width: 100%;
	height: 144px;
	background:  url(images/footer_background.gif) repeat-x bottom left;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

#footer1{
	position: relative;
	width: 800px;
	margin: auto;
	text-align: right;
}

#footer1 img{
	margin-bottom: 10px;

}






/*////////////////////////////
	TEXT CONTENT BOXES
////////////////////////////*/

.textbox1{
	width: 370px;
	height: auto;
	background: #E5D2F4 ;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}

.textbox2{
	width: 370px;
	height: auto;
	background-color: #E5D2F4;
	padding: 10px;
	margin-bottom: 5px;
}

.textbox3{
	width: 370px;
	height: auto;
	background-color: #E5D2F4;
	padding: 10px;
	margin-bottom: 0px;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

img{
	border: none;
}

.right{
	float: right;
}


label.enquiry
{
	width: 160px;
	float: left;
	padding-bottom: 2px;
}

.border{
	border: 1px solid #D251AF;
}

.button{
	color: #fff;
	background-color: #D251AF;
	border: 1px solid #D251AF;
	font-weight: normal;
	margin-top: 10px;
}

.pink{
	color: #D251AF;
}