BODY { /* WS: Body of the site */
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

TD { /* WS: Table cell */
	color: #FFFFFF;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px; 
/*	color:#000000;*/
}

A {
	color: #CCCCCC;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px; 
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: #151515;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-weight: bold;
	text-align: center; 
	height:34px;
	font-size: 11px;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-weight: bold;
	text-align: center; 
	font-size: 11px;
	border: 1px solid #3C3C3C;
	border-top: none;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #808080;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}
.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}

.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1;
}
.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #333333;
	background-color: #eeeeee; 
	border-color: #999999; 
	border-style: solid; 
	border-width: 1;
}

H1 {
	font-size: 18px; 
	color:#ffffff; 
	font-weight: bold;
}

H2 {
	font-size: 12px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	width: '100%';
	height: 18px;
	padding-left : 5px;
	border-bottom: 2px solid #3C3C3C;
}

H3 {
	font-size: 11px; 
	color:#ffffff; 
	font-weight: bold;
}

.CDcontent{
		background: url(http://gandalf.com/clients/_sfd_webstart/christiandruery.co.nz/site_images/christian_druery_bg.jpg) no-repeat bottom #3C3C3C;
		padding-top : 10px;
		padding-bottom : 10px;
		padding-left : 20px;
		padding-right : 20px;
		height: 400px;
}

.CDfooter{
	width: 760px;
	height: 40px;
	font-size: 12px;
	background-color: #141414;
	text-align: center; 
}

.Websites{
	font-size: 10px;
	color: #141414;
	text-align: right; 
}

.WebLinks{
	font-size: 9px;
	color: #444444;
	text-align: left; 
	text-decoration: none;
}