@charset "UTF-8";

/* CSS Document */

#tentBottom {
	width: 960px;
	background-color: #FFF;
}
#tentLeft {
	width: 159px;
	height:58em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	float: left;
}
#tentRight {
	width: 790px;
	height:100%;
	float: left;
	padding-left: 10px;
	text-align: left;
	margin-left: 158px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #338DC9;
}
.floatLeft {
	float: left;
}
#tentContent {
	width: 690px;
	padding-left: 50px;
	float: left;
}#tentContent h2 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 5px;
}
#content #tentBottom #tentRight #tentContent p img {
	padding-left: 40px;
}

