/* need to be reset initially */
/* download from yahoo and import */
@import url(reset.css);
@import url(fontstyles.css);
@import url(stylefeatures.css);
@import url(FormStyle.css);

/* mac hide\*/
html, body {
	height: 100%;
}
/* end hide */

html {
	overflow-y: scroll; /* stops the firefox page jump */
}

body {
	padding: 0;
	margin: 0;
	min-width: 981px;/* for mozilla*/
}

#outer{
	height: 100%;
	min-height: 100%;
	width: 979px;
	margin: auto;
	position: relative;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
 
html>body #outer { /*for mozilla as IE treats height as min-height anyway*/
	height: auto;
}

#innerwrap {/* enables content first */
	float: left;
	width: 780px;
}

#header{
	width: 979px;
	overflow: hidden;
	z-index: 100;
}

#left {
	position: relative;/*ie needs this to show float */
	width: 179px;
	float: left;
	padding: 10px; /* bottom padding needed to make room for footer */
}

#left p {
	padding-left: 3px;
	padding-right: 2px
}

#right p {
	padding-left: 4px;
	padding-right: 2px
}

#right {
	position: relative;/*ie needs this to show float */
	width: 179px;
	float: right;
	padding: 10px; /* bottom padding needed to make room for footer */
}

#footer {
	width: 939px;
	clear: both;
	height: 32px;
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 10px 20px 10px 20px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p {
	margin-top: 0;
}/*clear top margin for mozilla*/

#centrecontent {
	width: 561px;
	float: left;
	padding: 10px; /* bottom padding needed to make room for footer */
}

#centrecontent p {
	padding-left: 3px;
}

#clearfooter {
	width: 100%;
	height: 52px;
	clear: both;
} /* to clear footer */
