@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	background-color:#cccccc;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
}
#centre {
	width:800px;
	margin:0px auto;
}
#wrapper {
	width:800px;
	float:left;
}
#header {
	width:100%;
	background-color:black;
	padding:0px;
	background-image:url(../images/spark2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
}
#header img {
	padding:15px 15px 0px 15px;
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#navigation {
	width:100%;
	color:#CCCCCC;
	font-weight:bold;
	float:left;
}
#header ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:20px 30px 0px 30px;
	/*
background-image:url(../images/nav-bg.png);
background-repeat:repeat-x;
background-position:bottom left;*/
color:#FFFFFF;
}
#header li {
	float:left;
	margin-right:10px;
	padding-bottom:15px;
}
#header h1 {
	color:#FFFFFF;
	font-size:2em;
	padding:0px 15px;
	margin:0px;
	clear:both;
}
#content {
	width:100%;
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
	background-color:#FFFFFF;
}
#content-left {
	width:69%;
	float:left;
	text-align:justify;
	margin-bottom:10px;
}
#content-right {
	float:right;
	width:28%;
}
#content p, h1, h2 {
	padding-left:30px;
	padding-right:30px;
}
#content-left p {
	padding-right:20px;
}
#content h1 {
	color:#637a90;
	padding-top:10px;
}
#content p, li {
	font-size:1.3em;
}
#content-right h1 {
	color:#333333;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px 30px 0px 10px;
	background-image:url(../images/h-bg.gif);
	width:69%
}
#content-right p {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:8px;
	width:69%;
	margin:0px;
	font-size:1.2em;
	background-color:#7490a9;
}
#footer {
	width:100%;
	clear:both;
	border-top:1px #5f5fff solid;
	color:#000000;
}
table {
	margin-left:30px;
}
#content-right h1.bit-of-marg {
	margin-top:30px;
}
#images {
	width:740px;
	padding:10px 0px;
	margin:0px 30px;
	clear:both;
	float:left;
	border-top:#cccccc 1px solid;
}
#images img {
	padding:0px;
	margin:0px;
}
#images img.img-padd {
	padding-right:20px;
}

table{
	background-color:#e6e6e6;
	padding:20px 40px 10px 40px;
	margin-bottom:10px;
	}

#header h1{
	color:#FFFFFF; 
	float:right; 
	padding:20px; 
	margin:0px;
	}
	
#content p.php-padding{
	padding-bottom:150px;
	}
	
#content-right.contact-page-right{
	width:60%;
	padding-bottom:30px;
	}
	
#content-right.contact-page-right h2{
	padding-top:10px;

	}	
	
#content-left.contact-page-left{
	width:35%;
	}

p.termspad{
	padding-bottom:30px;
	}
	
#footer a{
	color:#000000;
	text-decoration:none;
	}
	
#footer a:hover{
	text-decoration:underline;
	}
	
#content-right a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#content-right a:hover{
	text-decoration:underline;
	}	
	
#content-right h1.smaller{
	font-size:1.6em;
	}
	
#content-right p{
	color:#FFFFFF;
	}
	
#content-right table{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	} 
	
table td.width{
	width:100px;
	}
	
table td.width27{
	width:27px;
	}
	
table td.width78{
	width:78px;
	}
	
table td.width58{
	width:58px;
	}
