#container {
	width: 768px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#left_panel {
	height: 100%;
	width: 460px;
	background-image: url(images/bg-l.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
	background-color: #FF00CC;
}
#right_panel {
	height: 100%;
	width: 288px;
	background-image: url(images/bg-r.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
	background-color: #CC0099;
}
#portrait {
	border: 5px solid #FFFFFF;
}
#name {
	padding-top: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	background-color: #ff00cc;
}
#bodytext {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
#titlebox {
	height: 280px;
}
#menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 100px;
	text-align: center;
}
#menu li a {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:hover {
	color: #FF00CC;
}
#menu {
	position: relative;
	right: 42px;
	top: 80px;
}
#schoollist {
	text-align: right;
	width: 270px;
	padding-top: 20px;
	font-size: 12px;
}
#school {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#footer {
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}
#contact {
	float: none;
	vertical-align: text-bottom;
}
#subtext {
	font-size: 12px;
}
#contentarea {
	background-image: url(images/page-corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footerarea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#shadow {
	z-index: 200;
	width: 460px;
	background-image: url(images/page-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar {
	margin: 0px;
	padding: 0px;
}
#main {
	margin-top: 20px;
}
#logo {
       margin-top: 5px;
}
#textheader {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00CC;
}
#footerarea a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footerarea a img {
	border: 0px none;
}
