body
{
	padding: 0px;
	margin: 0px;
	background: url(/images/bgTile.gif) top center repeat;
	position: relative;
}

#headerImg
{
	z-index: 5;
	position: relative;
}

#header1
{
	background: #aeaeae;
	opacity: .3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 61px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#header2
{
	background: #777777;
	position: relative;
	top: 42px;
	left: 0px;
	height: 5px;
	font-size: 1px;
}


#header3
{
	background: #777777;
	position: relative;
	top: 20px;
	left: 0px;
	height: 12px;
	font-size: 1px;
}

#left
{
	background: url(/images/leftTile.gif) top right repeat-y;
	width: 51px;
}

#right
{
	background: url(/images/rightTile.gif) top left repeat-y;
	width: 51px;
}

#mainArea
{
	background: #F9F8EF;	
	width: 805px;
	height: 100%;
	z-index: 10;	
	top: 0px;
	left: center;
	text-align: left;
}

#menu
{	
	margin: 5px;
}

#content
{
	padding: 10px;
}

.roomBox
{
	padding: 5px;
	margin: 5px;
	width: 100%;
	border: 1px solid #000000;
}

.contactForm
{
	margin: 5px;
	padding: 5px;
	border: 2px solid #d1dfcb;
	background: #ffffff;
}

.inputBox
{
	border: 2px solid #d1dfcb;
	background: #F9F8EF;
}

#submitButton
{
	width: 100px;
	cursor: pointer;
}