/**
*	Wequassett Base CSS 
*
*	v1.0 4/17/06 Domani Studios
*
*
*
*/

/* HTML OVER-RIDES */
body, td, tr, th, p, form, h1, h2, h3, h4{
	font-family:	Arial,Verdana , san-serif;
	font-size:		11px; 
	line-height: 	18px;
}

body{
	background-color:#FFF;
	text-align:center;	
	
	}

a{
	color:#333333;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	color:#000000;
	}	


#center_content{
    position: absolute;
	text-align: center;	/* ie5 - win */
	width:750px;
	height:auto;
    left: 50%;
    top: 50%;
	margin: -280px 0 0 -375px;

}	

#content{
	text-align:left;
	width:770px;
	height:auto;
	margin:0 auto;
	padding:0;

}

#footer{
	font-size:9px;
	text-align:left;
	width:710px;
	margin-left:20px;
    left: 0;
	position:absolute;
	color:#999999;
	}
#footer d{
	margin-left:10px;
	color:#999999;
}
#footer d a{
	color:#999999;
}
#footer_right{
	display:inline;
	position:absolute;
	right:0;
	}
#footer_right a{
	color:#336699;
	font-size:9px;
	text-decoration:none;
}

