* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #FAFDE8;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-bottom: 1em;
}
.centre {
	text-align: center;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
h1 {
	height: 158px;
	font-size: 2em;
	color: #003333;
	width: 690px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
h1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/logo.jpg);
}

#nav {
	background-color: #537F19;
	width: 660px;
	margin: 0 auto 20px;
	padding: 1px 0;
}
#nav .inner {
	background-color: #537F19;
	margin: 0 -1px;
	padding: 1px 0;
}
#nav ul {
	background-color: #537F19;
	margin: 0 -1px;
	height: 46px;
	padding-left: 1px;
	position: relative;
}


#nav li {
	list-style: none;
	float: left;
}
#nav a {
	float: left;
	width: 108px;
	margin-left: 2px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/buttongrad.jpg);
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}
#nav a:hover {
	background-position: left bottom;
	color: #5B005B;
}
#pghome .menhome,
#pgcontact .mencontact {
	background-position: left bottom;
}



#content {
	overflow: hidden;
	clear: both;
}
#content .panel {
	background-image: url(images/panelgrad.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 2px solid #BE63C0;
	color: #5E005E;
}
#content .panel .inner {
	padding: 5px 10px;
	min-height: 154px;
}

* html #content .panel .inner{
	height: 154px;
}
#content .panel .top {
	display: block;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	height: 5px;
	top: -2px;
}
#content .panel .bottom {
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	position: relative;
	bottom: -2px;
}

#content .panel i {
	float: left;
	height: 5px;
	width: 5px;
	background-image: url(images/panelcorner.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: -2px;
}
#content .panel .top .right {
	float: right;
	background-position: right top;
	left: 2px;
}
#content .panel .bottom i {
	background-position: left bottom;
}
#content .panel .bottom .right {
	float: right;
	background-position: right bottom;
	left: 2px;
}
#content .panel h2 {
	text-align: center;
	font-size: 2em;
	color: #990099;
	padding-bottom: .5em;
}
#content .panel h3 {
	color: #990099;
	font-size: 1.3em;
	text-align: center;
	padding-bottom: .5em;
}
#enquire {
	width: 25em;
	display: block;
	margin: 0 auto;
}

#enquire fieldset {
	border: 0;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#enquire label {
	float: left;
	width: 5em;
	text-align: right;
	clear: left;
	margin: 5px;
}
#enquire input, #enquire textarea {
	background-color: #FFF0FF;
	float: left;
	margin: 5px;
}
#enquire #address {
	display: none;
}

#enquire .hilite {
	background-color: #FFB0DC;
}
#enquire .printhide {
	width: 19.5em;
	overflow: hidden;
	margin: 0 auto;
}
#footer {
	height: 30px;
	padding-top: 70px;
	position: relative;
	margin: -100px auto 0;
	width: 760px;
}
#footer p {
	margin: 0;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
