/* CSS Document */
#header {
	height: 160px;
	width: 780px;
	background-image: url(http://www.allsaints.ws/images/head.gif);
	background-repeat:no-repeat;
}

#container {
	width: 850px
}

#menu {
	float:left;
	margin-top: -25px;
	margin-right: 25px
}

#headLogo {
	float:right;
	width: 146px;
}

a { 
	color: #0066FF; 
}

a.visited { 
	color: #0066FF; 
}

#content {
	width: 100px;
}

#footer { 
	color: #999999;
	margin-top: 15px;
}

#footer a {
	color: #999999;
}

#footer a.visited {
	color: #999999;
}

h3 {
	color: #3366CC;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center; 
	background-color: #D6F5F7;
	background-repeat: repeat;
	background-position: center;
}