@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:10px 0px;
	font:tahoma;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-align:center;
	margin-top: 0px;
}
#container{
	width:800px;
	margin:0 auto;
	height: 760px;
}

#leftbar {
	width:180px;
	float:left;
	margin-left: 20px;
	height:730px;
	background:#FFF0E3;
}
#logobox {
	width:160px;
	float:left;
	padding:10px;
	height:180px;
}
#lefttext {
	width:160px;
	float:left;
	padding:10px;
	height:160px;
	margin-top: 10px;
}
#lefttext1 {
	width:160px;
	float:left;
	padding:10px;
	height:auto;
	margin-bottom: 0px;
	margin-top: 10px;
	bordor-bottom:groove;
	border-bottom-color:#FFCC00;
	border-top:groove;
	border-top-color:#FFCC00;
}

#main {
	width: 540px;
	float:left;
	margin-left: 30px;
	margin-right: 30px;
}
#text {
	width: 540px;
	float:left;
	margin-left: 30px;
	margin-right: 30px;
	column-count: 2;
	column-width: 12em;
	margin-top: 10px;

}

