#left_side {
	position:absolute;
	width:250px;
	left:10px;
	padding: 10px 0px 10px 0px;
	border-right: 2px dotted #990000;
	top: 125px;
	height:1000px;
}



#right_side {
	position:absolute;
	width:250px;
	right:10px;
	padding: 10px 0px 10px 0px;
	border-left: 2px dotted #990000;
	top: 125px;
	height:1000px;
}



#content {
margin: 10px 260px 0px 260px;
padding: 10px;
}


#right_side_searches {
	position:absolute;
	width:160px;
	right:10px;
	padding: 10px 0px 10px 0px;
	border-left: 2px dotted #990000;
	top: 125px;
	height:1000px;
}


#left_side_searches {
	position:absolute;
	width:160px;
	left:10px;
	padding: 10px 0px 10px 0px;
	border-right: 2px dotted #990000;
	top: 125px;
	height:1000px;
}


#content_searches {
margin: 10px 160px 0px 160px;
padding: 10px;
}

#content_more_space_on_the_right {
margin: 10px 160px 0px 260px;
padding: 10px;
}


/* ==================== */
/* Footer - Layout      */
/* ==================== */
#footer
{
	position: relative;
	margin-top:10px;
	text-align: center;
	background:#2A5FAA;
	font-size: 65%;
	padding-top: 25px;
	padding-bottom: 20px;

	/* add minimum gutter */
	padding-left:5px;
	padding-right:5px;
	clear: both;
	font-family: Verdana,Arial,sans-serif;
	font-size:9px;

}

#footer_content
{
	text-align: center;
	color: #990000;

	/* enable evenly spaced gutter */
	margin-left: auto;
	margin-right: auto;
	/* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%");
	font-family: Verdana,Arial,sans-serif;

}

#footer_content  h3
{
display: inline;
margin: 0px;
padding: 0px;
padding-right: 3px;
font-size: 100%;
font-family: Verdana,Arial,sans-serif;

}

#footer_content a:link, #footer_content a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana,Arial,sans-serif;

}
#footer_content a:hover, #footer_content a:active
{
	color: #FFFFEE;
	text-decoration: underline;
	font-family: Verdana,Arial,sans-serif;

}