.scsu-shell-width {
	width: 730px;
}
#content {
	overflow: auto;
	background-color: #f7f5ed;
	background-image:url(images/pageback.gif);
	background-repeat:repeat-x;
	padding: 13px;
}
#topper {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#topper h2 {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	bottom: 0px;
}
#topper.student {
	background-image: url(images/student-titleshadow.gif);
	background-repeat: repeat-x;
}
#topper.faculty {
	background-image: url(images/faculty-titleshadow.gif);
	background-repeat: repeat-x;
}
#topper.alumni {
	background-image: url(images/alumni-titleshadow.gif);
	background-repeat: repeat-x;
}
#profile {
	border: 3px solid #ffffff;
	background-color: #e7dfc6;
	background-image: url(images/profileback.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	overflow: auto;
}
#profile h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px .5em 0px;
	padding: 0px;
}
#profile p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 3px;
	padding: 0px;
}
#pictured {
	border: 3px solid #ffffff;
	margin: 0px 0px 5px 10px;
	background-color: #FFFFFF;
	float: right;
	width: 320px;
	text-align: left;
}
#pictured p {
	font-size: .7em;
	margin: 0px;
	padding: 2px;
}
#navigation {
	background-color: #ffffff;
	background-image:url(images/undershadow.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 10px;
	/*border-top: 1px solid #ffffff*/;
	border-bottom: 1px solid #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#navigation h2 {
	border-bottom: 1px solid #000000;
	font-size: 1.1em;
	margin-bottom: 0px;
}
#navigation h2 a {
	text-decoration: none;
}
#navigation h2 a:hover {
	color: #000000;
}
#navigation ul {
	list-style-type: none;
	margin-top: 3px;
}
#navigation li {
	margin-top: 3px;
}
#navigation a {
	color: #990000;
	text-decoration: underline;
}
#navigation a:hover {
	color: #330000;
	text-decoration: none;
}
