@charset "utf-8";
/* CSS Document */

#text_wrapper {
	width: 580px;
	height: 300px;
	float: right;
	clear: right;
	background:none;	
	background-color: #f2f7ff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left: 3px solid #000000;
	font-stretch: semi-condensed;
}

#wrap_color_1 {
	width: 580px;
	background:none;
	clear:right;
}
#wrap_color_2 {
	width: 580px;
	background:none;
	clear:right;
}

p {
	margin: 5px;
}

#left_text_box {
	width: 299px;
	height: 245px;
	margin-top: 15px;
	border-right: 3px solid #000000;
	padding: 0px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;	
	background:url(../images/left_text_bg.jpg) top left no-repeat #000000;
}

#left_text  {
	width: 280px;
	height: 80px;
	position: absolute;
	margin-top: 70px;
	margin-left: 10px;
}

ul li {
	width: 530px;
	margin-left: -10px;
	margin-top: 10px;
	list-style-type:square;
	list-style-position:outside;
}

#page_wrapper {
	background: none;
}


