
body {
	font-family:  verdana, arial, tahoma;
	font-size: .7em;
	color: #666666;
	background-color: white;
	line-height: 170%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* For the table in the content section, div class around for contact, then specifying the td class for font and bground colour */
#contact td {
	color:#666666;
	background-color:#CCCCCC;
}

#contact .img {
	border:none;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.jpg') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.jpg') no-repeat right top;
	overflow: hidden; 
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.gif) 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(images/menuright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#663399;
	display: block;
	float: left;
	cursor: pointer;
}

#menu-top a:hover { 
	background-position:0% -42px;
}

#menu-top a:hover span {
	background-position:100% -42px;
}

#wrapper-header {
	background: transparent url('images/bg.jpg') top center repeat-x;
}

#header {
	background: #eee url('images/banner_header.jpg') no-repeat center top;
}

/* These two wrapper-headers give the 'edge' effect on the left and right */
#wrapper-header2 {
	background: transparent url('images/bg02-purple-left.jpg') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-purple-right.jpg') top right no-repeat;
	padding-left:30px;
	padding-top:5px;
}

HR { 
	width: 100%;
	color: #CCCCCC;
	border: dotted;
}

h2 { 
	font-size: 160%;
	padding-left:20px;
	background: url('images/h2_choc.gif') no-repeat left center;
	color:#333333;
}

h3 { 
	font-size: 110%; 
}

h4 { 
	font-size: 105%; 
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content {
	background: white url('images/bg02-white-left.jpg') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.jpg') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

img {
	border:#663399 1px dashed;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.jpg') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding-left:35px;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: square;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 95%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #663399;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { 
	color: #663399;
	text-decoration:none; 
}
#menu-page a:hover { 
	color: #663399;
	text-decoration:underline;
}

a:link { 
	color: #663399;
	text-decoration: underline;
}
a:visited {
	color:#663399;
	text-decoration:underline;
}	

a:hover{ 
	color: #663399;
	text-decoration: none;
}

#footer {
	padding: 0px 0px 0px 0px;
	width: 620px;
	border-top: 1px solid #999999;
	/*background-image:url(images/bgFooter.jpg) top center repeat-x; */
	/*clear: both;*/
}

#wrapper-footer {
	margin-top: 2em;
	text-align: left;
	padding:5px 0px 0px 90px;
	font-size:9px;
	color:#999999;
}
#wrapper-footer a {
	text-decoration:none;
}
#wrapper-footer a:hover	{
	text-decoration:underline;
}





