/* resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
	
/* basic styling */

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

img.left {
	float: left;
	border: 1px solid #000000;
	margin: 0px 5px 0px 0px;
	}
	
img.right {
	float: right;
	margin: 0px 100px 0px 5px;
	}

img.test {
	border: 1px solid #000000;
	}
font.w {
	font-family: calibri;
	font-size: 14px;
	color: #ffffff;
	}
font.p{
	font-family: calibri;
	font-size: 16px;
	colour: #ffffff;
	}

/* header styling */

h1 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: red;
	}
h3 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
	}
h4 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
/* section styling */

.wrap {
	width:840px;
	margin:0 auto;
	}
.header {
   	margin:5px 0px 10px 0px;
	}
.left 	{
	width:150px; 
	float:left;
	display: inline;
	font-family: calibri;
	font-size: 12px;
		}
.centre {
	width:500px;
	margin:0px 20px 0px 20px;
	float: left;
	display: inline;
	}
.right {
	width:150px;
	margin:0px 0px 0px 0px;
	float: right;
	display: inline;
	}
	
/* inner section styling */
.signup{
	padding: 5px;
	background: #4D7B19;
	border: 1px solid #336600;
	margin: 0px 0px 10px 0px;
	font-family: calibri;
	font-size: 14px;
	moz-border-radius: 15px;
	webkit-border-radius: 15px; 
	border-radius: 15px;
	}

.welcome{
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	}

.bulk{
	padding: 5px;
	font-family: calibri;
	font-size: 14px;
	clear: both;
	}

.testimonials {
	font-family: calibri;
	font-size: 12px;
	padding: 5px;
	background: #4D7B19;
	border: 1px solid #336600;
	moz-border-radius: 15px;
	webkit-border-radius: 15px; 
	border-radius: 15px;
	}