body {
	background: url('/img/clouds-bg.png') repeat-x;
}

.menu {
	height: 70px;
}

.menu-left, .menu-right {
	height: 70px;
}

.clouds {
	color:#FFFFFF;
	font-size:37px;
	height:120px;
	padding-top:30px;
	text-align:center;
	width:100%;
}

.content-left {
	height: auto;
	padding: 30px 0pt 100px 24px;
	width: 690px;
}

.content-right {
	height: 550px;
	padding: 30px 0pt 0pt 24px;
	background: transparent url('/img/guide-right-box-bg.png') no-repeat scroll left top;
	width: 250px;
}

.guide-topic {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 680px;
	border-bottom: 1px solid #cecece;
	color: #333333;
}

ul {
	float: left;
	width: 330px;
}

li {
	list-style: url('/img/square-list.png');
	margin: 5px;
	font-size: 14px;
}
