﻿@import url(default.css);
@media screen 
{
	#Wrapper
	{
		width: 970px;
		margin: 0 auto;
		position: relative;
	}
	
	#FlashArea
	{
		height: 490px;
		width: 970px;
		margin-left: -3px;
	}	
	
	#BodyArea
	{
		width: 970px;
	}
	
	#BodyArea .LeftCol
	{
		width: 245px;
		min-height: 150px;
		float: left;
		padding: 100px 0 0 50px;
		text-align: center;
		font-size: 13px;
	}
	
	#BodyArea .LeftCol img
	{
		margin-bottom: 15px;
	}
	
	#BodyArea .RightCol
	{
		width: 555px;
		float: left;
		min-height: 150px;
		margin: 15px 0 0 75px;
	}
	
	#Footer
	{
		clear: both;
		padding: 105px 0 0 0;
		text-align: center;
	}
	
	#Footer .FooterLinks
	{
		font-size: 13px;
	}
	
	#Footer .FooterLinks a:link, #Footer .FooterLinks a:visited {color:#934500;}
	
	#Footer .TagLine
	{
		color: #000;
		padding: 10px 0 10px 0;
		font-size: 11px;
	}
	#Footer .TagLine a:link, #Footer .TagLine a:visited  {color: #333; text-decoration: underline;}
	#Footer .TagLine a:hover, #Footer .TagLine a:active {color: #333; text-decoration: none;}

}

#LinkFooter
{
    width:956px;
    margin:1em auto 1em;
    font-size:.8em;
    text-align:center;
    color:#B85600;
}

#LinkFooter a { color:#B85600; white-space:nowrap; }
#LinkFooter a:focus, #LinkFooter a:hover, #LinkFooter a:active { color:#934500; }
