body {
	margin: 10px;

	background-color: #fff;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
}

#main_wrapper {
	width: 800px;
}

#banner {
	width: 800px;
	height: 140px;
}

#column_left {
	width: 160px;
	padding-top: 30px;
}

#column_middle {
	width: 420px;
}

#column_right {
	width: 160px;
}

.content_wrapper {
	margin: 30px;
}

.content_wrapper h1 {
	font-family: arial;
	font-size: 15px;
	color: #444;
}

.content_wrapper p {
	font-family: arial;
	font-size: 11px;
	color: #777;

	line-height: 17px;
}

.feature_wrapper {
	margin: 0px;
	margin-top: 30px;

	border: 1px solid #999;

	padding: 10px;
}

.feature_wrapper h1 {
	font-family: arial;
	font-size: 12px;
	color: #444;
}

.feature_wrapper p {
	font-family: arial;
	font-size: 10px;
	color: #777;

	line-height: 15px;
}

#shadow_left {
	background-image: url('../images/shad-left.jpg');
	background-repeat: repeat-y;
	background-position: top left;

	width: 15px;
}

#shadow_right {
	background-image: url('../images/shad-right.jpg');
	background-repeat: repeat-y;

	width: 15px;
}

#shadow_corner_left {
	background-image: url('../images/shad-cnr-bot-left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#shadow_bottom {
	background-image: url('../images/shad-bot.jpg');
	background-repeat: repeat-x;
}

#shadow_corner_right {
	background-image: url('../images/shad-cnr-bot-right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#big_bottle {
	background-image: url('../images/5bottles.jpg');
	width: 105px;
	height: 476px;

	position: absolute;
	top: 0;
	margin-top: 150px;
	margin-left: 470px;
}