body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #333333;
	background-color:#009900;
}
p {
	font-size: 1em;
	text-align:left;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
h1, h2, h3, h4 {
	color: #009900;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
}
/*#contentholder h1,h2,h3,h4 {
	color: #ffcc00;

}*/
h1 {
	font-size: 1.5em;
	margin-bottom:  5px;/*border: 1px solid #871E31;*/
  /*padding: 10px;*/
}
h2 {
	font-size: 1.33em;
	margin-bottom:  3px;
}
h3 {
	font-size: 1.16em;
	margin-bottom:  3px;
}
h4 {
	font-size: 1em;
	margin-bottom:  3px;
}
.indent {
	padding-left: 30px;
}
.blockquote {
	font-size: 1em;
	display: block;
	padding: 3px;
	background-color:#666;
	border: 2px solid #E5053A;
}
td {
	vertical-align:top;
	border: solid 1px #009900;
}
.headfoot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.headfoot a {
	text-decoration: none;
	color: #003399;
}
.headfoot a:hover {
	text-decoration: underline;
	color: #003399;
}
.tablexblue {
	background-color: #009999;
}
.picturexright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.picturextraright {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.picturexleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.picturexcenter {
	margin: 5px auto 5px auto;
}
.space {
	height: 15px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
a {
	color:#009900;
	font-size:1em;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {
	color:#009900;
}
a:visited {
	color:#009900;
}
a:hover {
	text-decoration:underline;
}
form {
	background-color:#CCCCCC;
}
/*LAYOUT*/
#wrapper {
	/*position: relative;*/
	margin: 10px auto 10px auto;
	padding: 2px 4px 4px 2px;
	text-align: left;
	width: 850px;
	border: 2px solid #003399;
	background-color:#660033;/*background: ffcc33 #ffffff;
		background-image:url(../images/bg_grey.gif);
		background-repeat:repeat;*/
	}
#contentwrapper {
	position: relative;
	background-color:#fff;
	padding: 0;
	border: 1px solid #666;
	width: 100%;/*border: 1px solid #000066;
  	background: #ffcc00;*/
	}
#contentholder {
	float: left;
	margin:0;
	/*background-color:#ffffcc;
	padding:15px 10px 15px 10px;*/
	width:100%;
	text-align:left;
	background-color:#fff;/*border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/


}
#Header {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 115px;
	text-align: left;/*border-style:solid;
	
	border-color:#336699;
	border-width:1px;
	 
	background-color:#ffffcc;
	background-image:url(../images_new/header_bg.gif);*/
}
#Headtext {
	margin:0px;
	padding: 2px 5px 2px 10px;
	width: 50%;
	height: 100px;
	float:left;
	vertical-align:middle;
	/*border-style:solid;
	
	border-color:#336699;
	border-width:1px;*/ 
	text-align: left;/*background-color:#ffffcc;
	background-image:url(../images_new/medley_6a.jpg);*/
}
#headline {
	/*width:100%;*/
padding: 2px 5px 2px 5px;
	/*border-style: solid;
border-color: #dddddd;
border-width: 1px 0px 1px 0px;
background-color:#ffffcc;*/

text-align: left;
}
/* navigation */

/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 0.9em verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #666; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #009900; /* set unselected tab background color as desired */
	color: #fff; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
	color: #009900;
}
/* end css tabs */


#comment {
	float: right;
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	width:210px;
	text-align:left;
	padding:15px 10px 15px 10px;
}
#Content {
	/*position: absolute;
	/*top:105px;*/
	float: left;
	margin:0;
	padding:5px;
	width:645px;
	text-align:left;/*background-image:url(../images/bg_voltaire1_cream_575.jpg);
		background-color:#ffffcc;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;*/


}
#Contentcontact {
	/*position: absolute;
	/*top:105px;*/
	float: left;
	margin:0;
	background-color:#e1e1e1;
	padding:15px 10px 15px 10px;
	width:645px;
	text-align:left;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;
}
#rightbar {
	/*position:absolute;*/
	float:right;
	margin: 0;
	width:175px;
	padding:5px 5px 5px 5px;
	/*border-style:solid;
	border-width:1px;
	border-color:  #6078bf;*/
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:175px;
}
#rightbar p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
}
/* Again, "be nice to Opera 5". */
body>#rightbar {
	width:175px;
}
#enquiryform {
	width: 645px;
}
#Content ul {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
	list-style: disc;
	vertical-align: middle;
}
#Content li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 15px;
	font-size: 0.8em;
	color: #333333;
	background: #ffffff;
	border: 1px solid #666;
}
#footer p {
	margin: 0;
	padding: 0px;
}
/*#footer a {
	color: #003399;
	text-decoration:none;
	}
#footer a:hover {
	color: #003399;
	text-decoration:underline;
	}*/

div.spacer {
	width: 100%;
	clear: both;
}
table {
/*border: 1px solid #990333*/}
td {
	/*border: 1px solid #990333;*/
padding: 5px;
}
td p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #000000;
	text-align:left;
}
#contentholder img {
	border: 1px solid #009900;
}
.space {
	height: 15px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
#thumbcontainer {
/*text-align:center;*/
}
div.thumbhome {
	float: left;
	width: 200px;
	padding: 10px;/*display: none;*/
}
div.thumbhome p {
	text-align:center;
}
div.thumbcards {
	float: left;
	width: 100%;
	/*height: 150px;*/
  padding: 5px;
	margin: 0px 2px 5px 2px;
	border: solid 1px #666;/*display: none;*/
}
div.thumbcards h1 {
	display: block;
	background-color:#ffcc33;
	border: 1px solid #666;
	color: #666;
}
div.thumbcards p {
	text-align:left;
}

