body {
background-color:#000000;}

#gateheader {
	color: #333;
	background: #000;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 920px;
	float: left;
	padding: 0px;
	border: none;
	height: 155px;
	margin: 10px 0px 5px 0px;
	text-align: right;
	border-bottom: 4px;
	border-bottom-color: #600;
	border-bottom-style: solid;
}

#gateleft { 
 color: #333;
 background: #C8CC99;
 background-image: url(../images/left.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 height: 700px;
 width: 200px;
 float: left;
 border-right: 4px;
 border-right-color: #000;
 border-right-style: solid;
}

#gatecontent {
	float: left;
	color: #333;
	background: #fff;
	margin: 0px;
	padding: 0px,10px,10px,10px;
	height: 700px;
	width: 508px;
	padding: 0px;
	border-right: 4px;
 border-right-color: #000;
 border-right-style: solid;
	display: inline;
	}

#gateright { 
 color: #333;
 background: #C8CC99;
 background-image: url(../images/right.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 height: 700px;
 width: 200px;
 float: left;
}

