* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p{line-height:20px;}
a{ color:#0066CC; text-decoration:none;}
a:hover{ color:#0066CC; text-decoration:underline;}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 902px;
 float: left;
 padding: 10px;

 height: 152px;
 margin: 10px 0px 5px 0px;
 background: #333333;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
#leftwrapper{width:217px; height:auto; float:left;}
#costsleftcolumn { 
 color: #333;
 padding: 10px 0px 10px 0px;
background: #ffffff;
 margin: 0px 5px 5px 0px;
 height: auto;
 width: 217px;
 float: left;
background-image:url(images/costs.jpg);
background-position:top;
background-repeat:no-repeat;
}
#costsleftcolumn p{ font-weight:bold; padding-top:10px; text-align: center;} 
#costsleftcolumn h2{ font-size:18px; color:#d70505;} 
.leftcontent{  background: #ffffff;
 margin: 40px 0px 5px 0px;
border:1px solid #000000;
 height: auto;
 width: 195px;
padding:10px;
 float: left;}

#aboutusleftcolumn { 
 color: #333;
 padding: 10px 0px 10px 0px;
background: #ffffff;
 margin: 0px 5px 5px 0px;
 height: auto;
 width: 217px;
 float: left;
background-image:url(images/aboutus.jpg);
background-position:top;
background-repeat:no-repeat;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;

}

#navlist li
{
padding:0px 0px 20px 22px;

background-image: url(images/tick.jpg);
background-repeat: no-repeat;
height:16px;
color:#333333;

}


#content { 
 float: left;
 color: #333;
 

 margin: 0px 5px 10px 0px;
 padding: 10px;
 height: auto;
 width: 458px;
 display: inline;
}

#content p{margin-bottom:10px;}
#content h1{ font-size:18px; margin-bottom:15px;}
#content img{padding:3px;}
#rightcolumn { 
 color: #333;

 background: #ffffff;

 margin: 0px 0px 5px 0px;
 padding: 10px 0px 10px 0px;
 height: auto;
 width: 217px;
 float: left;
background-image:url(images/contactus.jpg);
background-position:top;
background-repeat:no-repeat;
}
#rightcontent{ color: #333333;
background-color: #CCCCCC;
 margin: 40px 0px 5px 0px;
border:1px solid #000000;
 height: auto;
 width: 195px;
padding:10px;
 float: left;}


#footer { 
 width: 902px;
 clear: both;
 color: #ffffff;

 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
text-align:right;
}

.right {
	float: right;
}
span.red {
	color:#FF0000;
	font-size:22px;
	font-weight:bold;
	left:420px;
	top: 20px;
	position:relative;
}
span.white {
	color:#FFFFFF;
	font-size:15px;
	position:relative;
	left:420px;
	top:25px;
}