body {
	background:url(images/back.jpg) top right no-repeat;
	margin:0;
	padding:0;
	font-family:helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#thesite {
	width:810px;
	margin:20px auto 20px auto;
	background:#fff;
background: transparent; 
}

#header {
	height:30px;
	background:url() top center no-repeat;
	border:0px solid #000000;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

/* Begin style for the client box */

#client {
	width:420px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #ccc;
	font-style:italic;
}

#client img{
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}
/* images sidebar*/

#colC {
	float: center;
	border:none; 
	margin:3px;
	padding: 2px;
}

/* sidebar*/
#sidebar {
	width:200px;
	padding:0px;
	float:left;
	margin:0px;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:0px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:#F5F5F5;
	color:#060;
	text-indent:10px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url() top left no-repeat #FFFFDD;
}
.sidegrey {
	height:95px;
	background:#f5f5f5 url(images/sidegrey.jpg) repeat-x;
	padding:10px;
	text-align:left;
	margin:10px 0 0 0;
	font-size:8pt;
}	

/* Begin style for the featured services. */

#featured-content {margin: -20px 15px 0;
                   padding: 0 10px 10px 10px;}

.featured {width: 100%;
           clear: both;
           padding-bottom: 35px;}

.featured h3 {margin: 0;
              padding: 8px 0 0 0;
              background: transparent;
              font-size: 16px;}

.image {
line-height: 0px;
float: left;
margin: 0 10px 0 0;
color: #8BA11D;
padding: 0;}

/* End style for featured services. */

#footer {
	clear:both;
	border-top:1px solid #000;
	background:url(images/footer_bg.jpg) top left repeat-x;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#000000;
	font-weight:normal;
}

a:hover {
	background:#FFFFDD;
}