@charset "utf-8";
/* CSS Document */

	body { 
		text-align:center; /* for IE */ 
		padding:0px;
		margin:0px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#fcf9f9;
		line-height:15pt;
	} 

	.wrapper { 
		text-align:left; /* reset text alignment */ 
		width:1000px; /* or a percentage, or whatever */ 
		margin:0 auto; /* for the rest */ 
		
		
	} 

	img {
		border:none;
		margin:0px;
		text-align:left;
	}
	/* for understanding browsers */
	.container {
		width:800px;
		padding:0.5em;
		border:2px solid #f0f5f7;
		min-height:645px; 
		height:auto;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:15px;
	}
	/* for Internet Explorer */
	/*\*/
	* html .container {
	height: 700px;

	}
	
	.right {
		float:right;
		/*width:270px;*/
		padding:0px;
		font-size:13px;
		font-weight:bold;
		font-style:italic;
		
	}
	
	.left {
		float:left;
		width:524px;
	}
	
	.left_about {
		float:left;
		width:440px;
	}
	/**/

	h1 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#fcf9f9;
		font-weight:bold;
		font-style:italic;
	}
	
	.copyright {
		font-size:9px;
		color:#7583a2;
		margin-left:164px;
		text-align:center;
	}
	
	#bottom_left {
		clear:both;
		text-align:left;
		font-size:9px;
		margin-right:0px;
		padding-right:0px;
		
	}
	.home {
		margin-left:30px; 
		margin-right:10px; 
		line-height:20px;
	}
	* html #bottom_left {
		height:1px;
	}
	
	#footer {
		clear:both;
		text-align:center;
		height:44px;
		font-size:9px;
		color:#7583a2;
		margin-left:164px;
	}
	* html #footer {
		height:1px;
	}

	.contact {
		color:#125572;
		font-weight:bold;
		
	}


