﻿* {
	margin:0;
	padding:0;
	}

body {
	margin: 0px;
	background-image: url(../assets/sharlea/background.jpg);
}


hr {
	width: 80%;
	border: 1px solid #9E6993;
}

.bodytext {
	font: 15px Arial, Helvetica, sans-serif;
	color: #000000;
}


a {
	color: #722539;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;	
}

a:hover {
	text-decoration: underline;
	color: #003300;
}

p,li {
	font: 14px arial, Arial, Helvetica, sans-serif;
	color: #000;
	width: 100%;
	position: relative;
	top: 10px;
}

img {
	border: 0px;
}



.lowercontent {
	width: 800px;
	background: url(../assets/lowercontent.jpg) no-repeat bottom;
}

#intro h1 {
	width:386px;
	height:60px;
	background: url(../assets/luxuryaccommodation.gif);
	}
	
.floatleft {
	float: left;
}

.floatright {
	float: right;
}


.submit {
	width: 250px;
}	
	

/* Sharlea Position */

#container {
	position: absolute;
	width: 800px;
	height: 100%;
	margin-left: -400px;
	top: 0px;
	left: 50%;
	z-index: 6;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

#intro {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 700px;
	text-align: center;
	z-index: 50;
}



#sharleatop {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:200px;
	background: url(../assets/sharlea/sharlea_top.jpg) repeat-x;
	z-index:5;
	}
	
#sharlealogo {
	position:absolute;
	top:0;
	width: 800px;
	height: 245px;
	margin-left: -400px;
	left: 50%;
	z-index: 8;
	background: url(../assets/sharlea/sharlea_logo.jpg) no-repeat top;
}

#table {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}	

