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

#content_left {
	float: left;
	width: 170px;
	margin-top: 10px;
	background-image: url(../images/home/left_panel_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 640px;
}
#content_left_inner {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}
#content_left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #495564;
}
#content_left p {
	font-size: 11px;
	color: #495564;
	line-height: 16px;
}
#content_left p a {
	text-decoration: underline;
	color: #495564;
}
#content_left p a:hover {
	color: #495564;
	text-decoration: underline;
}
#content_right {
	float: left;
	width: 630px;
}
#content_right_inner {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#content_right  h1 {
	font-size: 12px;
	color: #889BB6;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#content_right h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #889BB6;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#content_right p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 16px;
}
#content_right ul {
	list-style-type: disc;
	font-size: 12px;
	color: #666666;
	margin-left: 11px;
	line-height: 16px;
}
#content_right li {
}
#image_block {
	width: 630px;
	float: left;
}
#image_block_inner {
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#image_block   ul {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 620px;
	display: block;
	font-size: 11px;
	color: #495564;
}
#image_block li   {
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#image_block img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

