#container { /* EVERYTHING goes in this div element */
	position: relative;
	margin: 0px auto;
	padding-top: 110px; /* path starts under the absolutely positioned stuff*/
	width: 865px;}
#logo { /* little shield logo */
	position: absolute;
	top: 1em;}
#main_logo {
	position: absolute;
	top: 1em;
	left: 100px;
	width: 765px;
	height: 100px;}
#top_right { /* picture in the corner */
	position: absolute;
	width: 100%;
	top: 1em;
	z-index: 10;
	text-align: right;}
#path { /* path to college begins...*/
	position: relative;
	width: 100%;
	padding: .5em 0em .5em 0em;
	font-style: italic;
	font-size: 115%;
	background-color: #ffcc00;
	color: #983337;
	text-indent: .5em;}
#navbar , #navbar_b {  /* top and bottom navigation bars */
	position: relative;
	width: 100%;
	padding: .5em 0em .5em 0em;
	background-color: #ffcc00;
	font-weight: bold;
	font-size: 110%;
	color: #983337;}
#navbar_b { /* bottom nav bar is pseudo-centered */
	text-indent: 170px;
	font: 80% sans-serif;
	clear: both;}
#main_content { /* everything specific for each page goes in this div*/
	text-align: left;
	position: relative;
	width:100%;
	padding: 1em 0em 1em 0em;}
.inner_con {
	position: relative;
	float: left;
	width: 100%}
#footer {
	position: relative;
	text-align: center;
	padding: 1em 0em 1em 0em;
	font-size: 75%;
	width:100%;}
body {
    padding-left: 0;
	margin:0;
    color: #611424;
    background-color: #ffffff;
	color: #000000;
    font-family: "Times New Roman", Times, serif;
	width: 100%;}
a.nav {
	padding: .5em .5em .5em .5em;}
a.nav_b {padding: .5em 1em .5em 1em;}
a.nav:visited , a.nav_b:visited, a.nav:link, a.nav_b:link {
	text-decoration: none; 
	color:#983337}
a.nav:hover, a.nav_b:hover {
	background-color:#983337; 
	color:#ffcc00}
/* misellaneous text properties */
span.ub { 
	font-weight: bolder;
	text-decoration: underline}
span.b {font-weight: bolder}
li { margin-top:1em;}

/* todo:
board
*/