* { margin: 0; padding: 0; outline: 0; list-style:none }

body {
	background: #CCC url(http://static1.meshfriend.com/sites_html/images/10/tt0014_bg.gif) repeat-x;
	text-align: center;	
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
	line-height: 1.6em;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(http://static1.meshfriend.com/sites_html/images/10/tt0014_quote.gif) no-repeat 15px 15px;
}
 
#wrap {

	width: 952px;
	background: #FFF url(http://static1.meshfriend.com/sites_html/images/10/tt0014_wrap.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	overflow:hidden;
	background: #8AB84B url(http://static1.meshfriend.com/sites_html/images/10/tt0014_header.jpg) no-repeat left top;
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	text-decoration: none;
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	top: 118px; left: 150px;		
}

 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(http://static1.meshfriend.com/sites_html/images/10/tt0014_top-menu.gif) repeat-x;
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }

#nav {
	clear: both;
	width: 952px;
	background: #988060 url(http://static1.meshfriend.com/sites_html/images/10/tt0014_nav.gif) no-repeat;
	text-align:center;
	padding:10px 0;
	_padding:5px 0;
	*padding:5px 0;
}

#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;	
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(http://static1.meshfriend.com/sites_html/images/10/tt0014_bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	text-transform: none;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 15px 0;
	background: #CCC url(http://static1.meshfriend.com/sites_html/images/10/tt0014_footer-bottom.gif) no-repeat left top;			
	text-align: center;	
}
#footer p {
	padding:10px 0 0 0;
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


