@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
   text-align:center;}

#head { 
   background-color: #000000;
   border-top:solid 6px #000000;
}
#identity {
	float:left;
}
#identity h1, p{
	margin:0 0 0 50px;
	padding: 0;
	border: 0;
}
#outerwrapper {
   width: 960px; 
   background-color: #fff;
   margin: 0 auto;
   text-align:left;
   border:solid 1px #000;
}
#innerwrapper {
	float:left;
	width:960px;
   *width:950px;
   _width:950px;
   }
#logo {
   height:205px;
   width: 960px;
   overflow:hidden;
   background:#083f3c url(http://static1.meshfriend.com/sites_html/images/10/tt0030_bannergreen.jpg) repeat-y top left;
}

#logo img{
	float:right;
	margin:0 100px 0 0;}
	
#navigation {
   width: 960px;
   background: url(http://static1.meshfriend.com/sites_html/images/10/tt0030_nav_seagreen.png) top center repeat-x;
   height: 31px;
   border-top: #023634 solid 1px; 
   line-height: 1.4em;
   //line-height:normal;}

#navbar_link {
   height: 20px;
   text-align:center;
   line-height: 1.4em;
   //line-height:normal;
}

#footer {
   border-top: 1px solid #aaa;
   clear: both;
   width: 100%;
   height: 25px;
   margin: 0 auto;
   padding:15px 0;
}

#footer p {
   text-align:center; }