body  {
	background-image: url(bkgrd-350x1px.jpg);
	background-repeat: repeat-x;
	height: 350px;
}

.wrapper  {
	align: center;
	margin-top: 10px;
	margin-left: auto; 
	width: 990px; 
	margin-right: auto;
}

.heading  {
	margin-left: 80px;
	width: 910px;
	height: 350px;
}

#title  {
	position: relative;
	top: 190px;
}

.main  {
	width: 910px;
	margin-top: 300px;
}	

.footer  {
	width: 910px;
}	

p {
	align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
	color: #999999;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, 	sans-serif;
	font-size: 100%;
	line-height: 135%;
	margin-top: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height:110%;
	color: #005e7d;
	text-decoration: none;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
	line-height: 140%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;	
	color: #005e7d;;
	text-decoration: none;
	font-weight: lighter;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
	margin-left: 115px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #005e7d;
	text-decoration: none;
}

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

a:visited {
	color: #81cada;
	text-decoration: none;
}


br {
	line-height: 14px;
}

span {
	color: #999999;
	font-weight: bold;
}

img {
	border: 0px;
}


