@import url("navigation.css");
body {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-weight: bold;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	min-width: 400 px;
	width: 100%;
}
#outer {
	border-left: 165px solid #D8D9BF;
	border-right: 0px;
	background-color: #FFFFFF;
}
#inner {
	margin: 0;
	width: 100%;
}
#header {
	background-colour: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px;
	background-color: #FFFFFF;
	height: 180px;
}
#navigation {
	width: 160px;
	float: left;
	margin-left: -160px;
	padding-left: 0px;
	position: relative;
	}
#right {
	width: 0px;
	}
	
#content {
	float: left;
	position: relative;
	margin: 6px;
}
.clear {
	clear: both;
}

#footer {
	background-color: #FFFFFF;
	position: relative;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 4px;
}

#logo {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logo img {
	margin-top: 10px;
	clear: both;
}
#metro {
	float: right;
	width: 150px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
#chair {
	float: left;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 2em;
}
#chair img {
	border: 1px solid #999999;
}
#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 2em;
	list-style-position: inside;
}
#content li {
	list-style-type: square;
}

#latestnews {
	visibility: hidden;
}

#latestnews p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: justify;
}
#content h2 {
	margin-bottom: -10px;
	color: #339999;
}
.introduction {
	font-weight: bold;
}
.image {
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
}

.noborder {
	float: right;
	margin-right: 10px;
	border: 0
}

#content h1 {
	font-size: 1.0em;
	color: #006666;
}
#content a:link, #content a:visited, #content a:active, #latestnews a:link, #latestnews a:visited, #latestnews a:active   {
	color: #006666;
	font-weight: bold;
}
#content a:hover, #latestnews a:hover  {
	color: #666666;
	font-weight: bold;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #999999;
}
.lecture {
	margin: 4px;
	padding: 10px;
	border: 1px solid #D8D9BF;
}
.lecture h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 4px 4px 4px 6px;
}
.details {
	background-color: #EFEFEF;
	padding: 10px;
}

