body {
	background: url(../images/body_background.jpg);
}

/* ------ Page Layout (DIVs) ------ */



#main-container {
	/*border: 1px #8F8F8F solid;
	margin-top: 70px;*/
	margin-left: auto;
	margin-right: auto;	
	width: 761px;
}

/*this sets the curved edges on top*/
#top-header {
	height: 41px;
	background: #eaeaea url(../images/top_header.jpg) no-repeat;
}


#header {
	height: 97px;
	border-left: 1px #8F8F8F solid;
	border-right: 1px #8F8F8F solid;
	background: #EAEAEA;
}

#flashdiv {
	position:relative;
	top: -97px;
	margin-bottom: -97px;	
}

#content-body{
	background: #eaeaea url(../images/content_background.gif) repeat-y;
	width: 761px;
	float: left;

}


/*this sets the nav area*/
#nav {
	padding-top: 30px;
	width: 151px;
	float: left;
}


/*main content text area*/
#content-container {

	width: 610px;
	float: left;

}


#content{
color: #807f7f;
padding: 30px 30px 35px 30px;
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
font-size: 11px;

}


/*this sets the image strip*/
#image-strip-container {
	margin-left: 149px;
	height: 182px;
	width: 612px;
	background-color: #808080;
}


/*this sets the right image*/
#right-image-container {
	width: 218px;
	height: 279px;
	float: left;
	}

	
/*this sets the curved edges at the bottom*/
#footer {
	background: #eaeaea url(../images/footer.gif) no-repeat;
	height: 29px;
	text-align: center;
	padding-top: 18px;
}

.footertext{
	color: #8f8d8d;
	text-decoration: none;
	padding: 0px 20px;
}

#recommend
{
	margin-left: 670px;
	font-family: Arial;
	font-size: 7.5pt;
	color: #717171;
	top: 17px;
	position: relative;
}

#recommend a
{
	font-family: Arial;
	font-size: 7.5pt;
	color: #717171;
	text-decoration: none;
}