/* Layout */
@import url("contentLeft.css");
@import url("survey.css");
@import url("contentNav.css");
@import url("contentMain.css");
@import url("contentRight.css");
body, html {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background: #E4E6E7 url(../images/bgbody.gif) left top repeat-x;
}
#container {
	width:100%;
	height:100%;
	position:absolute;	
	margin:0px;
	padding:0px;	
	text-align:left;
	background: #F2F2F2 url(../images/bgbody.gif) left bottom repeat-x;
}
#content {
	position:relative;
	float:none;
	width:957px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background: url(../images/content_bg.gif) left bottom repeat-y;
}
#contentLeft {
	position:relative;
	float:left;
	width:153px;
	background-color:#F5F5F6;
	height:100%;
	margin:0px;
	padding:0px;
}
#contentMain{
	position:relative;
	float:left;
	width:608px;
	background-color:#FFF;
	height:100%;
	margin:0px;
	padding:0px;
}
#contentNav{
	float:left;
	width:196px;
	background-color:#FAFAFA;
	height:100%;
}
#contentRight {
	float:right;
	width:196px;
	background-color:#fafafa;
	height:100%;
}
