* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	background-color: #095aa5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-size: 16px;
	color: #0079c1;
	line-height: 23px;
}
#shade {
	background-image: url(../images/shade.png);
	background-repeat: repeat-y;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
}


.clear {
	clear: both;
}


#wrapper {
	width: 831px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	height: 140px;
}
#nav {
	background-image: url(../images/nav.gif);
	height: 35px;
	font-family: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 22px;
}
#menu {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 123px;
}
#menu li {
	float: left;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#main {
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	padding-bottom: 25px;
}
#left {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #0079c1;
	float: left;
	width: 300px;
}
#right {
	float: right;
	text-align: right;
	color: #0079c1;
}
#main ul {
	padding-left: 25px;
}

#footer {
	background-image: url(../images/btm.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 11px;
	line-height: 29px;
	color: #FFFFFF;
	text-align: center;
}
a {
	color: #E6003F;
}
