body {
	font-family: arial, sans-serif;
	background: black;
}

#frontwrapper {
	width: 750px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

#frame-top, #frame-left, #frame-bottom, #frame-right {
	z-index: 10;
	position: relative;
}

#frame-left {
	top: 0px;
	left: 6px;
}

#frame-top {
	top: -419px;
}

#frame-right {
	right: 5px;
}

#frame-bottom {
	top: -220px;
}

#banner {
	display: block;
	margin: 0px auto;
}

.toppics {
	border: none;
	position: absolute;
	z-index: 20;
}

#about {
	top: 100px;
	left: 100px;
}

#studentres {
	top: 110px;
	right: 100px;
}

#gallery {
	top: 340px;
	left: 100px;
}

#wishlist {
	top: 320px;
	right: 110px;
}

#photodisplay {
	position: absolute;
	z-index: -20;
	top: 200px;
	left: 220px;
}

#bigwrapper {
}

#contentwrapper {
	position: relative;
	text-align: left;
	background: white;
	border: 2px solid red;
	padding: 20px 30px 20px 20px;
	margin: 0px 40px 50px 120px;
}

#contentwrapper h1 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: red;
	font-size: 19px;
}

#contentwrapper h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
	color: #333;
}

#contentwrapper a:link, #contentwrapper a:visited {
	color: #333;
}

#contentwrapper a:hover, #contentwrapper a:active {
	color: red;
}


#contentwrapper p {
	font-size: 14px;
	margin-top: 0px;
	padding: 0px;
	line-height: 1.4em;
}

#contentwrapper img.sidepic {
	position: relative;
	float: right;
}

#contentwrapper ul {
	list-style-image: url(/i/bullet.jpg);
}

#contentwrapper ul li {
	margin-bottom: 10px;
}


#contentwrapper ul li a {
	vertical-align: 5px;
}

#breadcrumbs p, #breadcrumbs h1 {
	vertical-align: middle;
	display: inline;
}

#breadcrumbs p {
	font-size: 12px;
	color: #333;
}

#breadcrumbs p img {
	margin: 0px 10px;
}



#navlist {
	width: 120px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#navlist li {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	letter-spacing: 2px;
}

#navlist li a:link, #navlist li a:visited {
	color: white;
	text-decoration: none;
}

#navlist li a:hover, #navlist li a:active {
	color: red;
}



#footer {
	text-align: center;
	margin: -20px auto 30px auto;
	font-size: 14px;
	color: white;
	font-weight: bold;
	width: 550px;
}

#footer p {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#footer p a {
	margin: 0px auto;
	color: red;
}

