/* CSS Document */
body{
	background-color:#ffffff;
	background-image:url(../images/skybkg.gif);
	margin: 0px;
	padding: 0px; 

}


#logo{
position:relative;
left: -4px;
}

#menu{
position:relative;
top: -4px;
}

#content{
	position:absolute;
	top: 150px;
	left: 175px;
	color: #996600;
	font-size: 110%;
	font-family:Arial, Helvetica, sans-serif;
	width: 60%;
}

#xmas{
              color: red;
}


#contactInfo{
	text-align: center;
}

#error{
	color:#FF0000;
}

.small
{
font-size: 80%;
}