body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0px;
}

a:link, a:visited {
	color: #00007D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #21dbff;
	text-decoration: none;
	font-weight: bold;
}

#shadowContainer {
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	width: 798px;
	position: relative;
	left: 50%;
	margin-left: -399px;
}

#container {
	position: relative;
	width: 768px;
	margin-left: 15px;
}

#header {
	width: 768px;
	height: 131px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#links {
	margin-top: 77px;
	float: right;
}
#linksContent {
	background-color: #FFFFFF;
	float: right;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	font-variant: small-caps;
	font-weight: bold;
}
#linksContent img {
	border: 0px;
}
#linksLeft {
	background-image: url(../images/link-left.gif);
	width: 36px;
	height: 35px;
	float: right;
}
#linksRight {
	background-image: url(../images/link-right.gif);
	width: 15px;
	height: 35px;
	float: right;
}

#viewer {
	width: 768px;
	margin-bottom: 10px;
}

#body {
	margin-left: 10px;
	margin-right: 10px;
}
#body h1 {
	font-size: 24px;
	margin-top: 0px;
}

#leftColumn {
	float: left;
	width: 490px;
}
#rightColumn {
	float: right;
	width: 250px;
}

#footer {
	width: 798px;
	height: 35px;
	position: relative;
	left: 50%;
	margin-left: -399px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footerText {
	width: 728px;
	position: relative;
	left: 50%;
	margin-left: -364px;
	font-size: 12px;
}
#footerLinks {
	float: left;
}
#footerAd {
	float: right;
}

.box {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.boxBottom {
	padding: 10px;
	background-image: url(../images/box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.boxBottom .title {
	font-weight: bold;
	font-size: 16px;
}




#indexLeft {
	float: left;
	width: 220px;
	background-color:#CCC;
	font-size: 12px;
	padding: 10px;
}
#indexRight {
	float: right;
	width: 220px;
	background-color:#CCC;
	font-size: 12px;
	padding: 10px;
}