/* CSS Document */
/* Orange #f3601b */
/* Whitish #c8c7c7 */
body {
	margin: 0px;
	padding: 0px;
	font-Family: Verdana , Arial, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
	text-transform:lowercase;
}
#wrapper {
	margin: 0px auto;
	padding: 250px 0px 0px;
	width: 800px;
	min-height:340px;
	height: auto !important;
	height: 340px;
	background-image: url(images/xmastreetop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	color: #055794;
	font-size: 20px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background: url(images/header.jpg) no-repeat left top;
	height: 175px;
}
#content {
	background: #ffffff url(images/content.jpg) no-repeat left top;
	margin: 0px;
	padding: 73px 84px 0px 78px;
	width: 798px;
	height: 500px;
}
#footer {
	width: 940px;
	height: 105px;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
}
img 
{
		border:0;
}
a 
{
		text-decoration:none;
		color:Red;
}

