html, body {
    font-family: Georgia, Times New Roman, serif; 
    font-size: 13px;
    font-style: normal; 
    font-weight: normal; 
    color: #221F20; 
    line-height: 1.2;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
    background-color: #FFFFFF;
    padding: 10px 0px 20px 0px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #221F20;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    color: #221F20;
    margin: 0px 0px 10px 0px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #221F20;
    margin: 0px 0px 0px 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    color: #221F20;
    text-decoration: none;
	outline: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 980px;
    margin: 0px auto 0px;
}

#header {
    text-align: left;
	border-top: #221F20 solid 3px;
	padding-top: 5px; 
}

#header_left {
	float: left;
}

#header_right {
	float: right;
	text-align: right;
}

#image {
	position: relative;
	width: 980px;
	height: 500px;
}

#main {
	min-height: 230px;
	height: auto !important;
	height: 230px;
    text-align: left;
	background: url(../images/bottle.jpg) no-repeat bottom right;
	padding: 10px 0px 10px 0px;
}

.left_subcolumn {
	float: left;
	width: 320px;
}

.right_subcolumn {
	float: right;
	width: 320px;
}

#footer {
	border-top: #221F20 solid 3px;
	padding-top: 2px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

.clear {
	clear: both;
}

