/*==============================
	GLOBALS
Sets the default document font size, family and color
===============================*/
body
{
	font-family:Arial;
	font-size:10px; 
	color:#ffffff;
}
/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{
	width:762px; 
	min-height:600px; 
	margin-left:auto;  
	margin-right:auto; 
	/* border:solid 1px grey;  */
}
/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper
{
	width:762px; 
	height:50px; 
	background:url('images/header_bg.gif'); 
	background-repeat:repeat;
}

/*==============================
		BODY WRAPPER
===============================*/
.body-wrapper
{
	float:left; 
	width:762px; 
	min-height:446px; 
	background:url('images/header_bg.gif'); 
	background-repeat:repeat;
}
/*==============================
		FOOTER
===============================*/
.footer
{
	clear:left; 
	height:100px; 
	background:url('images/header_bg.gif'); 
	background-repeat:repeat;
}
