
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

input {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form border: 1px solid black;	*/
.searchform {
	background-color: transparent;
	margin: 10px; padding: 0; padding-top:8px;
	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 280px;
	color: #000; 
	height: 18px;
	padding-top: 4px;
	padding-left:4px;
	border: 1px solid #E5E5E5;
	vertical-align: bottom;
}
.searchform input.button { 
	width: 60px;
	margin-top: 0px;
	height: 24px;
	vertical-align: bottom;
}
 #wrap-top {
	padding-top: 10%;
}
 #wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center bottom;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
 #header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
 #header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	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: 25px; left: 47px;	
}
 #header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px '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: 70px; left: 55px;		
}

/* header links */
 #header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
 #header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
 #header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
 #menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	width: 780px;	
	text-align: center;
}
/* Footer */	
 #footer {
	color: #C6DDEE;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
 #footer a { 
	color: #FFF;
	text-decoration: none; 
}

