@import url("/_scripts/menu3v2.css");
@import url("/_scripts/content3.css");

html, body {
	height:100%;
	margin: 0px;
	padding:0px;
	background-repeat:repeat-x;
	background-position:top;
}
#wrapper {
}
#page {
	width:100%;
	min-height:100%;
	position:absolute;
	background-position:top;
	background-repeat:repeat-y;
}
#banner {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-width:900px;
	height:110px;
	position:relative;
	z-index:5;
}
#banner_left	{
	position:relative;
	z-index:2;
	float:left;
	margin: 10px 0px 0px 20px;
}
#banner_right	{
	position:relative;
	z-index:2;
	float:right;
	margin: 10px 20px 0px 0px;
}
#content {
	margin-top:20px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}
#content #clmn_left {
	display: block;
	float: left;
	margin: 0px 10px 40px 0px;
	padding: 10px;
	width: 180px;
	list-style:none;
	text-indent:0px;
}
#content #clmn_right {
	display: block;
	float: right;
	margin: 0px 0px 40px 0px;
	padding: 10px 0 0 0;
	width: 670px;
}
#content #full {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 900px;
}
.page_bottom {
	width:100%;
	position:absolute;
	bottom:0;
	margin-bottom:25px;
	text-align:center;
}
.page_bottom img {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.page_bottom p {
	margin:0 0;
	text-indent:0;
}
#footer {
	width:100%;
	position:absolute;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}
#footer #stuff {
	position:relative;
	width:860px;
	height:25px;
	padding:3px 20px 0 20px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/web-site-design.jpg);
	background-repeat:no-repeat;

}
#footer #stuff p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	color:#FFFFFF;
}
.footer_left	{
	font-size:7pt;
	float:left;
	color:#FFFFFF;

}
.footer_right	{
	color:#cad3ff;
	font-size:7pt;
	float:right;
}
#footer #stuff a {
	color:#FFFFFF;

}
#footer #stuff a:hover {
	color: #cad3ff;
	text-decoration:underline;
}


/* for Internet Explorer */
/*\*/

* html #page, #page_req, #page_contact, #page_links {
	height: 100%;
}

/**/
