/* CSS Document */

body
{
	background: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #85827F;
}

#clock 
{
	float: right;
	margin: 20px;
	padding: 3px;
	
	width: 170px;
	
	background:url(img/clock-bg.gif);
	border: 2px solid black;
	
	text-align: center
}

#clockdial
{
	font-size: 15px;
	
	text-align: center;
	
	font-size: 19px;
}

a
{
	color: #fc8501;
}

#innerbody
{
	width: 980px;
	margin:auto;
	text-align: left;
}

#topurl
{
	padding: 5px 30px;
}

#topurl a
{
	color: #525252;
	text-decoration: none;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

#top
{
	background:url(img/top.jpg);
	width: 980px;
	height: 418px;
}

#left
{
	float: left;
	width: 350px;
}

#right
{
	float: right;
	width: 630px;
}

.oblock
{
	width: 334px;
}

.oblock .top
{
	width: 334px;
	height: 41px;
	background:url(img/o-block-top.jpg);
}
.oblock .top h2
{
	padding: 7px 20px;
	color: #8a4706;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style:italic;
}
.oblock .text
{
	background:url(img/o-block-inner.gif) top;
	
	padding: 10px 20px;
}
.oblock .bottom
{
	background:url(img/o-block-bottom.gif);
	width: 334px;
	height: 32px;
}

.gblock 
{
	background: url(img/g-block-bg.jpg) top no-repeat;
	width: 334px;
}

.gblock .top
{
	width: 334px;
	height: 41px;
}

.gblock .top h2
{
	color: #919090;
	padding: 7px 20px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style:italic;
}

.gblock .text
{

	padding: 10px 20px;
}

.gblock .bottom
{
	background:url(img/o-block-bottom.gif);
	width: 334px;
	height: 32px;
}


.gblock h3, .oblock h3
{
	background: #3a3729;
	color: #fa8107;
	margin: 0px;
	padding: 5px 15px; 
	
}

.inner
{
	background:url(img/inner-bg.gif) #212121 top repeat-x;
	
	padding: 20px 20px;
}

h1
{
	color: white;
	font-size: 22px;
	font-style:italic;
}

#bottom
{
	margin: 10px 0px;
	padding: 10px 10px;
	font-size: 12px;
}

#bottom a
{
	text-decoration: none;
}