*
{
	margin: 0;
	padding: 0;
}

body {
	background: #540000;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	width: 960px;
	background: #fff;
        font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*============= Left Side =================
=======================================*/

#left_side {
	width: 280px;
	float: left;
}

#logo { 
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.menu {
	margin: 0px 0px 0px 20px;
	width: 240px;
	border: 1px solid #a50000;
}

.menu h3 {
	font-weight: bold;
	font-size: 31px;
	background: url(images/leftside_box_bg.png) repeat-x;
	height: 35px;
	text-align: center;
	color: #fff;
	line-height: 33px;
}

.menu li {
	font-size: 24px;
	background: #000;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
	list-style: none;
}

.menu li:last-child {
	border-bottom: none;
}

.menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.menu li a:hover {
	color: #fffc00;
}

.order_star {
	margin: 16px 0px 0px 39px;
	background: url(images/order_star.png) no-repeat;
	width: 204px;
	height: 200px;
}

.order_star p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 160px;
	padding: 40px 0px 0px 22px;
}

.order_star a {
	text-decoration: none;
}

.news_box {
    width: 240px;
	border: 1px solid #adadad;
	margin: 16px 0px 0px 21px;
}

.news_box h3 {
	font-weight: bold;
	font-size: 31px;
	background: url(images/leftside_box_bg.png) repeat-x;
	height: 35px;
	text-align: center;
	color: #fff;
	line-height: 33px;
}

.news_box li:first-child {
	padding: 10px 0px 0px 0px;
}

.news_box li:last-child {
	padding: 0px 0px 10px 0px;
}

.news_box li {
	font-size: 16px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #e6e6e6;
}

.news_box li:last-child {
	border: none;
}

/*============= Right side =================
=======================================*/

#right_side {
	width: 650px;
	float: right;
	border-left: 1px solid #a9a7a7;
	padding: 0px 0px 40px 25px;
}

#right_side .main_image {
	text-align: center;
}

#right_side h1.headline {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #540000;
	padding: 10px 0px;
}

#right_side p{
	font-size: 17px;
	font-weight: bold;
	padding: 4px 50px 4px 0px;
}

#right_side li {
		font-size: 17px;
	font-weight: bold;
	padding: 0px 50px 15px 0px;
}

#right_side li span {
	font-size: 22px;
	font-weight: bold;
}

#right_side h2.green_headline {
	color: #929000;
	font-size: 40px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

ul.natural_ingredients li {
	list-style: none;
}

#right_side .order_btn {
	text-align: center;
	padding: 8px;
}

#right_side .order_btn img {
	border: none;
}

/*============= Order Page ============
=======================================*/

#order_page p {
	padding: 7px 0px;
}

.submit {
	margin: 5px 0px 0px 0px;
}

/*============= Footer =================
=======================================*/

#footer {
	border-top: 1px solid #a9a7a7;
	margin: 15px 0px 0px 0px;
}

#footer p {
	font-size: 14px;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
}

#footer p:first-child {
	padding-top: 6px;
}

#footer p:last-child {
	padding-bottom: 5px;
}

/* ========================================
==========================================*/

.clear {
	clear: both;
}
