body {
	font-family: sans-serif;
	font-size: 11pt;
	background-color: #691511;
}

#body {
	padding: 20px;
	width: 800px;
	background-color: white;
}

h1 {
	font-family: serif;
	font-weight: normal;
}

h2 {
	font-family: serif;
	font-weight: bold;
	font-size: 14pt;
}

a,a:visited,a:active {
	color: #691511;
}

a:hover {
	color: red;
}

img {
	text-align: center;
}

hr {
	margin: 40px 0px;
	height: 1px;
	color: silver;
}

li {
	margin: 5px 0px;
}

#title_img {
	position: absolute;
	z-index: 1;
}

#uni_header {
	text-align: right;
	height: 50px
}

#uni_header img {
	border-width: 0px;
}

#uni_header p {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

#menu {
	text-align: right;
	height: 100px;
	font-size: 10pt;
	padding-top: 200px;
}

table.menu td.isactive {
  color:#fee142;
  font-weight:bold;
  text-transform:uppercase;
}

#menu a {
	text-decoration: none;
}

#menu li {
	list-style-type: none;
}

#title {
	position: relative;
	font-size: 30pt;
	font-family: serif;
	text-align: right;
	padding-top: 60px;
	z-index: 2;
}

.gallery {
	text-align: center;
}

.gallery img {
	margin: 5px;
	border-width: 1px;
}

.copyright {
	font-size: 8pt;
}