

/* general */

body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	background-color: transparent;
	margin-left: -265px;
	position: absolute;
	top: -170px;
	left: 50%;
	width: 530px;
	height: 340px;
	visibility: visible;
}



/* backgrounds */

.divider {
	background-image: url("../img/div.gif");
	background-repeat: repeat-x;
}

.thumbactive {
	background-color: #C8221F;
	padding: 7px;
}

.thumbgray {
	background-color: #4D4D4D;
	padding: 7px;
}

.thumbdarkgray {
	background-color: #4D4D4D;
	padding: 7px;
}

.thumbgray:hover {
	background-color: #666666;
	padding: 7px;
}



/* links */

a, a:active, a:visited {
	color: #849BA5;
	text-decoration: underline;
}

a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

a.menu, a.menu:active, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}



/* text styles */

.submenu {
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 2px 0 0 0;
}



/* images */

.framed {
	background-color: #4D4D4D;
	padding: 24px;
}

.thumb {
	border: 1px solid #333333;
}