@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	background-color: #141414;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	display: block;
}

#logo {
	margin-top: 34px;
	text-align: right;
}

#logo a img {
	border: none;
}

#menu {
	font-family: "Myriad Pro", Arial, Helvetica;
	font-size: 27px;
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666666;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	display: block;
	padding: 0 15px;
}

#banner{
	margin-top: 25px;
}

h1 {
	font-family: "Myriad Pro", Arial, Helvetica;
	font-size: 32px;
	text-align: left;
	font-weight: normal;
}

#content {
	clear: both;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 180%;
}

div.flash {
	border: solid 1px white;
	width: 600px;
	height: 400px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}