* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-color: #00017f;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #00017f;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	padding-top: 10px;
	height: 80px;
	text-align: right;
}

#header img {
	border: 0;
}

#content {
	background-color: #ffffff;
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content ul {
	margin-left: 2.5em;
	padding-left: 0;
	padding-bottom: 10px;
}

#content a {
	text-decoration: underline;
	color: #6061af;
}

#content a:hover {
	color: #ff0000;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
}

#content p {
	padding-bottom: 10px;
}

#menu {
	width: 760px;
	height: 40px;
	background-image: url(/images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ff0000;
	text-decoration: none;
}

#menu .mainlinks {
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#menu .customer {
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}

#footer {
	width: 780px;
	height: 44px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

#customer_msg {
	color: #ff0000;
	width: 760px;
}

#change_pw {
	float: left;
	width: 270px;
}

#stats {
	float: right;
	width: 470px;
}

.fix {
	clear: both;
}
