body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
}
#wrapperhome {
	position: relative;
	left: 10px;
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/viewhome.jpg);
	background-repeat: no-repeat;
}
#wrapperpics {
	position: relative;
	left: 10px;
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
}
#pics {
	position: absolute;
	left: 92px;
	top: 170px;
	width: 658px;
	height: 553px;
	text-align: center;
}
#title {
	position: absolute;
	left: 400px;
	top: 50px;
	width: 400px;
	height: 50px;
	color: #990000; 
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}
#navigation {
	position: absolute;
	left: 250px;
	top: 50px;
	vertical-align: top;
}
#navigation li {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: right;
	list-style: none;
}
#navigation li a {
	color: #990066;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FF0000;
}
#homepic {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 137px;
	height: 160px;
	background-image: url(images/thevictoriafuzzy.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
#quote {
	position: absolute;
	right: 50px;
	top: 220px;
	width: 137px;
	height: 60px;
	color: #990000; 
	font-style: italic;
}
#announcement {
	position: absolute;
	top: 198px;
	left: 261px;
	width: 367px;
	color: #990000;
	font-style: bold;
	text-align: justify;
}
#logos {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 215px;
	height: 150px;
}

.normal {
	font-size: .7em;
}
