/* CSS Document */

html {
	padding: 0;
	margin: 0;
	background: url(../grfx/body_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

body {
	margin: 0;
	padding: 0;
}



#shadow {
	background: url(../grfx/content_shadow.png) center repeat-y;
	padding: 0;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
}	

#wrapper {
	width: 760px;
	padding: 0;
	margin: 0 0 0 6px;
}

#header {
	background: url(../grfx/header_bg.jpg) top left repeat-x;
	height: 46px;
	width: 725px;
	padding: 30px 0 0 35px;
}

#graphic_holder {
	padding: 0;
	background: #fff;
	margin: 4px 0 0 0;
	height: 214px;
	width: 760px;
}

#content {
	padding: 5px 0 0 50px;
	width: 660px;
	margin: 0;
}

#content img {
	border: solid 1px #3d78b0;
}

td {
	height: 22px;
	padding: 3px 0 0 0;
}

.tables {
	width: 100%;
	text-align: center;
	font-size: 0.85em;
}

#footer {
	background: url(../grfx/footer.jpg) top left repeat-x;
	height: 39px;
	width: 778px;
	text-align: center;
	padding: 9px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 0.78em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}