body {
	color: #333333;
	background: repeat url(../images/back.png);
	text-align: left;
	font: 12px "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	margin-top: 0;
	padding: 0;
}
a:link, a:visited {
	font-family:"HelveticaNeue", "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #1b5790;
}

a:hover, a:active {
	font-family:"HelveticaNeue", "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #cccccc;
	text-shadow: 0px 0px 3px aqua;
}
h1 {
	font-size: 1.8em;
	margin: 1.8em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	margin: 1.6em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}
#container {
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/middle.png);
}
#topper {
	width: 650px;
	background: url(../images/top.png) no-repeat;
	height: 74px;
}
#content {
	padding-bottom: 0;
	margin-left: 40px;
}


#footer {
	font-size: 0.8em;
	color: #999999;
	background: no-repeat url(../images/bottom.png);
	width: 650px;
	height: 72px;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footertype {
	font-size: 12px;
	color: #666666;
	text-align: center;

}
#footertype a {
	color: #e6e6e6;
	font-size: .8em;
}
#footertype p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
* {margin:0; padding:0}

