body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
   background-color:#999999;
	text-align: center;	
}
#container{
	position: relative;
	text-align: center;
	height: 400px;
	margin: 0px auto;
	width:1024px;
	background: #333333;	
}


#top {
	background: #333333 url(logo.gif) no-repeat left top;
	position: absolute;
	height: 100px;
	width: 1024px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#right {
	position: absolute;
	height: 80px;
	width: 640px;
	left: 374px;
	top: 10px;
	z-index: 20;
	text-align: left;
}
#left {
	position: absolute;
	height: 30px;
	width: 1024px;
	left: 0px;
	top: 99px;
	background-color: #666666;
}
#border {
	background-color: #000000;
	position: absolute;
	height: 124px;
	width: 1024px;
	left: 0px;
	top: 130px;
	text-align: left;
}
#menu {
	width: 136px;
	margin:10px 0px 0px 27px;
	text-align: left;		
}
.inner {
	background: #333333;	
	position: absolute;
	width: 1024px;
	left: 0px;
	top: 254px;
	text-align: left;
}
#content {
	width: 830px;
	margin:10px 10px 10px 10px;
	text-align: left;
}
#extra1{
	display:none;
}
.twocolsame #content {
	width: 405px;
	margin:10px 30px 10px 10px;	
}

.twocolsame #extra1{
display: block;
	margin:10px 10px 10px 0px;
	text-align: left;
	width: 405px;
}
.twocol #content {
	width: 605px;
	margin:10px 30px 10px 10px;	
}

.twocol #extra1{
display: block;
	margin:10px 10px 10px 0px;
	text-align: left;
	width: 205px;
}
#footer {
	text-align: left;
	margin:10px 10px 10px 27px;
	font-size: 9px;
	}

