	body{
		background:url(images/content_01.png) repeat-x #C9C9C9;
		margin:0px;
		padding:0px;
		font-family: Trebuchet MS;
		font-size: 13px;
	}
	#mainbody{
		width:770px;
		text-align: left;
	}
	#content_box{
		width:768px;
		background:#fff;
		border-left:1px #727272 solid;
		border-right:1px #727272 solid;
	}
	#main_content{
		padding: 10px 0px 10px 10px;
	}
	#header{
		height: 136px;
	}
	#left_content li{
		margin-left:30px;
		list-style: url(images/bullet.png);
	}
	#left_content{
		width:460px;
		float:left;
		padding-right:10px;
		padding-left:10px;
		border-right:2px #9F9F9F solid;
		position: relative;
	}
	#right_content{
		width:265px;
		margin-left: 5px;
		float:left;
	}
	h1{
		margin:0px 0px 10px 0px;
		padding:0px;
		font-size: 18px;
	}
	#main_menu{
		position: absolute;
		margin: -34px 0 0 20px;
		z-index: 10;
	}
	.otherscreen, .mainscreen{
		float:left;
		padding: 10px 5px 10px 5px;
		font-size: 14px;
		/*
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		*/
	}
	.mainscreen{
		background:#fff;
	}
	.mainscreen a{
		color: #222;
		text-decoration: none;
		font-weight: bold;
	}
	.otherscreen a{
		color: #555;
		text-decoration: none;
		font-weight: bold;
	}
	.otherscreen{
		padding-bottom:8px;
		background: url(images/otherscreen_back.png) repeat-x;
	}
	
	
.roundLmainscreen{
	float:left;
	background: url(images/mainscreen_l.png);
	height:34px;
	width:7px;
	
}	
.roundRmainscreen{
	float:left;
	background: url(images/mainscreen_r.png);
	height:34px;
	width:7px;
		margin-right:12px;
	
}	
	
.roundLotherscreen{
	float:left;
	background: url(images/otherscreen_l.png);
	height:34px;
	width:6px;
	
}	
.roundRotherscreen{
	float:left;
	background: url(images/otherscreen_r.png);
	height:34px;
	width:6px;
	margin-right:12px;
	
}
