body {
	background-color: #424242;
	color: #fff;
}

#container h1 {
	color: #fff;
	font: 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-top: 1.5em;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

div#flashcontent {
	height: 600px;}

#loader {
	height: 551px;
}

#header {
	width: 750px;
	height: 60px;
	border-bottom: 2px solid #fff;
	margin-bottom: 1em;
}

#header img {
	float: left;
}

/* @group Menu */

#menu {
	float: right;
}

#menu ul li.active a {
	border-bottom: 1px solid #fff;
	color: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #e5e5e5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 34px .8em 0;
}

#menu a:hover {
	border-bottom: 1px dotted #e5e5e5;
	text-align: center;
}

/* @end */

/* @group submenu */

#submenu {
	float: left;
	width: 750px;
	background-color: #4f4f4f;
	height: 25px;
	clear: both;
	margin-top: 26px;
	text-align: center;
}

#submenu ul li.active a {
	color: #fff;
}

#submenu ul li.active {
	background-color: #424242;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li {
	float: left;
	display: block;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

#submenu a {
	display: block;
	text-decoration: none;
	color: #e5e5e5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#submenu a:hover {
	text-align: center;
}

/* @end */

#container center {
	margin-top: 1em;
}

#content {
	margin-top: 1em;
	min-height: 300px;
}

#content p {
	padding-bottom: 10px;
	margin-left: 350px;
	font: 1.1em/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img.floatleft {
	float: left;
}

#caption {
	width: 750px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
}

#footer {
	background-color: #4f4f4f;
	padding: 10px;
	text-align: right;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#footer p {
	color: #fff;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p a {
	color: #fff;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}




