/****************************************************************************************************

	Layout.css
	- Layout for Dolphin House website

****************************************************************************************************/
@import "typography.css";

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html{
	background: #8f8a7b url('/house/img/common/bg_body_tile.gif') repeat-x;
}
body{
	position: relative;
	/*width: 796px;*/
	margin: 0 auto;
}
#wrapper{
	position: relative;
	width: 796px;
	margin: 0 auto;
	top: -30px;
	background: #d3d1cc;
}
#header{
	position: relative;
	float: left;
	width: 796px;
	height: 125px;
}
#flash_module{
	float: left;
	width: 796px;
	height: 320px;
}
#main{
	float: right;
	width: 395px;
	padding: 30px 100px;
	margin-bottom: 30px;
	background: #a3a097 url('/house/img/common/bg_main.gif') repeat-y right;
}
#layout_b #main{
	width: 359px;
	margin-top: 25px;
	padding: 25px 220px 50px 15px;	
}
#home #main{
	width: 359px;
	padding: 25px 220px 10px 15px;
	margin-top: 25px;
}
.sitemap #main{
	position: relative;
	height: 540px;
	width: 730px;
	padding: 20px;;
}
.thearea.map #main{
	position: relative;
	height: 500px;
	width: 600px;
	padding: 0;
}
#content{
	float: right;
	width: 480px;
	margin: 10px 55px 5px 0;
	padding: 30px 30px 0 30px;
	background: #bdb6b5;
}
#layout_b #content{
	width: 395px;
	margin: 10px 199px 35px 0;
	padding: 0 0 10px 0;	
}

div#footer{
	float: left;
	clear: both;
	width: 781px;
	height: 45px;
	margin-top: 0x;
	padding: 20px 10px 30px 5px;
	background: #b4b1a7;
	font-size: .9em;
	background: url('/house/img/common/bg_footer.gif');
}
div#footer P{
	width: 600px;
	margin-top: 0x;
}
div#footer img{
	margin-top: 0x;
	padding: 0 10px;
	font-size: .9em;
	position: absolute;
	left: 610px;
}
#secondary{
	position: relative;
	float: left;
	width: 176px;
	margin: 0 0 35px 10px;
	background-repeat: no-repeat;
}
#layout_b #secondary{
	position: absolute;
	float: none;
	top: 425px;
	left: 0;
}
#secondary.booking{
	width: 199px;
	height: 300px;
	margin: 20px 0;
}

#layout_c.terms #main{
	width: 670px;
	padding: 20px 80px 20px 20px;
}

#layout_c.thehistory.house #main{
	padding-bottom: 10px;
}

/*	Home page	*/

#home #secondary{
	float: left;
	width: 796px;
	margin: 25px 0 35px 0;
}
#home #secondary .col_1,
#home #secondary .col_2{
	position: relative;
	width: 366px;
	height: 110px;
	padding: 40px 15px 15px;
	background: #bdb6b5;
}
#home #secondary .col_1{
	float: left;
	background: url('/house/img/common/bg_home_col1.gif');
}
#home #secondary .col_2{
	float: right;
	background: url('/house/img/common/bg_home_col2.gif');
}


