
body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", Arial, Verdana, sans-serif;
	text-align: center;
	color: #000;
	background: #38997E;
	font-size: 13px;
	line-height: 20px;
	}
	
body.home {
	font-size: 16px;
	line-height: 25px;
	}

#wrap {
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: url(images/back.gif) repeat-y;
	width: 746px;
	}

#header {
	margin: 0;
	padding: 0;
	background: #38997E url(images/header.gif) no-repeat 2px 20px;
	height: 120px;
	width: 746px;
	}

#header span {
	display: none;
	}

#top {
	margin: 0;
	padding: 0;
	background: #38997E url(images/top.gif) no-repeat 0 0;
	height: 39px;
	width: 746px;
	}

#top span {
	display: none;
	}




#content {
	margin: 0 27px 10px 27px;
	padding: 0;
	background: #FFFFC0 url(images/content_back.gif) repeat-y 0 0;
	width: 688px;
	}

#menu {
	margin: 0;
	padding: 24px 0 0 0;
	float: left;
	background: transparent url(images/menu_top.gif) no-repeat 0 0;
	width: 163px;
	list-style-type: none;
	}

#menu a {
	text-decoration: none;
	}

#menu a span {
	display: block;
	width: 163px;
	height: 50px;
	text-indent: -9000px;
	}

#menu a span.welcome {
	background: url(images/menu_welcome.gif) no-repeat top center;
	}
#menu a span.images {
	background: url(images/menu_images.gif) no-repeat top center;
	}
#menu a span.buy {
	background: url(images/menu_buy.gif) no-repeat top center;
	}
#menu a span.about {
	background: url(images/menu_about.gif) no-repeat top center;
	}
#menu a span.comments {
	background: url(images/menu_comments.gif) no-repeat top center;
	}
#menu a span.contact {
	background: url(images/menu_contact.gif) no-repeat top center;
	}

#menu a:hover span, #menu a.selected span {
	background-position: 0 -50px;
	}

#copy {
	margin: 0 10px 0 190px;
	padding: 0;
	}

#copy h1 {
	font-size: 24px;
	margin: 0 0 18px 0;
	padding: 20px 0 0 0;
	}

#copy h2 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 0;
	}

#copy p { 
	margin: 0;
	padding: 0 0 20px 0;
	}

#copy a { 
	color: #F46614;
	}

#copy ul { 
	margin: 0 0 0 10px;
	}


#signature {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
	background: transparent url(images/signature.gif) no-repeat bottom left;
	width:239px;
	height:68px;
	}
#signature span {
	display: none;
	}


#nimble {
	margin: 0;
	padding: 0;
	background: transparent url(images/menu_bottom.gif) no-repeat bottom left;
	height: 17px;
	clear: both;
	}
#nimble span {
	display: none;
	}




#bottom {
	margin: 0;
	padding: 0;
	background: #38997E url(images/bottom.gif) no-repeat top center;
	height: 50px;
	width: 746px;
	}

#bottom span {
	display: none;
	}



/* ---( misc elements )------------------------------- */

hr {
	display: none;
	}



.tool {
	border:1px solid red;
	z-index: 50;
}