#container {
	height:811px;
	width:1000px;
	background-color:#D8ECF7;
	margin:auto auto;
	}
#title {
	height:170px;
	padding:0px;
	border-bottom:1px solid #ffffff;
	margin-bottom:0px;
	background-color: #FFFFFF;
	width: 100%;
}

#smalltitle {
	height:20px;
	border-bottom:1px solid #000000;
	margin-bottom:0px;
	background-color: #D8ECF7;
	padding-left: 10px;
}
body {
	background-color: #3196C1;
	}
	
#left {
	width:19%;
	float:left;
	line-height:18px;
	background-color: #FFFFFF;
	height: 600px;
	padding-left: 5px;
}

#content {
	width:55%;
	float:left;
	overflow: auto;
	height: 600px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#contentpic {
	width:100%;
	float:left;
	height: 100px;
	background-color: #FFFFFF;
	padding-left: 0px;
	overflow: auto;
	padding-right: 0px;
}
#contenttxt {
	width:100%;
	float:left;
	height: 500px;
	background-color: #FFFFFF;
	padding-left: 0px;
	overflow: auto;
	padding-right: 0px;
}
#right {
	width:21%;
	float:left;
	line-height:20px;
	background-color: #FFFFFF;
	height: 600px;
	padding-left: 30px;
	padding-right: 4px;
}
