@charset "utf-8";
/* CSS  */

body{
 background-image: url(../site-images/bg.gif);
 background-repeat: repeat-x;
 }
 
 
#header {
	background-image:url(../site-images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 285px;
}

#flash {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	top: 40px;
	left: 10px;
	width: 880px;
	height: 200px;
}

#nav {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height:35px;
	top: 40px;
}

#maincontent {
	background-color:#FFFFFF;
	position: relative;
	width: 900px;
	height: 500px;
	top: 1px;
}


#subheader {
	background-image: url(../site-images/subheader.gif);
	background-repeat:no-repeat;
	position: relative;
	top: 10px;
	width: 900px;
	height: 50px;
	
}

#formedge {
	background-image: url(../site-images/rooms-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	position: relative;
	left: 670px;
	top: 90px;
	width: 200px;
	height: 300px;

}
	
#mtext {
	background-color: #FFFFFF;
	position: absolute;
	top:  90px;
	left: 20px;
	width: 600px;
	height: 300px;
}

#footer {
	background-image:url(../site-images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 30px;
	top: 2px;
}

#container {
 	margin-left: auto;
 	margin-right: auto;
 	width: 900px;
}

#line {
	background-image:url(../site-images/line.gif);
	background-repeat:repeat-x;
	positon: relative;
	width: auto;
	height: 3px;
}

