/* CSS Document */

body {
	background-color: #175ed2;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
    margin: auto;
    width: 900px;
}

#header {
	height:335px;
	width:900px;
	background-image:url(images/new_header.gif);
	background-repeat: no-repeat;
}

#header_text {
	font-size:18px;
	font-weight:bold;
	color:#777777;
	padding-left:350px;
	padding-top:175px;
}

#content {
	height:1400px;
	background-image:url(images/new_body.gif);
	background-repeat:repeat-y;
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 0 0 0;
}

#aweber {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-color:#000000;
	border-style:solid;
	padding: 10 10 10 10;
	width: 300px;
}

#footer {
	height:140px;
	width:900px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}

#table {
	text-align: center;
}

#title {
	text-align:center;
}

#copyright {
	text-align: center;
	font-size:12px;
	color:#FFFFFF;
}

#navigation {
	text-align: center;
	font-size:12px;
	background-image:url(images/new_body.gif);
	background-repeat:repeat-y;
}

h1 {
	color:#FF0000;

	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

#red {
	color:#C00000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
