body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-color: #0E1726;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
}

h2 {
	font-size: 18px;
}

#container {
}

#mainframe{
	margin-left:auto;
	margin-right:auto;
		width: 800px;
	background-image:url(images/mainframe_bg.jpg);
	background-repeat:repeat-y;
}

# content{
	
}
#header {
	width: 800px;
	height: 100px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

#footer {
	width: 800px;
	height: 30px;
}

.webcast {
	background-image: url(images/webcast_bg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 380px;
	padding-top: 90px;
	padding-left: 25px;
	padding-right: 35px;
	margin: 0px;
	text-align: left;
}

.agenda {
	background-image: url(images/agenda_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

.register {
	background-image: url(images/register_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
