body {
	background: #FFFFFF url(/images/circles1.jpg) left top no-repeat;
	color: #000000;
	font-family: Arial,Helvetica;
	font-size: 0.9em;
	margin: 0;
}

#logo {
	left: 65px;
	position: absolute;
	top: 25px;
	z-index:1000;
}

#circles2 {
	background: transparent url(/images/circles2.gif) center top no-repeat;
	left: -8px;
	height: 50px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1001;
}

#circles3 {
	background: transparent url(/images/circles3.gif) center top no-repeat;
	height: 69px;
	position: absolute;
	right: 12.9%;
	top: 24px;
	width: 68px;
	z-index:1002;
}

#circles4 {
	background: transparent url(/images/circles4.gif) center top no-repeat;
	height: 160px;
	position: absolute;
	right: 0px;
	top: 231px;
	width: 79px;
	z-index:-1;
}

#title {
	background: transparent url(/images/lit-title.gif) center top no-repeat;
	height: 55px;
	position: absolute;
	right: 9.9%;
	top: 103px;
	width: 279px;
	z-index:1004;
}

	#title span {
		color: red;
		font-size: 16px;
		font-weight: bold;
		visibility: hidden;
	}

	#title span span {
		font-size: 26px;
	}

#content {
	margin: 0 170px 20px 90px;
	padding-top: 230px;
	min-width: 860px;
}

#left {
	float: left;
	margin-right: 50px;
	width: 600px;
}

#chatf {
	width: 279px;
}

#copyleft {
	clear: both;
	margin-bottom: 30px;
}

#menu {
	font-size:14pt;
	line-height: 150%;
	margin: 0 0 30px 0;
}
	#menu h3 {
		color:#ffb70d;
		margin-bottom: -20px;
	}
	
	#menu span {
		font-size: 13pt;
	}

a:link, a:visited { color: #005cdf;}
a:hover, a:active { color: #e60900;}
