
* {
	MARGIN: 0;
	PADDING: 0;
	BORDER-STYLE: none;
	BORDER-WIDTH: 0;
}

body {
	FONT-FAMILY:				Verdana,Arial,Sans Serif;
	FONT-SIZE:					100%;
	TEXT-ALIGN:					left;
	FONT-WEIGHT:				normal;
	FONT-STYLE:					normal;
	COLOR:							white;
	BACKGROUND-COLOR:		black;
	scrollbar-base-color:				black;
	scrollbar-face-color:				black;
	scrollbar-arrow-color:			#FFCC00;
	scrollbar-track-color:			#404040;
	scrollbar-highlight-color:	#909090;
	scrollbar-shadow-color:			#505050;
	scrollbar-darkshadow-color:	#202020;
}

.header {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 200px;
	background-color: black;
}

.menu {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 30px;
	background-color: #F6BF1C;
}

.menuleft {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -372px;
	width: 272px;
	height: 30px;
	z-index: 10;
	background-color: #F6BF1C;
}

.menuright {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 110px;
	width: 248px;
	height: 30px;
	z-index: 10;
	background-color: #F6BF1C;
}

.title {
	position: absolute;
	top: 272px;
	left: 50%;
	margin-left: -400px;
	height: 47px;
	background-color: black;
}

.webservices {
	position:	absolute;
	text-align:	right;
	top: 0px;
	left: 50%;
	margin-left: 220px;
	width: 100px;
	z-index: 100;
}

.main {
	position: absolute;
	top: 347px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	display:	block;
	overflow:	auto;
	background-color: black;
}

.content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	background-color: black;
}

.logo {
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -80px;
	z-index: 5;
}

.control {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 420px;
	background-color: black;
}

.cpicture {
	vertical-align: top;
	width: 400px;
}

.ctext {
	vertical-align: top;
	width: 400px;
}

