*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-color: #d3d3d3;
	font-family: verdana, sans-serif;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
}

img { border: 0; }
img, div { behavior: url(templates/bright/css/iepngfix.htc) }

ol, ul {
	margin-left: 30px;
	}
	
p {
	margin-left: 15px;
	margin-bottom: 10px;
	}

a {
	color: #1e59ba;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #2ea4ff;
	}

a:visited {
	color: #5a37ae;
	}

#container {
	display: block;
	width:100%;
}

#wrapper {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:931px;
	padding: 15px;
	padding-top:0px;
	background-image: url(../images/content_back_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer {
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	padding: 20px;
	padding-top: 30px;
	height: 154px;
	width: 891px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 8pt;
	color:#595959;
}

#footer p.copyright {
	color: #222;
	float: left;
	width: 350px;
	}
	
#footer p.links {
	float: left;
	width: 510px;
	text-align: right;
	}

#footer a {
	color: #950100;
	}
	
#footer a:hover {
	color: #000;
	}