* {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
}

body {
	background-color: #141313;
}

#container {
	width: 855px;
	margin: auto;
	border: 1px solid #0e0e0e;
	background-color: #212020;
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {

}

#banner {
	height: 207px;
	background-image: url(../img/header.png);
}

#stage {
	background-color: #eee;
	padding: 10px;
	width: 582px;
	float: left;
	color: #333;
	min-height: 500px;
	line-height: 1.6em;
}


#topnavigation {
	height: 35px;
	background-color: black;
	color: white;
	list-style-type: none;
}

#topnavigation li {
	float: left;	
}

#topnavigation a {
	padding: 10px;
	display: block;
}

#topnavigation a, #subnavigation a {
	color: #2d91ba;
}

#topnavigation a:hover {
	background-color: #111;	
}

#topnavigation a:hover, #subnavigation a:hover {
	color: #75c4e5;	
}


#subnavigation {
	width: 230px;
	float: right;
	padding: 10px;
	color: #aaa;
	font-size: 0.9em;
}

#subnavigation dl {
	border-bottom: 1px dotted #333;
	margin-top: 12px;
	padding-bottom: 12px;
}

#footer {
	width: 849px; 
	float: left;
	padding: 3px;
	background-color: #050505;
	font-size: 0.8em;
	letter-spacing: 0.14em;
	text-align: center;
	color: #444;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.9em;
	margin: 15px 0;
}


h2 {
	font-size: 1.2em;
	margin: 15px 0;
}

h3 {
	font-size: 1em;
	margin: 7px 0;
}

p {
	margin: 10px 0;
}

a:link, a:visited, a:active {
	color: #1c466c;
}

a:hover {
	color: #4677a4;
}

#stage p {
	margin-left: 10px;
}

#stage ul {
	border-top: 1px dotted #888;
	list-style-type: disc;
	list-style-position:inside;
	margin: 10px;
}

#stage ul li {
	border: 1px dotted #888;
	border-top: 0;
	padding: 7px;
	background-color: #fff;
}

#stage ol {
	border-top: 1px dotted #888;
	list-style-position:inside;
	margin: 10px;
}

#stage ol li {
	border: 1px dotted #888;
	border-top: 0;
	padding: 7px;
	background-color: #fff;
}

#stage table {
	border-collapse: collapse;
	margin: 10px 10px;
}

#stage td {
	border: 1px dotted #aaa;
	background-color: white;
	padding: 7px;
	vertical-align: top;
}

#stage th {
	border: 1px dotted #aaa;
	background-color: #212020;
	padding: 7px;
	text-align: left;
	color: #aaa;
}

.right {
	float: right;
}

.left {
	float: left;
}

#stage img  {
	border: 1px solid #333;
	margin: 0 15px 15px 15px;	
}

dt {
	font-weight: bold;
}
dd {
	padding-left: 10px;
}

.agenda {
	list-style-type: decimal !important;
}

.code {
	margin: 15px 0 0 10px;
	border: 1px dotted #555;
	background-color: white;
	font-family: 'courier new';
	font-size: 1em;
	line-height: 1.1em;
	padding: 10px;
}

* html .code {
	letter-spacing: -0.05em;	
}