/*   CentenOnline v1.0 - Stylesheet   */

 * {
	padding:			0px;
	margin:			0px;
	font-family:			Arial;
 }

 body {
	background:			url("./images/background.gif") repeat-x #6ba0ae;
 }

 div#container {
	width:				970px;
	margin:			0 auto;
 }

 div#container div#header {
	background:			url("./images/header.png") no-repeat;
	width:				970px;
	height:			223px;
 }

 div#header ul {
	list-style:			none;
	padding-top:			145px;
	float:				right;
 }

 div#header ul li {
	float:				left;
 }

 div#header ul li a {

	font-size:			12px;
	color:				#ffffff;
	text-decoration:		none;
	padding-right:		15px;
	padding-left:			15px;
	padding-bottom:		15px;
 }

 div#header ul li a.last {
	padding-right:		0px;
 }

 div#header ul li a:hover {
	background:			url("./images/menu-bg.gif") no-repeat;
	background-position:		center bottom;
 }

 div#container div#field {
	width:				912px;
	margin:			0 auto;
	margin-top:			20px;
 }

 div#field div#left {
	width:				158px;
	float:				left;
 }

 div#left div.top {
	background:			url("./images/left-top.png") no-repeat;
	height:			23px;
	text-align:			center;
	color:				#ffffff;
	margin-top:			10px;
	padding-top:			3px;
	font-size:			12px;
 }

 div#left div.content {
	background:			url("./images/left-bg.gif") no-repeat #c1e3ec;
	background-position:		center bottom;
 }

 div#left div.content p {
	padding:			5px;
	color:				#6da1ae;
	font-size:			12px;
 }

 div#left div.content p a {
	color:				#6da1ae;
	text-decoration:		none;
 }

 div#left div.content p a:hover {
	text-decoration:		underline;
 }

 div#field div#right {
	width:				736px;
	float:				right;
 }

 div#right div.top {
	background:			url("./images/right-top.png") no-repeat;
	height:			23px;
	color:				#ffffff;
	margin-top:			10px;
	padding-top:			3px;
	padding-left:			15px;
	font-size:			12px;
 }

 div#right div.content {
	background:			url("./images/right-bg.gif") no-repeat #c1e3ec;
	background-position:		center bottom;
 }

 div#right div.content p {
	padding:			5px;
	color:				#4a4a4a;
	font-size:			12px;
 }

 div#right div.content p img.rightfloat {
	float:				right;
 }

 div#right div.content p a {
	color:				#6ba0ae;
	text-decoration:		none;
 }

 div#right div.content p a:hover {
	text-decoration:		underline;
 }