@charset "utf-8";
	body,html {
		margin: 0;
		padding: 0;
		font: 12px/1.5 arial;
		height:100%;
	}
	#container {
		position: relative;
		min-height:100%;
	}
	#content {
	padding: 10px;
	padding-bottom: 50px;  /*(20px font-size x 2 line-height) + (2 * 10px padding) = 60px*/
			}
			#footer {
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 87px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: auto;
	text-align: center;
	left: 2px;
			}
#main {
	margin: auto;
	width: 900px;
	padding: 10px;
}
#leftbar {
	background-color: #F6F4E4;
	background-image: url(../images/service_contents.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 482px;
	width: 270px;
	border: 1px dotted #80BD00;
}
#RightContent {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/content_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
