body {
	margin: 0;
	padding: 0;
	background: #000000 url('images/back.jpg') repeat-x;
	text-align: justify;
	color: #CCCCCC;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif
}
img.left {
	float:left;
	padding: 5px;
}
img.right {
	float:right;
	padding: 5px;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	font-weight: normal;
	color:#77ADFF;
}
h1 {
	letter-spacing: -1px;
	font-size: 3.5em;
}
h2 {
	letter-spacing: -1px;
	font-size: 2em;
}
h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#77ADFF;
}
#wrapper {
	width:900px;
	margin: 0 auto;
}
#header {
	height: 170px;
	text-align: center;
}
.menu {
	clear:both;
	height: 60px;
	background: url('images/menu.jpg') repeat-x left;
	border: 1px solid #2B2B2B;
	text-align: center;
}
.menu ul {
	margin-top: 1.5em;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	display: inline;
	text-transform: uppercase;
}
.menu a {
	background: url('images/bullet.png') no-repeat left 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	padding-right:10px;
	padding-top:18px;
	padding-bottom:0
}
.menu a:hover {
	color:#77ADFF;
}
#main {
	float: left;
	border: 1px solid #2B2B2B;
	background: url('images/main2.png') repeat-y left;
}
#content {
	float:left;
	width: 638px;
	padding: 10px 20px 10px 20px;
}
#content .module {
	border-bottom: 1px solid #2B2B2B;
}
#content .module a {
	color:#77ADFF;
}
#content .module a:hover {
	color: #FFFFFF;
}
#content .submodule {
	margin-left: 25px;
	border-top: 1px solid #2B2B2B;
}
#content .module h1 {
	font-size: 2em;
}
#content .submodule h2 {
	font-size: 1.5em;
}
#content .submodule h1 {
	font-size: 2em;
}
#content .module h2 {
	font-size: 1.5em;
}
#content .module h3 {
	font-size: 1.2em;
	color:	#77ADFF;
}
#content .submodule h3 {
	font-size: 1.2em;
	color:	#77ADFF;
}
#content .module .submodule a {
	color:#77ADFF;
}
#content .submodule a:hover {
	color: #FFFFFF;
}
#content .submodule a {
	color:#77ADFF;
}
#content .module .submodule a:hover {
	color: #FFFFFF;
}
#content td
{
	text-align: left
}
#content td .header
{
	text-align: center;
}

#content td .time 
{
	color: #FFFFFF;
	font-weight: bolder;
}
#content td .speaker
{
	color: #FFFFFF;
}
#content td .title
{
	font-style: italic;
}
.logos {
	text-align: center
}
#sidebar {
	float: right;
	width: 200px;
	padding:10px;
}
#sidebar .module {
	border-top: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar .module h1 {
	font-size: 0.9em;
	letter-spacing: -0.9px;
}
#sidebar .module ul {
	margin-left: 1em;
	padding-left: 0;
	list-style: url(images/bullet.png) outside;
	letter-spacing: -1px;
}
#sidebar .module ul a:hover {
	color:#77ADFF;
}
#footer {
	clear: both;
	margin: 0 auto 20px;
	padding: 30px 0;
}
#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: 1em;
}
#footer-left {
	float: left;
	width: 429px;
	padding: 10px;
	text-align:right;
	border-right:1px solid #2B2B2B;
}
#footer-right {
	float: right;
	width: 429px;
	padding: 10px;
	text-align:left;
	border-left:1px solid #2B2B2B;
}
.days {
	clear: both;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
}
 .days ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.days li.active{
	background: url(images/tab_a.jpg) top right ;
	}
.days li {
	margin-left: 1.5px;
	float: left;
	display: inline;
	width: 88px;
	height: 25px;
	text-transform: uppercase;
	background: url(images/tab.jpg) top right ;
	padding-top: 10px;
}

.days li a {
	color: black;
	font-weight: bold;
}
