body{
	margin: 0;
	padding: 0;
	background-color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container{
	width: 799px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-y;
}
#watermark{
	background: url(../images/watermark.jpg) no-repeat bottom right;
}
#header{
	height: 245px;
	background: url(../images/header.gif) no-repeat;
}
#header h1, #header h2{
	display: none;
}
#main{
	margin: 25px 0 0 28px;
}
/* MENU */
#menu{
	width: 145px;
	float: left;
}
#menu ul, #menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a{
	display: block;
	text-indent: -1000px;
	height: 30px;
	width: 145px;
	background: url(../images/menu.jpg) no-repeat;
}
#programme a{ background-position: 0 0; }
#programme a:hover, #programme .active{ background-position: -145px 0; }
#energyresources a{ background-position: 0 -30px; }
#energyresources a:hover, #energyresources .active{ background-position: -145px -30px; }
#speakers a{ background-position: 0 -60px; }
#speakers a:hover, #speakers .active { background-position: -145px -60px; }
#registration a{ background-position: 0 -90px; }
#registration a:hover, #registration .active{ background-position: -145px -90px; }
#route a{ background-position: 0 -120px; }
#route a:hover, #route .active{ background-position: -145px -120px; }
#contact a{ background-position: 0 -150px; }
#contact a:hover, #contact .active{ background-position: -145px -150px; }
#news a{ background-position: 0 -180px; }
#news a:hover, #news .active{ background-position: -145px -180px; }
#home a{ background-position: 0 -210px; }
#home a:hover, #home .active{ background-position: -145px -210px; }

/* CONTENT */
#content{
	padding-left: 45px;
	width: 510px;
	float: left;
	color: #122b68;
	font-size: 12px;
	line-height: 18px;
}
#content a{
	color: #122b68;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #122b68;
}
#content h1{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#contentbottom{
	margin: 0 50px 0 25px;
	padding: 0;
	clear: both;
}
#logouniversity{
	float: left;
}
#logoimpact{
	float: right;
}
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
/* */
#footer{
	width: 799px;
	margin: 0 auto;
	color: #fff;
	background: url(../images/bg_footer.jpg) repeat-y;
	height: 25px;
}
#email{
	position: absolute;
	padding: 3px;
}
#email a{
	font-size: 12px;
	font-weight: bold;
	font: italic;
	color: #fff;
	text-decoration: none;
	margin-left: 45px;
}
#copyrights{
	position: absolute;
	width: 745px;
	padding: 5px;
	font-size: 10px;
	text-align: right;
}
#register{
	margin-top: 10px;
}
#register input{
	width: 200px;
}
#register .error{
	border: 1px solid #f00;
}
#register .btn{
	width: 100px;
}
#register table{
	background-color: #fff;
}
#register td{
	background-color: #cacfe9;
}