body {
	background-image: url(images/bg.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#navigation {
	background-color: #000099;
}
		
#navigation a {
	text-decoration: none;
	text-align: left;
	display: block;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
	
#navigation a:hover {
	background-color: #0000CC;
	text-decoration: underline;
}
	
#centercontent {
	margin: 5px;
	padding: 5px;
	border: 1px double #000000;
	background-color: #FFFFFF;
	text-align: left;
}

#centercontent a {
	text-decoration: underline;
}

#centercontent h1 {
	text-decoration: underline;
}

#centercontent dt {
	font-weight: bold;
	line-height: 1cm;
	font-size: large;
}

#rightcontent a {
	color: #FFFFFF;
	display: block;
	text-align: left;
}

#rightcontent a:hover {
	text-decoration: underline;
}

#rightcontent h4 {
	color: #FFFFFF;
}


#rightcontent {
	padding: 5px;
	color: #FFFFFF;
}

.right {
	float:right;
	margin-left: 5px;
	border: 1px solid #000000;
	clear: right;
}

.left {
	float:left;
	border: 1px solid #000000;
	margin: 0 5px 0 0;
}#photos:hover {
	background-color: #CCCCCC;
	display:block;
}

