*				{			
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				}
* html			{	
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				
				}
body			{
				height: 100%;
				background-color: #ffffff;
				font-family:  Avenir, Arial, sans serif;
				font-size: 12px;
				}
* html body		{
				font-family: Avenir, Microsoft sans serif, arial, sans serif;
				font-size: 14px;
				}		
a				{
				text-decoration: none;			
				}
				
* html a		{
				text-decoration: none;			
				}
h3				{
				font-weight: bold;
				color: #414137;
				}

a:link			{ 	
				color: #b1afa0;
				text-decoration: none;
				}

a:visited		{
				color: #b1afa0;
				text-decoration: none;
				}				
a:hover			{	
				color: #b85d26;				
				}
a:active		{
				color: #b85d26;				
				}

.clear_floats	{clear: both;}

div#page_wrap	{margin-left: auto;
    			margin-right: auto;
    			vertical-align: center;
				width: 800px;
				min-width: 800px;
				height: 100%;
				}


div#banner		{
				background: #e3e6db url(../images/home_banner.jpg) no-repeat;
				width: 800px;
				height: 135px;

				}
div#news_banner	
			{
			position: absolute;
			color: #ffffff;
			width: 775px;
			top: 85px;
			text-align: right;
			}
			
div#left_col	{
				float: left;
				background: url(../images/left_col.gif) no-repeat;
				width: 145px;
				height: 460px;
				}

img#photo	{
			float:left;
			}




div.footer
			{
			position: relative;
			top: 15px;
			left: 60px;
			text-align: center;
			font-size: .8em;
			}