html {height: 100%;}/*part of forcing vertical scrolls*/
body {
	background: #fff;
	font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 14px; color: #555;
	min-height: 101%; /*forces a vertical scroll bar so page dosen't shift to the left if its height is less than browser window*/ 
	/*overflow-x: hidden;*/
}
/*Remove some default styles*/
* {padding:0; margin:0;} /*zero all elements with default margins and padding*/
a {
	text-decoration:none;/* bye underlines*/
	outline: none;/*remove ugly dotted line in FF*/
} 
li {list-style:none;} /* bye bye bullets on all li's*/
img, fieldset {border: none;}

/*some common styles*/
a:hover {text-decoration:underline;} /*underline links only on mouse over*/
a:link {color: #1585C6;}
a:visited {color: #7BA9CD;}
p {
 /*text-indent:10px;*/
 margin-bottom: 10px;
}
/*IDs*/
#pageContainer{position:absolute;top:0;left:50%;}
#page{position:absolute;left:-480px;top:0;width:960px;} 
#head {height:190px;width:960px;background-image:url("../images/headback.png");background-repeat:no-repeat;}
#head p{ padding:10px 10px 10px 260px}
#logo {position:absolute;top:20px;left:50px;}
#content img{
margin: 0 auto 0;
}
#footer {
height: 77px; width: 1000px;
	text-align: center;
	font-size: 11px;
	padding:3px;
	clear:both;
}
#footer li{
	display: inline;
}
#footer {
	line-height: 19px;
	padding: 20px;
}
