/*Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking*/
BODY
{
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	color: #3E3535;
	background-color: #FFFFFF;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*Set the page width*/
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer
{
	width: 768px;
	margin: 0 auto;
	text-align: left;
}
#wrapper-menu-top
{
	background: #FFFFFF url('bg02-white-left.png') no-repeat left top;
}
#menu-top
{
	background: transparent url('bg02-white-right.png') no-repeat right top;
	overflow: hidden;
/*no idea why this works, but it fixes a FF problem*/
}
#menu-top UL
{
	margin: 0 20px;
	padding: 1em 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}
#menu-top LI
{
	display: inline;
	float: left;
}
#menu-top A
{
	float: left;
	background: url(menuleft.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 1.5em;
}
#menu-top A SPAN
{
	background: transparent url(menuright.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #5B8FBE;
	display: block;
	float: left;
	cursor: pointer;
/*IE doesnt display the hand when you roll over the link for some reason. This fixes it*/
}
#menu-top A:hover
{
	background-position: 0% -42px;
}
#menu-top A:hover SPAN
{
	background-position: 100% -42px;
}
#wrapper-header
{
	background: transparent url('bg.png') repeat-x top center;
}
#header
{
	background: #EEE url('banner_mountains.jpg') no-repeat center top;
}
#wrapper-header2
{
	background: transparent url('bg02-blue-left.png') no-repeat top left;
}
#wrapper-header3
{
	background: transparent url('bg02-blue-right.png') no-repeat top right;
}
#header H1
{
	margin: 0 25px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #636363;
	font-size: 130%;
}
#wrapper-content
{
	background: #FFFFFF url('bg02-white-left.png') no-repeat left top;
}
* HTML #wrapper-content
{
	height: 1%;
}
#content
{
	background: transparent url('bg02-white-right.png') no-repeat right top;
	padding: 15px 40px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
/*
#wrapper-menu-page {
float: right;
width:10px;
margin: 20px 0px 3em 0px;
text-align: center;
line-height: 140%;
font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }
*/
#menu-page
{
	padding-top: 5px;
}
#menu-page UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#menu-page H3
{
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em;
	color: #5B8FBE;
	font-weight: normal;
	letter-spacing: 0.15em;
}
#menu-page A:link, #menu-page A:visited
{
	color: #888;
}
#menu-page A:hover
{
	color: #5B8FBE;
}
#wrapper-footer
{
	margin-top: 1em;
	text-align: center;
}
#footer
{
	margin: 0 20px;
	background-color: #E5F0FC;
	border: 1px solid #CCC;
	border-bottom: 0;
	clear: both;
}
H2
{
	font-size: 110%;
}
H3
{
	font-size: 100%;
}
A:link, A:visited
{
	color: #5B8FBE;
	text-decoration: none;
}
A:hover
{
	color: #666;
	text-decoration: none;
}

