/* ------ Page Layout (DIVs) ------ */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-body.gif) bottom center repeat;
}

#outer1 {
	background: url(../images/bg-fill.gif) bottom center repeat;
}
#outer2 {
	background: url(../images/bg-bottom.gif) bottom center repeat-x;
	padding: 0px 0 35px 0;
}

#wrapper
{
	width: 769px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
	background: #fff;
	position: relative;
}

#main_container {
	border: 1px solid #000;
	min-height: 600px;
	background: url(../images/bg-content.gif) repeat-y top center;
}
*html #main_container {
	height: 600px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 155px;
	position:relative;
}
#tellfriend {
	position:absolute;
	top: 7px;
	right: 11px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#left {
	width: 126px;
	float:left;
	margin-top:-1px;
	padding-bottom: 10px;
}

#content {
	float:left;
	width:419px;
	line-height: 14px;
	padding: 40px 50px;
}

#right {
	margin-top: -1px;
	width: 122px;
	float:right;
	padding-bottom: 10px;
}

#footer-left {
	position: absolute;
	bottom: -20px;
	left: 10px;
	font: 11px Arial, sans-serif;
	color: #fff;
}
#footer-right {
	position: absolute;
	bottom: -20px;
	right: 10px;
	font: 11px Arial, sans-serif;
	color: #fff;
}
#footer-right a {
	font: 11px Arial, sans-serif;
	color: #fff;
}

.leftcontent {
	width: 126px;
	background: url(../images/left3.gif) top left repeat-y;
}

.lefttext {
	color: #fff;
	font: 9px Arial;
	margin: 0 4px 0 4px;
	padding: 12px 0 12px 5px;
	background: url(../images/lefttext.gif) top left repeat-y;
}

.lefttext a {
	color:#fff;
	text-decoration: underline;
}