@font-face {  
  font-family: "Grotesque MT Std";  
  src: url(/grotesquemtstd-light.otf); /* non-IE */  
}  

*{
	margin: 0px;
	padding: 0px;
}

body{
	color: #808080;
	font-family: Grotesque MT Std, "Arial";
	font-size: 14px;
	background-color: #fff;
	text-align: center;
}

p{
	padding: 5px 0px 10px 0px; 
	letter-spacing: 0.01em;
}

a{
	color: #abcbe0;
	text-decoration: underline;
}

a:hover{
	color: #abcbe0;
	text-decoration: none;
}

h1{
	color: #abcbe0;
	font-size: 24px;
	font-weight: normal;
	line-height:0.9em;
}

h2{
	color: #abcbe0;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -25px;
	
}

.contact{
	line-height:2em;
}

#top_outer{
	margin-top:0px;
	height: 160px;
	background-color: #abcbe0;
	background-image: url(img/bg_top.jpg);
	text-align: center;
}

#top_inner{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-top:0px;
}

#main_outer{
	background-image: url(img/bg.jpg);
	text-align: center;
	padding-top: 25px;
}

#main_inner{
	background-color: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 20px 30px;
	text-align: left;
}

#menu_outer{
	width: 110px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 350px;
}

.menu{
	font-size: 16px;
	color: #abcbe0;
	margin: 0px 0px 27px 0px;
	font-weight: bold;

}

.menu a{
	font-size: 16px;
	color: #808080;
	text-decoration: none;
}

.menu a:hover{
	font-size: 16px;
	color: #abcbe0;
	text-decoration: none;
}


#main{
	padding-left: 110px;
}

#txt{
	width: 490px;
	float: right;
	padding: 0px 0px 0px 0px;
	line-height:2.2em;
	font-size:9pt;
}

#txt_hidden{
	/*display: none;*/
}

.img{
	width: 275;
	position:absolute;
	height: 345px;

}
#footerlogo{
  margin-top:390px;
}

#footer{
	clear: both;
	margin-top: 10px;
}

#copy{
	height: 30px; 
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
	color: 505050;
}

#copy a{
	
	color: 505050;
	text-decoration: none;
}

#copy a:hover{
	text-decoration: none;
}

.left{
	width: 250px; 
	float: left;
	margin: 10px 0px 0px 0px;
}

.right{
	margin: 10px 0px 0px 0px;
}

#mainimg1{
	width: 3in; 
	height: 4in;
}






































