﻿
	body{
		padding: 0; margin: 0;
		font-family: Tahoma;
		background: #696969 url('images/bg.gif') center repeat-y;
		height: 100%;
	}
	#skybar{
		/*height: 26px;*/
		/*background-color: #333;*/
		height: 22px;
		background: #333333 url('images/skybar.png') repeat-x;
		color: white;
		padding-left: 5px;
		padding-top: 5px;
		font-size: .7em;

	}
	#header-bar{
		display: block;
		margin: 0; padding: 0;
		height: 100px;
		background: #696969 url('images/headerbg.gif') bottom center no-repeat;
	}
	#content{
		width: 900px;
		margin: 0 auto 100px auto;
	}
	
	#menu-top{
		margin: 0; padding: 5px;
		background: #333333 url('images/nav-back.jpg') repeat-x;
		color: #EEEEEE;
		border-bottom: #FA6D0F solid 1px;
	}
	#menu-top ul{
		float: left;
		margin: 0; padding: 0;
	}
	#menu-bottom ul{
		float: right;
		margin: 0 15px; padding: 2px;
		font-size: .8em;
	}
	#menu-top ul li {
		float: left;
		margin-right: 50px;
		list-style-type: none;
	}
	#menu-bottom ul li {
		float: left;
		text-align: right;
		margin-left: 50px;
		list-style-type: none;
	}
	#menu-top ul li a,
	#menu-top ul li a:Hover
	{
	    text-decoration: none;
	    color: #EEEEEE;
	}
	#menu-bottom ul li a,
	#menu-bottom ul li a:Hover
	{
	    text-decoration: none;
	    color: #000000;
	}
	#menu-bottom{
		margin: 0; padding: 0;
		background: #DDDDDD;
	}
	#header {
		display: block;
		padding-top: 55px;
		margin: 0 auto;
		width: 950px;
		color: #D6D6D6;
		font-size: .7em;
	}
	#info-right{
		float: right;
	}
	#info-left{
		float: left;
	}
	#main-content{
		width: 900px;
	}
	#main-content-left
	{
	    float: left;
	    width: 700px;
	}
	#main-content-right
	{
	    float: right;
	    width: 200px;
	}
	#footer
	{
		vertical-align: bottom;
		background: #222222 url('images/footerbg.gif') center top repeat-x;
		height: 200px;		
	}
	#footer-content
	{
		padding: 25px 0;
		width: 900px;
		margin: 0 auto;
		color: #DDDDDD;
	}
	#copywrite
	{
		text-align: center;
		font-size: .6em;
		color: #999999;
	}
	.highlight
	{
	    margin: 0;
	    padding: 5px;
	    background-color: #333333;
	    color: #DDDDDD;
	}
	h2.highlight
	{
	    font-size: 1.1em;
	    font-family: Tahoma;
	    font-weight: normal;
	}
	h2
	{
		font-size: 1.1em;
	    color: #111111;
	}
	h1
	{
		font-size: 1.2em;
	    color: #FA6D0F;
	}
	.sidebox
	{
	    margin-top: 35px;
	    font: #696969;
	    font-size: .9em;
	    text-align: justify;
	    border: solid 1px #CCCCCC;
	    padding: 10px;
	    width: 178px; 
	}
	.pushright
	{
	    float: right;
	}
	.clear{
		clear: both;
	}
	
	/* Hosting Style */
	#hosting
	{
		float:left;
		margin-left: 15px;
	}
	#hosting h2
	{
		margin-top: 15px;
		margin-bottom: 0px;
	}
	#hosting span
	{
		font-size: .9em;
		font-style: italic;
		color: #999999;
	}