body,html {
	margin: 0;
	padding: 0;
	background: #33333A;
	color: black;
	height:100%;
	font-family: Century Gothic, verdana, sans-serif;
}

body {
	min-width: 742px;
}

#enc {
	margin: 0 auto;
	width: 742px;
	background-color: #666666;
	margin-top: 10px;
	
	}
	
#header {
	margin: 0 auto;
	width: 742px;
	background: #999999;
	}


#main {
	clear: right;
	float: right;
	width: 530px;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	
}
#main h2 {
	text-transform: uppercase;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #333333;
	margin-top: 16px;
	padding: 3px 0 3px 30px;
	margin-right: 10px;
	color: yellow;
}

#main a {
	color: #E0E000;
	text-decoration: none;
}

#main a:visited {
	color: #C0C000;
}

#main a:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 142px;
	margin-top: 16px;
	margin-bottom: 16px;
}

	
#nav ul {
	margin: 0;
	padding: 0;
	/*line-height: 25px;*/
	list-style: none;
}

#nav a {
	text-transform: uppercase;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #333333;
	display: block;
	color: yellow;
	margin: 0 5px 1px 10px;
	text-decoration: none;
	width: 160px;
	height: 25px;
	height: auto;;
	padding: 5px 0px 5px 30px;
	}

#nav a:hover {
	
	color: #999999;
	}

#nav ul.pages_open {
	margin: 0;
	padding: 0;
	/*line-height: auto;*/
	list-style: none;
}

#nav .pages_open a {
	text-transform: none;
	display: block;
	background: black;
	color: yellow;
	text-decoration: none;
	width: 160px;
	height: auto;
	margin: 0 5px 1px 10px;
	padding: 5px 0px 5px 30px;
}

#nav .pages_open a:hover {
	background: black;
	color: #999999;
}

#nav a.nav_open {
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav ul.pages_closed {
	display: none;
}

#footer {
	clear: both;
	background-color: #333333;
	text-align: center;
	width: 742px;
	margin:0;
	}
#footer ul{
	list-style: none;
}
#footer li{
	display: inline;
}
#footer a{
	text-transform: uppercase;
	color: yellow;
	text-decoration: none;
	margin-right: 50px;
}
#footer a:hover{
	color: #999999;
}

object.embeddedpage {
	width: 520px;
	height: 370px;
	margin-bottom: 10px;
}
