@charset "UTF-8";
/* =CALL LIBRARY */
	/* @import url("reset-min.css"); ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	     }
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 43px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{
		background: #E5E5E4;
		color: #42423b;
	}

/* =LAYOUT - the main layout styles */
	/* "container" surrounds all text */
	.container{
		width:1737px;
		height:2100px;
		margin: 0 auto;
		position: relative;
		overflow:hidden; 
		font-size: 1.5em;
	}
	/* header layout */
	#header{height: 220px;
		width:1010px;
		background: #4a4841 ;
		position: relative;
		float: center; 
		}
	/* main area layout */
	#main{
		width:1010px; 
		background: #f1eee7;
		position: relative;
		float: center;
		padding:24px 0 20px 0;
		height: 2100px;
	}
	
	/* bottom layout */
	#footer{
		height: 237px;
		font-size: 1.2em;
		background: #A4A4A4;
	#footer a{;}

/* =HEADER - the header styles */
	h1 {
		position: center;
		height: 8px;
		top: 100px;
	}
	h1 a{	
		text-align:center;
		font-size: 14 pt;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 15px 9px 25px 5px;
		display: block;
		color: #fff;
	}

	h2{
		position: relative;
		height: 71px;
		top: 0px;
   	}
	h2 a{
		text-align:center;
		font-size: 2.4em sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 9px 25px 5px;
		display: block;
		color: #fff;
	}
	

