body {
	font-family:Arial, Helvetica, sans-serif;
	color:#b0c3f0; 
	font-size:11px;
	text-align: center;
	margin:0;
	background-color:#000;
}
#home {
	background-image: url(../images/bkgrnd-home.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#brands {
	background-image: url(../images/bkgrnd-brands.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#chillout {
	background-image: url(../images/bkgrnd-chill-out.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#weddings {
	background-image: url(../images/bkgrnd-wedding.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#boutique {
	background-image: url(../images/bkgrnd-boutique.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#contact {
	background-image: url(../images/bkgrnd-contact.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	height:588px;
	padding:0; 
	margin:0; 
	top:0;
}
#container { 
	margin: 0px auto;
	width:765px;
	overflow: hidden;
	padding: 0 0 0 3px;
	/*border:#FFF solid 1px;*/
}
/*MENU*/
#menu {
	float:left;
	height:25px;
	padding:11px 0 0 28px;
	width:100%;
	font-size:12px;
	font-weight:bold;
}
#menu ul {
	margin: 0 0 0 0 ;
	padding: 0 0 0 18px ;
	list-style-type:none;
}
#menu li {
	margin: 0 50px 0 0 ;
	padding: 0 ;
	display:block;
	float:left;
	text-align: center ;
}
#menu li a {
	color:#b0c3f0;
	text-decoration: none ;
}
#menu li a:hover {
	color:#fff;
}
.menuselected {
	color : #fff;
}
#content {
	float:left;
	width:100%;
	height:475px;
	padding:43px 0 0 0;
}
.centreimage {
	float:left;
	padding: 0 0 0 257px;
}
.leftimage {
	float:left;
	clear:left;
	padding: 0;
}
.rightimage {
	float:left;
	padding: 0;
}
.contactimage {
	float:left;
	padding: 160px 0 100px 70px ;
	}
#contactform{
	float:right;
	width:418px;
}
.submitbutt {
	border:#333399 solid 1px;
	margin: 0 35px 0 0;
}
#centre-sec {
	width:100%;
	float:left;
}
#txt-home {
	float:left;
	width:245px;
	padding: 5px 10px 20px 10px;
	line-height:18px;
}
#txt {
	float:left;
	width:247px;
	padding: 0 10px 0 10px;
}
#txt-brands {
	float:left;
	width:247px;
	padding: 120px 10px 100px 257px;
}
#logo {
	padding: 20px 0 5px 0;
}
a {
	color:#b0c3f0;
}
#footer {
	float:left;
	clear:both;
	background-image:url(../images/footer-bkgrnd.gif);
	background-repeat: no-repeat; 
	height:23px;
	width:735px;
	margin: 30px 0 0 0;
	padding:5px 15px 0 15px ;
	text-align:left;
	font-weight:bold;
}
.footerleft {
	float:left;
	}
.footermid {
	float:left;
	padding: 0 0 0 80px;
}
.footerright {
	float:right;
}