/*	
	ds.css
	-	New layout for Dolphin Square website

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

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position: absolute;
	top: -999em;
	width: 0;
	height: 0;
	font-size: 0em;
	overflow: hidden;
}
html{
	background: #b5b6ae;
}


/*	Layout
___________________________________________________________________________*/


div#container{
	position: relative;
	width: 796px;
	padding-bottom: 65px;
	margin: -30px auto 10px auto;
	background: #fefefc url('/square/img/common/bg_grad.gif') repeat-x 400px 283px;
}

div#header{
	height: 295px;
}

div#navigation{
	float: left;
	width: 796px;
	margin-bottom: 15px;
}
div#main{
	position: relative;
	float: left;
	width: 427px;
	padding: 35px 25px;
	border-top: 3px solid #FDB913;
	background: #fff;
}
#home div#main{
	width: 638px;
	float: right;
	padding: 0 0 0 15px;
	border-top: none;
	background: none;
}
#gallery div#main	{
	width: 746px;
}
#gallery div#main #gallery_book{
	margin-left: 30px;

}
#gallery div#main{
	margin-top: 0px;

}
#hist_time div#main	{
	padding: 0;
	width: 638px;
}
#living_fitness #main{
	border-color: #89CBDF;
}
#living_bar #main{
	border-color: #5B1400;
}
div#sidebar{
	float: left;
	width: 158px;
	min-height: 1px;
	background: transparent;
}
div#footer{
	position: absolute;
	clear: left;
	left: 0;
	bottom: 0;
	width: 776px;
	padding: 10px 10px;
	font-size: .6em;
	color: #5F604B;
	background: #b5b6ae;
	border-top:  3px solid #5F604B;	
}
div.answer{
	position: relative;
	width: 427px;
	padding-bottom: 20px;
}

