* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#174D8C;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
.clearer {
	clear:both;
}
#page-wrapper {
	background-image:url(../images/outer-shadow.jpg);
	background-repeat:repeat-x;
	background-color:#113967;
}
#outer-wrapper {
	width:975px;
	margin:auto;
	background-image:url(../images/right-shadow-bottom.jpg);
	background-repeat:repeat-y;
	background-position:bottom right;
}
#outer-wrapper-2 {
	width:975px;
	background-image:url(../images/left-shadow-bottom.jpg);
	background-repeat:repeat-y;
	background-position:0 1150px;
}
#shadow-left {
	width:975px;
	background-image:url(../images/left-shadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
#shadow-right {
	width:975px;
	background-image:url(../images/right-shadow.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:transparent;
}
#inner-wrapper {
	width:955px;
	margin:auto;
}


#footer {	
	height:179px;
	width:955px;
	background-image: url(../images/footer.jpg);
	background-repeat:repeat-x;
}
#footer #copyright {
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	padding-top:165px;
}