 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
		scrollbar-base-color: #000000;
 		background-color: #333333;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#000000,endColorStr=#666666 );
		}

 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #996666 1px solid; 
		border-bottom: #996666 1px solid;
		padding: 5px;
		height: 20px;
		background-color: #000000;
		}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #C0C0C0; FONT: bold 11px arial, sans-serif; }

.title 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }


 /* LINK COLORS */

a:link    	{ color: #FFFFFF; text-decoration: none; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #CC9999; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #999999 1px solid;
			background-color: #333333;
			}

a.enterbutton:hover	{
			color: #CC9999;
			text-decoration: none;
			border: #CC9999 1px solid;
			}




#menu {
	width: 700px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul {
	list-style-type: none;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #867474;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #867474;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #110404;
}

