/*
 * MainPage Layout
 *
 * @package SeatForTwo
 * @version 1.0
 * @since 1.0
 * @link http://www.seatfortwo.com/
*/

/* 
*************************/
#page{
	height:1%;
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header{
	z-index:2;
	width:1000px;
	min-height:123px;
	position:relative;
}
#subheader{
	height:170px;
	text-align:right;
	width:1000px;
	padding-top:25px;
}
#sidebar{
	float:left;
	width:250px;
	min-height:450px;
}
#content{
	float:left;
	width:750px;
	display:inline;
	min-height:450px;
}
#footer{
	clear:both;
	width:1000px;
	padding:25px 0;
}