#page-wrap { 
	max-width: 960px; 
	min-width: 960px; 
	margin: 0 auto; 
	position: relative; 
}

#header { 
	max-width: 950px; 
	min-width: 950px; 
	background: #ffffff;
    margin: 0 auto 0; 
	padding-top: 6px;
}

#main-content { 
	margin-top: 6px;
	margin-left: 216px;
	margin-bottom: 6px;
	padding: 0 ; 
	background: white; 
	min-height: 370px;
	width: 700px;
}

#main-sidebar { 
	float: left;
	left: 0; 
	top: 0; 
	width: 180px; 
	bottom: 0; 
	background: #eeeeee; 
	padding: 6px; 
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #bebebe;
	height: 350px;
}
                      
#secondary-sidebar { 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 160px; 
	bottom: 0;
    background: #ffffff; 
	padding: 0 10px; 
	margin-right: 6px;
}
                      
#footer { 
	max-width: 938px; 
	min-width: 938px; 
	background: #B36C50;
	margin: 6px auto; 
	height: 40px;
	border: 1px solid #3D241B;
	text-align: center;
	padding-top: 12px;
	font-size: 10pt;
}

#footer p { 
	color: white; 
}

#footer a { 
	color: white; 
	border-bottom: 1px dotted white; 
	text-decoration: none; 
	margin-right: 10px;
}

#footer a:hover { 
	border-bottom-style: solid; 
}

#container {
	background-color: white; 
	width: 950px; 
	margin: 0 auto;
	padding: 6px;
}

