body{
	background-image: url('bg.gif');
	background-repeat: repeat-x;
	padding: 0px; margin: 0px;
	font-family: Arial;
}

a{
	color: #0988c7;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}

	a:hover{
		border-bottom: 1px solid #0988c7;
		background: #fbffd4;
	}

#head{
	height: 114px;
	background-image: url('cbg.gif');
	background-repeat: no-repeat;

	color: #9be7ff;
	font-size: 16px;
}

	#head h3{
		font-size: 36px;
		padding: 0px;
		margin: 0px;
		color: #FFFFFF;
	}
	
#menu{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}

#content{
	padding-top: 10px;
	padding-bottom: 20px;
}

#left{
	padding-right: 15px;
}

	#left h1{
		font-size: 24px;
		font-weight: normal;
		padding: 0px; margin: 0px;
		margin-bottom: 10px;
	}
	
	#left p{
		font-size: 12px;
		color: #444444;
		line-height: 18px;
		padding: 0px; margin: 0px;
	}
	
	#left b{
		background: #fbffd4;
	}
	
#right{
	font-size: 13px;
	line-height: 20px;
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
}

	#right b{
	
	}
	
#copy{
	font-size: 11px;
	color: #999999;
}