/*  Main Layout
--------------------------------------------------------------------------------------------------*/
#Main_Container		{	background-color:#ffffff;
						border:2px solid #e3e3e3;
					}
					
#headerArea			{	background-image: url(../_images/bg_headerArea_vintage.gif);
						background-repeat:no-repeat;
					}

/*  Tagline Layout
--------------------------------------------------------------------------------------------------*/
#taglineArea		{	background-image: url(../_images/bg_taglineArea_vintage.gif);
						background-repeat:none;
					}
					

/*  Content Layout
--------------------------------------------------------------------------------------------------*/
#contentArea		{	display:block;
						background-image: url(../_images/bg_contentArea_vintage.gif);
						background-repeat:no-repeat;
					}

#leftColumn			{	display:block;
						float:left;
						width:450px;
						margin:22px 0 0 0;
						line-height:1.4;
					}
					
#leftColumn .margin	{	padding-left:27px;
						padding-right:29px;
					}
					
#leftColumn .flashArea	{	display:block; margin:0 0 20px 0;}

#leftColumn h1	{font-size:100%; color:#CC0000; font-weight:bold; padding-bottom:0px;
				}		
				
#leftColumn h2	{font-size:100%; color:#33000; font-weight:bold;
				}	
					
#rightColumn		{	display:block;
						float:left;
						width:295px;
						margin:22px 0 0 0;
						line-height:1.4;
					}					

#rightColumn h1	{font-size:100%; color:#CC0000; font-weight:bold; padding-bottom:0px;
				}		
				
#rightColumn h2	{font-size:100%; color:#33000; font-weight:bold;
				}	
				
#rightColumn h3	{font-size:160%; color:#CC0000; font-weight:normal;
				}							
									
.homeItem			{	display:block;margin:0 0 20px 0 ;}	

.homeItem .header	{	display:block;margin:0 0 5px 0 ;}	

.homeItem .indent	{	display:block;
						margin:0 0 0 17px;
						width:275px;
					}
					
.homeItem img		{	float:left;
						margin:0 10px 10px 0;
					}	
							
/*  Footer Layout
--------------------------------------------------------------------------------------------------*/
#footerArea			{	background-color:#460000;
						background-image: url(../_images/bg_footerArea_vintage.gif);
						background-repeat:no-repeat;
						color:white;
					}
					
#footerArea .footerMap	{	display:none;
						}
						
#address			{	position:absolute;
						top:50px;
						left:30px;
						color:white;
					}	
					
#address h4			{	font-size: 100%;
						color: #ffffff;
						font-weight: bold;					
					}
						
#footerMenu	span a			{	color:white;
							}
							
#footerMenu	span a:hover	{	color:red;
								text-decoration:none;
							}
						
							
/*  Menu Layout
--------------------------------------------------------------------------------------------------*/					
#nav a 					{	color:#480100;
						}
						
#nav a:hover			{	color:#bf0000;
						}