@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: center;
	margin-top: -20px;
}

div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	text-align: left;
	width: 100%;
	padding-bottom: 100px;
}

img#logo {
	margin: 0px;
	float: left;
	width: 385px;
}

p {
	font-size: 12.5px;
	line-height: 16px;
	margin: 0px;
	float: right;
	width: 260px;
	padding-top: 65px;
}

div#flash {
	margin-top: 50px;
}

div#footer {
	width: 100%;
}

h3 {
	font-size: 11.5px;
	margin-top: 25px;
	font-weight: normal;
}

h3 a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

h3 a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

h3 a:hover {
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
}

h3 a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

