/* CSS Document */

body
{
	background:url(../images/backgroundGrey.jpg) top no-repeat;
	/*background-image:url(../images/throatCut.jpg);*/
	
	background-repeat:repeat;
	/*background-position:center;
	background-color:#000000;
	height:750px;
	width:500px;
	margin-left:30%;
	margin-top:10%;*/
}

#wrapper
{	
	background-image:url(../images/shoppedTree.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:331px;
	width:518px;
	float:right;
	/*background-color:#333333;padding-left:10%; padding-left:2px;*/
	margin-right:15px;	
	margin-top:15px;
	border:#000000 thick;
	
	
	
}

#header
{	
	margin-left:2px;
}


#header h4
{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	color:#666666;
	/*float:left;
	font-style:italic;*/
}

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

#legal
{
	padding-top:155px;
	float:left;
	width:175px;
}
#legal p
{
	font-size:10px;

}