* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #33cccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

#content_outside {
	background: #ffffff;
	border-left: 8px #33cccc solid;
	width: 862px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	text-align: center;
}

#head_menu ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}

#head_menu li {
	text-align: center;
	width: 100px;
	float: right;
}

#head_menu li a {
	line-height:10px;
	color: #555;
	text-decoration: none;
}

#content_left {
	padding-top: 3px;
	float:left;
}

#content_left ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
}

#content_left ul li {
	padding: 2px 2px 2px 8px;
	border-bottom: 1px solid #33cccc;
	border-right: 1px solid #33cccc;
}

#content_left ul li:last-child {
	border-bottom: 0;
}

#content_left ul li a {
	line-height: 12px;
	display: block;
	height: 35px;
	color: #555;
	text-decoration: none;
}

#content_left ul li:hover {
	background: #33cccc;
}

#content_left ul li:hover a {
	color: #fff;
}

#content_left ul li:hover ul li a {
	color: #555;
}

#content_left ul li ul {
	display: none;
	position: fixed;
	margin-top: -37px;
	left: 129px;
	border-top: 1px solid #33cccc;
	border-bottom: 1px solid #33cccc;
}

#content_left ul li ul li {
	height: 23px;
	background: #fff;
}

#content_left ul li ul li a {
	line-height: 12px;
	display: block;
	height: 23px;
	color: #555;
	text-decoration: none;
}

#content_left ul li ul li:hover a {
	color: #fff;
}

#content_left ul li:hover ul {
	display: block;
}

#content_right {
	padding: 3px 15px 0 15px;
	float: right;
	width: 700px;
}

h1 {
	margin-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	padding-bottom: 20px;
}

#content_right li {
	margin-bottom: 15px;
}

#content_right p {
	margin-bottom: 15px;
}

#content_right a {
	text-decoration: none;
	color: #33cccc;
}

#content_right ul {
	margin-left: 15px;
	color: #33cccc;
}

#content_right li span {
	color: #555;
}
