body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	background:#879CA9 none repeat scroll 0 0;
	color: #000000;
	background-position: left top;
	background-repeat:no-repeat ;	
}

#container {
	position: relative; 
	width: 750px;
	margin:0 auto; 
	text-align: left;
}


/* general */

p,ul,td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: left;
	vertical-align: top;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #323298;
	margin: 28px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #323298;
	margin: 28px;
	margin-bottom: 0px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
	text-align: center;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-align: center;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FFFFFF;
	margin: 8px 0px 0px 20px;
}


img a:hover {
	border: none;
}


/* top area */

td.toplogo {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	height: 140px;
}

td.toplogo a:hover {
	border: none;
}

td.topbanner {
	background-color: #FFFFFF;
	height: 140px;
	padding-left: 0px;
}

td.topbanner p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 85%;
	color: #FF9933;
}

tr.menuarea {
	background-color: #495454;
}

td.menu {
	width: 750px;
	height: 25px;
	font-size: 75%;
	font-weight: bold;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}

td.menu ul {
	margin: 0em;
	padding: 0em;
	display: inline;
	list-style: none;
}

td.menu li {
	display: inline;
	list-style: none;
	color: #C1DDF2;
}

td.menu li a {
	color: #C1DDF2;
	text-decoration: none;	
}

td.menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

span.selected {
	color: #FF0000;
}


/* feature area */

td.feature {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 210px;
	background-color: #D8DAFF;
}

td.feature img {
	margin: 0px 0px 5px 15px;
}

p.featuretitle {
	padding-left: 0px;
	margin: 0px;
	font-size: 80%;
	color: #323298;
	font-weight: bold;
}

td.feature p{
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	font-size: 80%;
	color: #323298;
}

td.feature p a:hover {
	color: #FF0000;
	text-decoration: none;
}


td.feature li {
	color : #000000; 
	list-style-type : square; 
	background-position:0 0.4em; 
	vertical-align : top; 
	width : 170px; 
	margin : 0 10px 0 -10px; 
	padding : 0 0 0 0; 
	font-size : 75%; 
	line-height : 140%; 
	height: 140%;
}

.wish {
	color: #000000;
}

div.caption {
	padding-left: 15px;
	font-size: 70%;
	color: White;
}

div.caption a {
	color: White;
	font-weight: bold;
	border-bottom: 1px dotted White;
}

div.caption a:hover {
	color: #333366;
	border-bottom: 1px dotted #333366;
	text-decoration: none;
}


/* content area */


tr.contentarea {
	background-color: #FFFFFF;	
}

td.content {
	padding: 10px 10px 10px 15px;
	margin: 0px;
}

td.content p {
	font-size: 75%;
}

img.left {
	float: left;
	clear: left;
	border:1px solid blue;
	margin: 10px 10px 10px 28px;
}

img.right {
	float: right;
	clear: right;
	border:1px solid blue;
	margin: 10px 28px 10px 10px;
}

img.centre {
    	display: block;
      	margin-left: auto;
  	margin-right: auto;    
}

ol {
	font-size: 100%;
	margin-left: 0px;
}

.peoplecontainleft{
	width:200px;
	height:380px;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
}

.peoplecontainright{
	width:200px;
	height:380px;
	padding-left:20px;
	padding-bottom:20px;
	float:right;
}

.people{
	height:200px;
	width:200px;
	border:1px solid blue;
}

.peoplecaption{
	width:200px;
	font:normal 70% Arial;
	line-height:1.5;
	text-align:left;
}


/* data table */

table.data {
	font-size: 75%;
	width: 540px;
}

table.data td {
	padding: 3px 0px 3px 5px;
}

td.header {
	color: white;
	background-color: #AF8358;
}


/* footer area */

td.footer {
	position: relative; 
	width: 750px;
	margin:0 auto; 
	text-align: left;
}

td.footer p {
	background-color: #495454;
	font-size: 75%;
	width: 750px;
	margin: 0 auto;
	color: #FFFFFF;
}

td.footer p a {
	color: #FFFFFF;
	font-weight: normal;
}

td.footer p a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	border-bottom : none;
}




fieldset {
background-color: #D1FAE8;
	margin: 0em 0 0 0;
	padding: 1em 0 1em 0;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

label {
	display: block;
}

label {
	float: left;
	width: 10em;
	margin-right: 0.5em;
	padding: 0.3em;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
}

fieldset.ga {
	margin: 1em;
	padding: 0em 1em 0em 1em;
}

label.single {
	float: left;
	width: 7.5em;
	margin-left: -1em;
	margin-right: 0.5em;
	padding: 0.3em;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
}

p.gatxt {
	padding: 0em 2em 1em 2em;
}

#fname, #lname, #address, #email {
	width: 300px;
}

#title, #postcode, #amount {
	width: 90px;
}

#submit {
	margin: 0em 0em 0em 2.5em;
}

#clear {
	margin: 0em 0em 0em 0em;
}

