body {
	background-color: #fed7ea;
	font-family: Helvetia, Arial, sans-serif;
	font-size: small;
}

#all {
	background-image: url(photos/background.jpg);
	background-repeat: no-repeat;
	width: 850px; 
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #444444;
	line-height: 1.2em;
}

a img {
	border-width: 0px;
}

#links {
	text-align: center;
}

#links a {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

#links a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

#links a:hover {
	color: black;
	font-weight: bold;
}

#contact {
	text-align: right;
	font-size: small;
	margin-right: 110px;
	margin-top: 22px;
}

#contact a {
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

#contact a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

#contact a:hover {
	color: black;
}

#text {
	width: 700px;
	height: 600px;
	padding-left: 75px;
	padding-top: 25px;
}


#homeinfo {
	width: 670px;
	margin-left: 85px;
	margin-top: 50px;
	line-height: 1.4em;
}

#table {
	align: right;
}




