/* Top Elements */
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

address
{
	margin-left: 10px;
}
body
{
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555;
	text-align: center;
}

/* links */
a, a:visited
{
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover
{
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3
{
	font-family: 'Trebuchet MS' , Tahoma, Sans-serif;
}
h1
{
	font-size: 150%;
	font-weight: normal;
	color: #006699;
}
h2
{
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3
{
	font-size: 120%;
	color: #666666;
}

h1, h2, h3, p
{
	padding: 10px;
	margin: 0;
}
ul
{
	margin: 5px 20px;
	padding: 0 20px;
}

#wrap
{
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap
{
	background: #FFF;
	clear: both;
	width: 760px;
	padding: 0;
	margin: 10px auto;
}
#header
{
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	color: #FFF;
}
#header p#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: 4px;
	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(images/menu.jpg) repeat-x 0 0;
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;
}
#menu ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	display: inline;
}
#menu a
{
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover
{
	color: #D4E59F;
}
#current a
{
	color: #D4E59F;
}
/* About Us Page */
#about ul
{
	list-style: none;
}
#about ul h1,h2,h3
{
	margin: 10px 0;
	padding: 0;
}

/* Footer */
#footer
{
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;
	font-size: 92%;
}