body {
	background-image:url('images/body-background.jpg');
	background-repeat:repeat-x;
	background-color:#070606;
	text-align:center;
}

#top-border {
	background-image:url('images/top-border.jpg');
	background-repeat:no-repeat;
	height:17px;
	width:974px;
	margin:35px auto 0px auto;
	padding:0px;
}

#bottom-border {
	background-image:url('images/bottom-border.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:17px;
	width:974px;
	margin:0px auto 35px auto;
	padding:0px;
}

#wrapper {
	background-image:url('images/wrapper-background.jpg');
	background-repeat:repeat-y;
	width:954px;
	margin:0px auto;
	padding:10px;
	text-align:center;
}

#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	height:190px;
	width:907px;
	margin:5px auto 10px auto;
}

#footer {
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:65px;
	width:400px;
	margin:10px auto 5px auto;
}

.content-layout {
	width:907px;
	margin:10px auto;
}

.content-layout td {
	padding:0px;
}

.content-layout .nw-corner {
	background-image:url('images/nw-corner.jpg');
	background-repeat:no-repeat;
	height:35px;
	width:35px;
}

.content-layout .ne-corner {
	background-image:url('images/ne-corner.jpg');
	background-repeat:no-repeat;
	height:35px;
	width:35px;
}

.content-layout .sw-corner {
	background-image:url('images/sw-corner.jpg');
	background-repeat:no-repeat;
	height:35px;
	width:35px;
}

.content-layout .se-corner {
	background-image:url('images/se-corner.jpg');
	background-repeat:no-repeat;
	height:35px;
	width:35px;
}

.content-layout .n-border {
	background-image:url('images/n-border.jpg');
	background-repeat:repeat-x;
	height:35px;
}

.content-layout .s-border {
	background-image:url('images/s-border.jpg');
	background-repeat:repeat-x;
	height:35px;
}

.content-layout .e-border {
	background-image:url('images/e-border.jpg');
	background-repeat:repeat-y;
	width:35px;
}

.content-layout .w-border {
	background-image:url('images/w-border.jpg');
	background-repeat:repeat-y;
	width:35px;
}

.content-layout .content-area {
	background-image:url('images/content-box-background.jpg');
	background-repeat:repeat-xy;
	padding:15px 0px;
	vertical-align:top;
	text-align:center;
	font-size:14pt;
	font-family:Tahoma, Verdana, sans-serif;
	color:#ffffff;
}

.white .nw-corner {
	background-image:url('images/nw-corner-white.jpg');
}

.white .ne-corner {
	background-image:url('images/ne-corner-white.jpg');
}

.white .sw-corner {
	background-image:url('images/sw-corner-white.jpg');
}

.white .se-corner {
	background-image:url('images/se-corner-white.jpg');
}

.white .n-border {
	background-image:url('images/n-border-white.jpg');
}

.white .s-border {
	background-image:url('images/s-border-white.jpg');
}

.white .e-border {
	background-image:url('images/e-border-white.jpg');
}

.white .w-border {
	background-image:url('images/w-border-white.jpg');
}

.white .content-area {
	background-image:url('images/content-box-background-white.jpg');
	color:#000000;
}

.content-layout .spacer {
	width:53px;
}

.content-layout a {
	color:#1430b0;
}

a img {
	border:none;
}

.right {
	float:right;
	margin:5px 40px 8px 20px;
}

.left {
	float:left;
	margin:8px 20px 5px 30px;
}

.space-below {
	margin-bottom:4em;
}

.searchable {
	display:none;
}
