*{
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", verdana, arial;
}* 
body {
	background-color: #ffff00;
	color: #000000;
	background-image: url(../images/Cracked.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in ie 5* browsers. the text is then set to the left aligned default in the #container selector */
}
#content {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	background-color: #ffffff;
}
#main {
	width: 780px;
	background-color: #ffffff;
}
#banner {
	width: 780px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
#left {
	float: left;
	width: 220px;
	text-align: left;
	/*border-right: 1px solid #000000;*/
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
#left a {
	font-size: 18px;
	color: #5b59f8;
	text-decoration: none;
}

#left a:hover {
	font-size: 18px;
	color: #006600;
	text-decoration: none;
}
#services a {
	font-size: 18px;
	color: #5b59f8;
	text-decoration: none;
}

#services a:hover {
	font-size: 18px;
	color: #006600;
	text-decoration: none;
}
#menu {
	text-align: center;
	clear:both;
	/*border-bottom: 1px solid #000000;*/
}
#menu a {
	font-size: 18px;
	color: #5b59f8;
	text-decoration: none;
}

#menu a:hover {
	font-size: 18px;
	color: #006600;
	text-decoration: none;
}

#data {
	float: right;
	width: 528px;
	padding: 15px;
	background-color: #ffffff;
}
.title {
	font-size: 28px; 
	color: #000000;
	font-weight:bold; 
	margin:20px 0;
	text-align:center
}
.text24 {
	font-size: 24px; 
	color: #000000;
	font-weight:bold; 
}
.text20 {
	font-size: 20px; 
	color: #000000;
	font-weight:bold; 
}
.text18 {
	font-size: 18px; 
	color: #000000;
	font-weight:bold; 
}
.text16 {
	font-size: 16x; 
	color: #000000;
	font-weight:bold; 
}
#whatwedo {
	padding-left: 40px;
}
#foot
{
    clear:both;
    /*border-top:solid 1px black;*/
}
a {
	font-size: 18px;
	color: #5b59f8;
	text-decoration: none;
}

a:hover {
	font-size: 18px;
	color: #006600;
	text-decoration: none;
}
