body {
  margin:0;
	background: #fff url('images/main_hz_bg.jpg') repeat-x;
	text-align:center;
}

/* POSITIONING DIVS
----------------------*/
#container {
  margin-left:auto;
	margin-right:auto;
	width:744px;
	text-align:left;
}
#header_top {
  margin:0; padding:0;
	width:744px;
	height:119px;
	float:left;
	background:url('images/logo_top.gif') bottom right no-repeat;
}
#header_bottom {
  margin:0; padding:0;
  clear:left;
	width:744px;
	height:77px;
	background:url('images/header_bg.jpg') no-repeat;
}
#main_content {
  padding:10px 10px 0px 10px;
	width:700px;
	clear:left;
	float:left;
}
#right_column {
  float:left;
	width:270px;
	padding:30px 0px 0px 0px;
	text-align:center;
	background:url('images/right_column_bg.jpg') no-repeat 0px 10px;
}
#sub_nav {
  margin:0; padding:0;
  clear:left;
	float:left;
	width:744px;
	height:35px;
	background:url('images/subnav_bg.jpg') repeat-x;
}
#footer {
  clear:left;
	margin-top:35px;
	width:744px;
	height:40px;
	color:#fff;
	background:#000 url('images/subnav_bg.jpg') repeat-x;
}


/* MISC BLOCK ELEMENTS
-------------------*/
#grand_photo {
  text-align:center;
	padding:20px 0px 10px 0px;
}




/* HEADER STYLES
-------------------*/
h1, h2 {
  margin:0;
	padding:5px 0px 10px 8px;
	font:27px/30px Georgia, "Times New Roman", Times, serif;
	color:#266b41;
}
h2 {
	padding:5px 0px 25px 12px;
  font:14px/20px Georgia, "Times New Roman", Times, serif;
}
h3 {
  margin:0;
	padding:10px 0px 0px 35px;
	font:14px/30px Georgia, "Times New Roman", Times, serif;
	color:#266b41;
}

/* PARAGRAPH STYLES
-------------------*/
#header_top p {
  margin:0;
	padding:84px 0px 0px 50px;
	font:30px/30px Georgia, "Times New Roman", Times, serif;
	color:#266b41;
}
p {
	margin:0 0 10px 0;
	padding:0px 0px 0px 12px;
	font:12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
}

/* ORDER LISTS
--------------------*/
#header_bottom ul, #footer ul, #sub_nav ul {
  margin:0; 
	padding:0;
	display:inline;
	list-style:none;
}
#header_bottom li {
  padding:49px 0px 0px 10px;
	float:left;
}
#footer li, #sub_nav li {
  padding:0px 0px 0px 10px;
	float:left;
}
#past-chancellors #main_content ul {
  margin:0; 
	padding:30px;
	display:inline;
	list-style:none;
	float:left;
}
#past-chancellors #main_content ul li {
  background: url('images/cir_bullet.gif') no-repeat 0 8px;
	padding-left:10px;
	font:12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
}
#right_column ul {
  margin:0;
	padding:5px 0px 0px 35px;
	list-style:none;
}
#right_column ul li {
	font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
}

/* NAVIGATION
----------------------*/
#header_bottom li a {
	padding:4px 10px;
	font:11px/20px Arial, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	color:#ebcc52;
}
#header_bottom li a:hover {
  background:#000;
	text-decoration:underline;
}
#sub_nav li a {
	padding:4px 10px 5px 10px;
	font:10px/18px Arial, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	color:#fefce7;
}
#sub_nav li a:hover {
  background:#000;
	text-decoration:underline;
}
#footer li a {
	padding:4px 10px 5px 10px;
	font:10px/18px Arial, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	color:#fefce7;
}
#footer li a:hover {
  background:#000;
	text-decoration:underline;
}

#home #main_content, #contact #main_content { width:450px; }
#contact #main_content { height:200px; }
#contact #right_column { text-align:left; }
