#wrapper #header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
	background-color: #0C3646;
	background-image: url(../images/header_image.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bg.png);
	background-color: #FFFFFF;
}
body {
	margin: 10px;
	background-color: #666;
}
.leftcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.rightcolumn {
	margin: 0px;
	padding: 0px;
	width: 540px;
	float: right;
}
.clearfloats {
	clear:right;/*originally both*/
}
#middlesection {
	overflow: visible;
}
#middlesection #navigation {
	background-color: #0C3646;
}
#middlesection #content {
	background-color: #FFF;
	padding-bottom:40px;
}
#footer {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}
#navigation a {
	display: block;
	border-right: 10px solid #0C3646;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
}
#navigation a:hover {
	border-right: 10px solid #C00;
	text-decoration: none;
	background-color: #12546D;
}
#navigation li {
	font-size: 0.7em;
	color: #52A6C5;
}
#footer #footertext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding-right: 20px;
	text-align: right;
}
#content h1,#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #CC0000;
	font-weight: normal;
}
#content h2 {
	font-size: 1em;
}
#content p,#content li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.75em;
	margin-right: 110px;
	margin-left: 20px;
}
#content #sponsors {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	background-image: url(../images/sponsors_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.5em;
}
#sponsors a {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 41px;
	display: block;
	margin-right:auto;
	margin-left:auto;
	position: relative;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sponsors a:hover {
	color:#666;
	background-position: -41px 0px;
}
#sponsors a#fokussponsor {
	background-image: url(../images/fokus_logo.png);
}
#sponsors a#tekelecsponsor {
	background-image: url(../images/tekelec_logo.png);
}
#sponsors a#snomsponsor {
	background-image: url(../images/snom_logo.png);
}
#sponsors a#utimacosponsor {
	background-image: url(../images/utimaco_logo.png);
}
#sponsors a#tonlinesponsor {
	background-image: url(../images/tonline_logo.png);
}
#sponsors a#acmsponsor {
	background-image: url(../images/acm_logo.png);
}

#header a#home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
	top:20px;
	left:20px;
	width:760px;
	height:160px;
	display:block;
	font-size: 10px;
	line-height: 300px;
	overflow: hidden;
	text-indent: 10px;
}
#header a:hover#home {
	color:#CC0000;
}
.addtopspace {
	padding-top: 10px;
}
#longlists p {
	line-height: 1.4em;
	padding-bottom: 10px;
}
#content a img {
	padding:5px;
	border: solid 2px #FFF;
}
#content a:hover img {
	border: solid 2px #BBB;
}
#footertext img {
	border: none;
}
#content a.logos {
}
td.timecolumn {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 0.7em;
	color: #888;
	width: 10%;
	vertical-align: text-top;
}
td.normal {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	vertical-align: text-top;
	width: 85%;
}
#content td.normal p  {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: bold;
}
#content td.normal h4  {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #0C3646;
}
#content table {
	width: 480px;
}
td.speaker {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 1.1em;
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
	font-size: 0.9em;
}
td.quarters {
	color: #666666;
	vertical-align: text-top;
	width: 5%;
	white-space: nowrap;
}
td.timecolumn img {
	vertical-align: text-bottom;
}
.hour {
	font-size: large;
	font-weight: bold;
}
.mins {
	vertical-align: 50%;
}

