@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #F7E5D4;
	background-image: url(images/background.gif);
	font-family: tahoma, verdana, arial;
}

#header{
	margin: 0 auto;
	margin-top: 2%;
	background-color: #A5652A;
	border: thin solid black;
	border-bottom: none;
	height: 15%;
	width: 80%
}

#nav{
	margin: 0 auto;
	margin-bottom: 2%;
	background-color: #A5652A;
	border: thin solid black;
	border-top: none;
	height: 23px;
	width: 80%;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
}

#nav a:hover{
	color: black;
	background-color: #F7E5D4;
	background-image: url(images/background.gif);
	border: thin black solid;
	border-bottom: none;
	padding: 7px;
	padding-bottom: 5px;
}

#center{
	margin: 0 auto;
	width: 80%;
	height: 60%;
	margin-bottom: 2%;
}

#photo{
	float: left;
	background-color: #2C5C7C;
	border: thin solid black;
	height: 98%;
	width: 20%;
	padding: 5px;
}

#photo marquee{
	height: 98%;
	padding: 3px;
}

#content{
	float: right;
	background-color: #FFFFFF;
	border: thin solid black;
	height: 98%;
	width: 76%;
	overflow-y: scroll;
	padding: 5px;
}

#footer{
	margin: 0 auto;
	margin-bottom: 2%;
	background-color: #A5652A;
	border: thin solid black;
	min-height: 35px;
	height: 6%;
	width: 80%;
	text-align: center;
	font-size: 85%;
}

#image{
	border:thin dashed #999999;
	font-size:11px;
	font-style:italic;
	padding:5px;
	text-align:center;
}

a:visited{
	color: white;
}

h1{
	color: white;
	font-size: xx-large;
	padding: 5px;
}
	
	

