body{
	font-family: Arial, Helvetica, san-serif;
	}
img{
	border: none;
	}
a{
	text-decoration: none;
	color: white;
	}
a:hover{
	color: gray;
	}
#page{
	margin: 5px auto;
	width: 777px;
	}
#header{
	font-size: 24px;
	height: 214px;
	background: url('../images/header.gif') no-repeat bottom center;
	text-align: right;
	}
#header p{
	padding-top: 40px;
	margin-right: 40px;
	}
#navigation{
	background: black;
	width: 695px;
	padding: 2px;
	text-align: center;
	}
#wrap{
	background: url('../images/background.gif');
	padding: 40px;
	}
hr{
	margin-top: 5px;
	margin-bottom: 5px;}
.title{
	background: black;
	color: white;
	padding: 2px;
	}
.content{
	background: gray url('../images/texture.png');
	}
.content a{
	color: black;
	text-decoration: underline;
	}
.indented{
	padding: 10px;
	}
.centered{
	text-align: center;
	padding: 10px;
	}
#gallery{
	background: gray url('../images/texture.png');
	text-align: center;
	}
#gallery img{
	padding: 10px;
	}
#footer{
	color: gray;
	font-size: 10px;
	height: 38px;
	background: url('../images/footer.gif') no-repeat bottom center;
	text-align: center;
	}
