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

* 	{
  		margin: 0px;
  		padding: 0px;
   	}
	
	body {
		font-family: Helvetica, Arial sans-serif;
		font-size: 11px;
		background-color:#f7f9f9;
		color:#54525f;
		}
	
	img {
		border: none;
	}
			
	
	h1{
		font-family: Helvetica, Arial sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		color: #ffffff;
	}
	
	h2{
		font-family: Helvetica, Arial sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: normal;
		color: #ffffff;
	}
		
	#container{
		width:935px;
		margin:0px auto;
		height:610px;
		border:none;
		padding-top:24px;
	}
	
	#logo{
		display:block;
		width:255px;
		margin:0px auto;
		height:92px;
		border:none;
		padding-bottom:25px;
	}
	
	#main{
		width: 935px;
		height: 463px;
		margin:0px auto;
		border:none;
		padding-bottom:23px;
		background: transparent url("images/bg.png") no-repeat;	
	}
	
	
	#email{
		float:right;
		width: 295px;
		height: 37px;
		margin:0px;
		display:block;
		border:none;
		padding-top:265px;
		padding-right:76px;
		padding-bottom:47px;
	}
	
	#address{
		clear:right;
		float:right;
		width: 289px;
		height: 50px;
		margin:0px;
		border:none;
		padding-right:0px;
	}
	
	#footer{
	
		width:425px;
		margin:0px auto;
		border:none;
		top:345px;
		left:644px;
	}