/* CSS Document */
html, body {
margin-top:0;
}

body{
background-color:#FFFFFF;
background-image:url(../Images/bg.gif);
background-repeat:repeat-x;
}

#Page
{
	width:865px;
	margin:0 auto 0;
	padding:0;
	/* IE 6 below centering */
	text-align:center;
}

#wrapper, #header
{
/* IE 6 below centering */
text-align:left;
}

#wrapper
	{
	background-color:#FFFFFF;
	position:relative;
	overflow:auto;
	}
#header
	{
	height:150px;
	}
#content
	{
	width: 655px;
	height:90%;
	float:right;
	padding:20px;	
	}
#menu
	{
	padding-top:50px;
	width:150px;
	float:left;
	}
#footer
	{
	clear:both;
	margin-top:0px;
	padding-top:0px;
	}
