* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, dl dt {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	letter-spacing: 0.025em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.5em;
}

h1, h2, h3, dl dt {
	color: #045b71;
}
	
h3 {
	padding: 0 0 20px 0;
	margin: 10px 0 0;
}

dl dt {
	font-size: 1.47em;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Begin Typography & Colors */
body {
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 992px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #7C7C7C url('../img/body.jpg') repeat-x top left;
}

#content_sub {
	position: absolute;
	top: 0;
	left: 772px;
	width: 190px;
	height: 171px;
	background-color: #7c7c7c;
}

#content_sub a {
	position: fixed;
	display: block;
	text-indent: -10000em;
	width: 363px;
	height: 171px;
	background: #7C7C7C url('../img/sidebar.jpg') no-repeat;
}

#content_sub p strong {
	position: fixed;
	top: 171px;
	display: block;
	width: 190px;
	padding: 130px 0 0 12px;
	font-size: 1.2em;
	font-weight: normal;
	background: url('../img/uni_logos.jpg') no-repeat 0 10px;
	color: #fff;
}

#header {
	background: #7C7C7C url('../img/header.jpg') no-repeat 56px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fefefe;
}

#header {
	margin: 0;
	margin-right: 220px;
	padding: 0; 
	height: 97px; 
	min-width: 630px;
}


#header ul {
	min-width: 430px;
	height: 80px;
	line-height: 1em;	
	margin: 0 0 0 45px;
	padding: 0 15px 15px 15px;	
}

#header ul li {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #2B86BA;
	background-color: #38a8ea;
	opacity: .9;
}

#header ul li a {
	display: block;
	width: 88px;
	padding: 16px 6px 18px;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-size: 1.1em;
	white-space:nowrap;
	color: #000;	
}
	
#content-wrapper {
	min-width: 700px;
}

#content {
	padding-left: 133px;
	margin-left: -77px;
	font-size: 1.2em;
	background: url('../img/left-bar.jpg') repeat-y 15px 1px;
}

#content #page .entry {
	line-height: 1.4em;
}

#content #page {
	min-height: 500px;
	background-color: #d0c9c9;
	border: 1px solid #fff;
	border-top: none;
}

#content #page {
	padding: 10px;
	margin: 0;
	margin-right: 220px;
}

#content .post hr {
	display: block;
}

#content .post .entry {
	margin-left: 214px;
}

#content #page .entry dl.board-members img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #000;
}

#content #page .entry dl.board-members dt {
	margin-top: 10px;
	margin-bottom: 0;
	
}
#content #page .entry dl.board-members dt.portrait {
	border-top: 2px solid #045b71;
}
#content #page .entry dl.board-members dt.chairman {
	border: none;
}
#content #page .entry dl.board-members dt.chairman img {
	margin-top: 0;
}

#content #page .entry dl.board-members dd {	
	padding: 10px 0 0;	
	margin-left: 110px;
}

#content p {
	padding-bottom: 18px;
}

#content ul {
	margin-left: 15px;
}

#content li {
	padding-bottom: 9px;
}


#content .img-block {
	float: left;
	padding: 0 12px 6px 0;
	font-size: 0.9em;
	color: #fff;
}
	
#content .img-block img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #000;
}

#content .post .entry div.vcard {
	padding-bottom: 18px;
}

#content .post .entry div.vcard p {
	margin: 0;
	padding: 0;
}

#content .post .entry div.vcard span.type {
	float: left;
	display: block;
	width: 21px;
}

#content a:visited {
	color: #b85b5a;
}


/* custom page styles */

.home #home, .board a#board, .what a#what, .where a#where, .news a#news, .contact a#contact, .progress a#progress {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}