body {
font-family: Trebuchet MS, Sans-serif;
margin: 0;
padding: 0;
text-align: center;
background: url(img/bg.jpg);
font-size: 13px;
}

#container {
margin: 0 auto;
padding: 0;
width: 790px;

}

#header {
text-align: center;
margin: 0 auto;
padding: 0;
background: url(img/header.jpg);
width: 790px;
height: 165px;
}

#header h1 {
	display: none;
}

p {
margin: 0;
padding: 0;
}

#menu {
margin: 0;
padding: 0 0 0 21px;
width: 790px;
height: 36px;
background: url(img/menubg.jpg) no-repeat;
text-align: left;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul  li{
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}

#menu ul li a {
text-decoration: none;
color: white;
padding: 5px 15px 5px 9px;
line-height: 36px;
font-weight: bold;
background: url(img/itemborder.gif) no-repeat center right;
}

#menu ul li a.current {
color: #ffcc01;
font-weight: bold;
}

#menu ul li a:hover {
color: #ff9c01;
}

#menu ul li a.current:hover {
color: #ff9c01;
font-weight: bold;
}

#content-bg {
	margin: 0 auto;
	padding: 0;
	background: #fdf9c9 url(img/contentbg.jpg) repeat-y;
}

#content-top {
margin: 0;
padding: 0 25px 10px 25px;
text-align: justify;
background: url(img/contenttop.jpg) no-repeat;
}

#content-top p {
padding: 15px;
}

#content-top a {
	color: #b77713;
}

a:focus, a:hover, a:active
{
   outline: none;
}

#header a img {
	border: 0;
}

.blockquote {
	border-width: 1px 0 1px 0;
	border-color: #e1da15;
	border-style: solid;
	background-color: #fff9de;
	padding: 7px 15px 15px;
	display: block;
	font-size: 15px;
	margin: 5px 50px;
	text-align: left;
	

}

.lecturer {
text-align: left;

}

img.lec {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 0 10px 5px;
	float: left;
	display: block;

}

.clearer {
	clear: both;
	
}

.name {
	font-weight: bold;
}

.country {
	font-size: 12px;
}

.subject {
	font-style: italic;
}
	
#footer {
margin: 0 auto;
padding: 0;
width: 790px;
height: 45px;
text-align: left;
background: url(img/footer.jpg);
color: white;
}

#footer p {
padding: 5px 0 0 30px;
}

.title {
	padding-top: 20px;
}

table {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

table tr td {
	text-align: left;
	padding: 5px 0 0 15px;
}