* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #343434;
	color: #343434;
}
a {
	color:#FF9B00;
	text-decoration:underline;	
}
a:hover {
	color:#FF9B00;
	text-decoration:none;	
}
#container {
	width: 800px;  
	margin: 0 auto; 
	background: #cfcec9;
}
#header {
	background:#343434;
	height:80px;
	margin:10px 0 0 0;
}

#header a {
	color: #FFF;
	text-decoration:none;
}

#footer a {
	color:#619f00;
}

#header, #footer {
	color:#ffffff;
}
.headerPic {
	width:800px;
	height:69px;
}
.headerPic p {
	padding:20px;
}
#footer {
	margin:10px 0; 
	background:#151515;
	height:80px;
}
#footer p {
	text-align:center;
	padding-top:20px;
}
.logo {
	float:left;
	font-size:36px;
	margin:15px 10px 0 0;
	color:#FFF;
}

.author{
	float:right;
	padding:35px 13px 0 0;
	color:#fff;
	text-decoration:none;
}

.author a {
	color:#fff; 
	text-decoration:none; 
}

#navcontainer {
	height:58px;
	}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #151515;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	font-size:18px;
	background-color: #151515;
	color: White;
	text-decoration: none;
	float: left;
	vertical-align:middle;
	padding:18px 40px;
}
#navcontainer ul li a:hover {
	background:url(../images/activeBtn.jpg) repeat-x;
	color: #fff;
}
#navcontainer #active a {
	background:url(../images/activeBtn.jpg) repeat-x;
	color: #fff;
}
h1 {
	color:#6d6d6d;
	padding:0 0 10px 0;
}
.testimonials {
	margin-left:30px;
	float:left;
	width:350px;
}
.meaning {
	margin-left:400px;
	border-left:1px solid #6a7b86;
	padding-left:50px;
}
.meaning ul {
	list-style:none;
}
.testimonials ul {
	padding-left:40px;
	padding-bottom:10px;
}
.clearer {
	clear:both;
}
hr {
	border-top:1px solid #6a7b86;
	height:1px;
	margin:20px 0;
}
#mainContent {
padding-top:240px;
margin:0 10px;
}
.copyrightTemplate {
	background:#f0efea;
	padding:20px;
}

#content .inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}

#thumbwrap {
	margin:auto;
	position:relative;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	position:relative;
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:8px; left:150px; 
}
