/* ------ Page Layout (DIVs) ------ */

body
{
	background: #A31919 url(../images/bg-gradient.jpg) repeat-x center top;
	padding: 0px;
	margin: 0px;
}

#main_container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid;
}

#header
{
	background: url(../images/header.jpg) -86px top no-repeat;
	width: 1000px;
	height: 235px;
}

#content_area
{
	background: url(../images/bg2.gif) repeat-y -19px 0px;
	overflow:hidden;
}

#left
{
	width: 286px;
	float:left;
	min-height: 531px;
	background: url(../images/left.gif) no-repeat 100% 50%;
}
*html #left{height: 531px;}

#middle
{
	width: 450px;
	float:left;
	padding: 35px 0px;
	background: url(../images/middle.gif) no-repeat;
}
#content
{
	padding: 0px 30px;
	color: #FFF;
}

#right
{
	float:left;
	padding-left: 16px;
	padding-bottom: 25px;
}
#right img
{
	display:block;
}

#footer
{
	background: url(../images/footer.gif) no-repeat -21px 0px;
	padding-left: 865px;
}
#footer img
{
	margin-top: 64px;
	margin-bottom: 15px;
}

.tellfriend
{
	width: 376px;
	height: 50px;
	position:relative;
	left:600px;
	top:20px;
	cursor: pointer;
}

.current-page{font-size:180%;text-decoration:none}