/* Contentpage layout */

div.con-wrapper {
	padding: 0 0 36px 0;
	width: 920px;
	}

div.con-main {
	background: #fff url(../library/bg-con-main.jpg) no-repeat 0 0;
	float: left;
/*	min-height: 620px; */
	padding: 28px 35px 20px 40px;
	position: relative;
	width: 565px;
	}

div.con-supp-1 {
	float: right;
	width: 280px;
	}
	
div.sec-img {
	background-color: #24140a;
	height: 360px;
	width: 280px;
	}
	
div.shadow-top {
	background: url(../library/shadow-top.png) no-repeat 0 0;
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 920px;
	}

div.con-wrapper div.shadow-bottom {
	background: url(../library/shadow-bottom-sub.png) no-repeat 0 0;
	float: left;
	height: 16px !important;
	overflow: hidden;
	width: 640px;
	}
div.con-supp-1 div.shadow-bottom {
	background: url(../library/shadow-bottom-secimg.png) no-repeat 0 0;
	float: none;
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 280px;
	}

body.page div.pad-mod {
	padding-top: 13px;
	}
	
.content {
	min-height: 620px;
	width: 565px;
	}
