/* CSS Document */



*

{
	margin: 0;

}

#container

{

	margin: 10px auto;

	width: 820px;

	background-color: #FFFFFF;
	
	border: 3px solid #000;

}

#body

{

	background-color:#fff;

}

#header

{

	width: 820px;

	height: 150px;

	background-image: url(header.jpg);

}

#slideshow

{

	width: 593px;

	height: 260px;

	float: left;


}

#rightad

{
	width: 227px;
	height: 396px;
	float:right;
	background-color: #FFFFFF;


}

#text

{

	width: 573px;

	float: left;

	padding-top: 15px;

	padding-left: 10px;

	padding-right: 10px;

	background-color: #FFFFFF;
	

} 



#rightnav

{
	float: right;
	width: 220px;
	text-indent: 20px;
	line-height: 1em;
	font: "Eras Medium ITC";
	background-color: #FFFFFF;
	padding-top: 10px;
	list-style:none;
	padding-right: 5px;

}



#rightnav li a

{

	text-decoration: none;
	
	border-bottom: dashed 1px #000;

	color:#000;

	font: "Eras Medium ITC";
	display:block;
	list-style:none;
	padding-right: 5px;
	font-size: large;

}

#rightnav li a:hover

{

	text-decoration: none;

	color: #A10F0F;

	font-size: large;

	padding-left: 0px;

	font: "Eras Medium ITC";
	border-bottom: dashed 1px #575240;

}
#rightpic

{
	width: 227px;
	height: 590px;
	float:right;
	background-image: url(rightpic.jpg);

}
.clip
{
float: left;
margin-right: 10px;
}

#footerdisplay
{
width: 810px;
height: 160px;
background-image: url(footerdisplay.jpg);
margin-top: 10px;
}

#footer
{
   width: 810px;
   clear: both;
   height: 25px;
   background-color: #E0DFDA;
   text-align: right;
   padding-right: 10px;
   text-decoration: none;
   
}


#footer a
{
text-decoration: none;
color: #A10F0F;
}
#footer a:hover
{
text-decoration: none;
color: #000;
}
