/* CSS Document */
a:link	{ 
	color:#0000FF;
	text-decoration:underline;
 }
a:visited	{ 
	color:#000000;
	text-decoration:underline;
}
a:hover	{ 
	color:#FFFFFF;
	text-decoration:underline;
}
a:active	{ 
	color:#FFFFFF;
	text-decoration:underline;
}
h1 {
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	font-weight: normal;
	font-size:10px;
}
body {
	margin-top:-10px;
	margin-bottom:-10px;
	min-width: 800px;
	background-color:#d6b19c;
	background-image:url(../images/background_gradient.png);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Centaur, Century, Candara, Sans-Serif, Arial;
}
.transparent {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
.left {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}
.center {
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}
.right {
	text-align:right;
	margin-left:5px;
	margin-right:5px;
}
#right_side_info {
	color:#FFFFFF;
	position: absolute;
	top:195px;
	right:0px;
	z-index:-5;
	min-width:175px;
	max-width:175px;
}
#header_text {
	position:absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
	z-index:20;
	width:800px;
	min-width:800px;
}
#marble {
	position:absolute;
	top:0px;
	left:0px;
	height:120px;
	max-height:120px;
	min-width:1100px;
	width:100%;
	z-index:10;
}
#info_bar	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99.5%;
	background-color:#990000;
	border:groove;
	border-color:#0000CC;
	color:#CCFF00;
	font-size:16px;
	text-align:center;
	z-index:80;
	}
#container {
	margin: 0 auto;
	text-align:center;
	background-color:#fabf8e;
	max-width:800px;
	min-height:1000px;
}
#header {
	height:10px;
}
#menu {
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	border-bottom:double;
	border-color:#000000;
}
#spacer {
	height:120px;
}
#page_content{
}
#footer {
	border-top:double;
	border-color:#000000;
}
