A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}

body {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background-color: #869D9D;
	}
#flash {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	position: relative;
	}
	
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 175px;
	position: relative;
	text-align: center;
	}
#menu {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	position: relative;
	width: 500px;
	color: #ffffff;
	font-size: 12px;
	}
#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
	width: 750px;
	height: auto;
	}
#pic {
	float: left;
	width: 150px;
	height: 110px;
	text-align: center;
	position: relative;
	left: 5px;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
#deletepic {
	float: left;
	width: 150px;
	height: 200px;
	text-align: center;
	position: relative;
	left: 5px;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
	
