
/* contents with
----------------------------------------------- */

div.contents {
	padding-bottom:25px;
	}

/* main
----------------------------------------------- */

div#main {
	position:relative;
	margin-top:10px;
	width:940px;
	height:220px;
	background:#e5e5e5 url(../img/main_bg.jpg) no-repeat left top;
	}

div#main h3 {
	position:absolute;
	top:73px;
	left:49px;
	}

div#main p {
	position:absolute;
	top:129px;
	left:49px;
	}
	

/* container
----------------------------------------------- */

div#container {
	width:940px;
	margin-top:10px;
	}

div#leftSide {
	float:left;
	width:620px;
	}

div#rightSide {
	float:right;
	width:300px;
	}

/* largeBox
----------------------------------------------- */

div#largeBox {
	width:620px;
	background: url(../img/largebox_bg.gif) repeat-y left top;
	border-top:solid 1px #e6e6e6;
	}

	
div.colBox {
	width:620px;
	border-bottom:solid 1px #e6e6e6;
	}

div.colBox h4 {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 11px;
	}


.leftPh {
	float:left;
	width:150px;
	margin-left:1px;
	margin-right:10px;
	}

.rightPh {
	float:left;
	width:458px;
	margin-top:10px;
	}

div.colBox dl#water {
	float:left;
	width:177px;
	padding-top:12px;
	}

div.colBox dd {
	width:170px;
	padding-top:18px;
	padding-bottom:10px;
	color:#333;
	background-color:transparent;
	line-height:1.5;
	}

div.colBox dl#wine {
	float:left;
	width:202px;
	padding:12px 0 0 16px;
	}

div.colBox dl#wine dd {
	width:186px;
	padding-top:2px 0 0 4px;
	}

div.colBox dl#oasis {
	float:left;
	width:177px;
	padding-top:12px;
	}

div.colBox dl#oasis dd {
	padding-left:10px;
	width:160px;
	}


