@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
}
/* CSS Document */

#container {
	width: 968px;
	background: #ccc;
	margin: 0 auto;
	overflow: hidden;
	border: medium solid #009ed1;
}
#sidebar {
	background-color: #00AFE8;
	width: 180px;
	float: left;
	border-right-color: #000;
	border-top-color: #000;
	height: 2600px;
}
#content_main, #content_1, #content_2, #content_3, #content_4 {
	width: 768px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#content_1text, #content_3text {
	background-color: #CCC;
	width: 442px;
	float: left;
	padding-right: 10px;
}
#content_2text, #content_4text {
	background-color: #CCC;
	width: 442px;
	float: right;
	padding-left: 10px;
}
#itpl_menuvert {
	position: relative;
	width: 175px;
}
