/* top elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background: #caced1;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 15px 0;
}
p {
	margin: 10px 15px;
	padding: 0;
}
/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 790px;
	background: #CCC url(common/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 131px;
	background: #caced1 url(common/header.jpg) no-repeat center top;
	padding: 0;
	color: #fff;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px;
	left: 160px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px;
	left: 150px;
}
#footer h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px;
	left: 160px;
}
#footer p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px;
	left: 150px;
}
/* header links */
#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px;
	right: 20px;
}
#header #header-links a {
	color: #fff;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #D4FF55;
}
/* footer links */
#footer #footer-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px;
	right: 20px;
}
#footer #footer-links a {
	color: #fff;
	text-decoration: none;
}
#footer #footer-links a:hover {
	color: #D4FF55;
}
/* navigation */
#menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #81C524 url(common/menu.jpg) no-repeat;
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 790px;
}
#menu ul {
	
	list-style: none;
	margin:0;

}
#menu ul li a {
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #3b5e0b;
}
#menu ul li#current a {
	color: #3b5e0b;
}
/* Footer */	
#footer {
	position: relative;
	height: 131px;
	background: #caced1 url(common/footer.jpg) no-repeat center top;
	padding: 0;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#main {
	
	margin: 0; padding: 20px 0 0 0; 
	
	
}