body {
	color: #6F6F6F ;     /*   #7C8284;  */
	background-color:#CFCFCF;
	font-family: century;
	font-size:16px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#container {
	position: absolute;
	width: 920px;
	height: 600px;
	left: 50%;
	margin-left: -460px;
	border:3px solid;
	top: 50%;
	margin-top: -300px;
	Background-color: #FFFFFF;
	overflow:hidden;
	vertical-align: top;
}

#c1 {
	position: absolute;
	left: 80px;
	top: 50px;
	width: 760px;
	height: 60px;
	overflow:hidden;
	border: 0px solid red;
}

#c2 {
	position: absolute;
	left: 490px;
	top: 50px;
}

#c3 {
	position: absolute;
	left: 80px;
	top: 120px;
	width: 760px;
	height: 390px;
	overflow:auto;
	border: 0px solid red;
}

#c4 {
	position: absolute;
	left: 80px;
	top: 530px;
	width: 760px;
	height: 30px;
	border: 0px solid red;
}

a:link { color: #7C8284; font-weight: normal; text-decoration: none; }
a:visited { color: #7C8284; font-weight: normal; text-decoration: none; }
a:hover { color: #7C8284; font-weight: normal; background-color: none; text-decoration: none; }
a:active { color: #7C8284; font-weight: normal; background-color: none; text-decoration: none; }