@charset "utf-8";
/* CSS Document */

#container #content .left {
	border-left: 2px groove #DD7500;
	width: 65%;
	float: right;
	height: 100%;
	overflow: hidden;
	padding-right: 15px;
}

#container #content .right {
	float: left;
	width: 27%;
	height: 100%;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 15px;
}

.linkimg {
	width:160px;
	height:57px;
	margin-right: 45px;
}


