/* Looking for the CSS vertical centering? http://tutorials.alsacreations.com/centrer/ */

html {
	background-color: black;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	/* Tahoma, Geneva, sans-serif */
	font-size: 14px;
	color: white;
}

html, body {
	margin: 0;
	padding: 0;
}

p {
	display: table-cell;
	vertical-align: middle
}

table.specifications {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
}

table.specifications td {
	vertical-align: top;
	margin: 0;
	padding: 3px;
}

.main {
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 1024px;
	height: 580px;
	margin-top: -290px;
	margin-left: -400px;
}

.main2 {
	margin: 10px auto 0 auto;
	width: 800px;
	height: 480px;
}

.maintop {
	position: absolute;
	left: 510px;
	top: 0;
}


.mainmiddle {
	position: absolute;
	left: 510px;
	top: 230px;
}

.mainbottom {
	position:absolute;
	bottom: 10px;
	left: 510px;

}

.mainleft {
	float: left;
	width: 590px;
	padding-bottom: 10px;
}

.mainright {
	padding-left: 10px;
	float: right;
	/*border-left: 2px solid #aaa;*/
	width: 180px;
	height: 100%;
}


.header {
	color: #aaa;
	font-family: "Georgia", serif;
	font-size: 35px;
}

.sub {
	color: #aaa;
	font-family: "Georgia", serif;

	font-size: 25px;
}

ul.agenda {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.agenda li {
	width: 80px;
	float: left;
	border-left: 1px solid #aaa;
	margin: 0;
	padding: 10px;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #aaa;
}

ul.menu li {
	padding: 0 0 3px 10px;

}

ul.menu li.title {
	color: #aaa;
	padding: 0 0 3px 0;
	font-family: "Georgia", serif;
	font-size: 25px;
}

a {
	color: #D2C226;
	text-decoration: none;
}

a:hover {
	color: #B00;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	background-color: #aaa;
	margin: 10px 0 10px 0;
	padding: 0;
}
