.BG_1 {
	background: #999999 url(images/left_side.jpg) top right repeat-y;
	width: 3px;
}
.BG_2 {
	background: #999999 url(images/right_side.jpg) top left repeat-y;
	width: 3px;
}
.BG_img_1 {
	background: #999999 url(../images/side_left.jpg) top right no-repeat;
}
.BG_img_2 {
	background: #999999 url(../images/side_right.jpg) top left no-repeat;
}
.main {
	width: 720px;
	}
	.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	.main_table1 {
	padding: 5px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #EAEAEA;
	}
	.main_content {
	padding: 0px 5px 0px 10px;
	text-align: left;
	}
	.main_content a:hover {
	text-decoration: underline;
	}
	.main_left {
	width: 74%;
	float: left;
	}
	.main_right {
	width: 24%;
	max-width: 22%;
	float: left;
	padding-left: 7px;
	}
	.main1 {
	margin-bottom: 7px;
	width: 100%;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #EAEAEA;
	background: #FFF;
	}
	.main1_head {
	padding: 5px 5px 0px 10px;
	background: #F2F2F2 url(/images/theme/ex4/BG_gradient1.gif) top left repeat-x;
	color: #EAEAEA;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	}
	.main1_title1 { /* Title Space */
	position: relative;
	top: 1px;
	padding: 3px 10px 0px 10px;
	font-family: Verdana;
	font-size: 10px;
	color:#000;
	background: #C1C1C1;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	font-variant: small-caps;
		}
		.main1_title1:hover {
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
		}
	.main1_title2 { /* Title Space */
	position: relative;
	top: 1px;
	padding: 3px 10px 0px 10px;
	font-family: Verdana;
	font-size: 10px;
	color:#FFF;
	background: #C1C1C1;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	font-variant: small-caps;
		}
		.main1_title2:hover {
		color: #F0F0F0;
		background: #292929;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
		}
	.main1_title3 { /* Title Space */
	position: relative;
	top: 1px;
	padding: 3px 10px 0px 10px;
	font-family: Verdana;
	font-size: 10px;
	color:#FFF;
	background: #C1C1C1;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	font-variant: small-caps;
		}
		.main1_title3:hover {
		color: #818181;
		background: #FFF;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		opacity: 0.8;
		}
	.main1_rel {
	position: relative;
	top: 0px;
	}