/* CSS Document */

#main_left {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 8px;
	margin-left: 8px;
}
#left_title {
	background-image: url(../images/bg_1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 200px;
	line-height: 37px;
}
#left_list {
	float: left;
	height: auto;
	width: 200px;
	background-color: #D4D0C8;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab_1 {
	float: left;
	height: 120px;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main_right {
	float: left;
	height: auto;
	width: 760px;
	margin-left: 8px;
}
#right_title {
	float: left;
	height: 34px;
	width: 748px;
	background-image: url(../images/bg_2.gif);
	background-repeat: repeat;
	line-height: 34px;
	text-align: left;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#photo {
	float: left;
	height: auto;
	width: 172px;
	text-align: center;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#right_content {
	float: left;
	height: auto;
	width: 750px;
	background-color: #122143;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 22px;
	margin-bottom: 4px;
}