body 	{ 
	background-color: #333333;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12;
}

#wrapper {
	margin-left: auto;
	margin-right:auto;
	width: 980px;
	height: 100%;
	background-color: #333333;
	border:0px;
}

#header {
	color: #000000;
	font-size: 14;
	font-weight: bold;
	background: url(header2.jpg) no-repeat top right #000;
	height: 100px;
	width:980px;
	vertical-align: middle;
	display: table-cell;
}


#footer {
	float:left;
	color: #000000;
	background: url(footer2.jpg) no-repeat top right #000;
	height: 50px;
	width:980px;
	display:table-cell;
	vertical-align: middle;
}

#linkbar {
	float:left;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	height: 10px;
	border: 1px dotted #CCC;
	padding: 2px;
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
	width: 980px;
}

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

a:hover {
	color: #000;
}


#nav {

	float:left;
	display:block;
	width: 200px;
	height: 520px;
	text-align:center;
	background-color: #333333;
}

ul,
#nav ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#nav ul li a {
	display: table-cell;
	vertical-align:middle;
	width: 200px;
	height: 35px;
	background: #333333;
	color:#fff;
}

#nav ul li.selected a,
#nav ul li.selected a:hover {
	color:#fff;
	background: top left no-repeat #000000;
}

#nav ul li a:hover {
	color:#000;
	background: top left no-repeat #666666;
}


#main {
	float:left;
	position:relative;
	display:block;
	width: 780px;
	height: 540px;
	background-color: #000000;
	clear:right;
}

#container {
	height:520px;
	display:block;
	margin: 10px;
	padding-top:1px;
	background-color: #666666;
	border: 1px solid;
}
#content{
	display:block;
	height:480px;
	margin: 10px;
	text-align:left;
	/*border: 1px dotted #CCC;*/
	background-color: #666666;
}