﻿/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper_tmp {
	background-image: url("images/template/wrapper.jpg");
	width: 1300px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header_tmp {
	position: relative;	
	width: 1300px;
	height: 115px;}
	
#footer_tmp {
	background: #ffffff url("images/template/footer.jpg") no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;}
	
#content_tmp {
	
	width: 1198px;
	line-height: 1.5em;
	padding: 0 51px 0 51px;
	text-align: left;
	
}




