/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}


/* Site-specific code */

body
{
	background-color: #000;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	color: #F1DDB1;
}

a:link
{
	color: #CC6F04;
	text-decoration: underline;
}
a:visited
{
	color: #CC6F04;
	text-decoration: underline;
}
a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #F1DDB1;
}

img { border: none; }

h1
{
	color: #FC6;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px 0;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
}

p
{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#gms_shell
{
	position: relative;
	margin: 20px auto;
	width: 920px;
}

div#banner
{
	width: 632px;
	height: 71px;
	margin: 0 auto 18px auto;
}

div#bottom
{
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
	width: 500px;
}

div#copyright
{
	float: left;
	height: 20px;
}
div#copyright p
{
	color: #630;
	font-size: 14px;
}

div#otheroom
{
	float: right;
	width: 220px;
	height: 20px;
}


