/* CSS Document */

#container{

margin: 0 auto;
width: 1200px;

text-align: left;

}

a{
		color:#483318;
	text-decoration:none;
	
}

#leftcolumn{
width: 521px;
height: 1321px;
float:left;


}

#tagline{
float:left;
}
#whatsnew{
padding: 0px 0px 0px 59px;
width: 450px;
float:left;

}
#whatsnewtitle{
float:left;
width: 394px;
height: 49px;
background-image:url(/images/bgtopwhatsnew.jpg);
background-repeat: no-repeat;
}

#whatsnewtext{
float:left;
width: 394px;

background-image:url(/images/bgwhatsnew.gif);
background-repeat: repeat-y;
}

#rightcolumn{
width: 679px;

float:left;

}
#righttop{
padding: 0px 471px 0px 0px;
height: 73px;
float:left;

}

#rightnavarea{
width: 679px;
height: 56px;
float:left;

}

#rightbuttons{
width: 679px;
height: 40px;
float:left;

}

#rightthumbnails{
width: 596px;
height: 557px;
float:left;
background-image:url(/images/thumbnailsbg.gif);
background-repeat:no-repeat;

}
#righttabs{
width: 34px;
height: 557px;
padding: 0px 49px 0px 0px;
float:left;

}

#accordian{
width: 679px;

padding: 0px 0px 51px 0px;
float:left;

}

#contact{
width: 596px;
height: 103px;
float:left;

}

#contact a{
font-family:"Times New Roman", Times, serif;
font-size: 1em;
color: #483318;

}

#questions{
width: 406px;
height: 103px;
float:left;

}








#bottomarea{
width: 1200px;
height: 279px;
float:left;

}

/*Accordion Styles*/

#slider {
width:584px;
padding: 10px 0px 0px 15px;
}
.header {
width:584px; 
height: 46px;
border:0px solid #483318; 
padding:0px; 
font-weight:bold;
color: #C6AC7B; 
margin-top:5px; 
cursor:pointer; 
background:url(/images/accordiontab1.gif);

}
.header:hover {background:url(/images/accordiontab1.gif)}
.content {overflow:hidden}
.text {width:579px; 
border:0px solid #483318; 
border-top:none; 
padding:10px;
font-size: .9em;
line-height: 23px;
}
	

