body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #202020;
	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 */
	color: #b7ffb1;
}
.oneColElsCtr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.line {
	height:1px;
	line-height:1px;
	border-bottom: dotted 1px #373f31;
}
a {
	color:#b7ffb1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.header {
	background-image:url(designer_cornwall_header.png);
	width:970px;
	height:80px;
	margin: 20px 0 20px 0;
	text-indent:-5000px;
}
.websitedesignandhosting {
	background-image:url(website_design_and_hosting.png);
	width:474px;
	height:40px;
}
.websitedesignportfolio {
	background-image:url(website_design_portfolio.png);
	width:449px;
	height:40px;
}
.references {
	background-image:url(website_design_random_references.png);
	width:321px;
	height:26px;
}
.underconstructionwebsites {
	background-image:url(under_construction_or_coming_soon.png);
	width:599px;
	height:33px;
}
.technologies {
	background-image:url(technologies_we_use.png);
	width:343px;
	height:33px;
}
.finishedwebsites {
	background-image:url(finished_websites.png);
	width:297px;
	height:33px;
}
.webpackages {
	background-image:url(website_design_packages.png);
	width:403px;
	height:33px;
}
.webhosting {
	background-image:url(website_hosting_and_domain_registration.png);
	width:618px;
	height:33px;
}
.alltitle {
	margin: 20px 0 10px 0;
	text-indent:-5000px;
}
.topmenu {
	padding-top:5px;
}
.third {
	float:left;
	width: 24%;
	font-size:20px;
	color:#FFFFFF;
}
.list {
	font-size:14px;
	color:#CCCCCC;
	margin:5px 0 0 15px;
}
.clear {
	clear:both;
	height:20px;
	line-height:20px;
}
.imgdiv {
	border: 1px solid #cccccc;
	padding:5px;
	margin:3px;
	float:left;
	height:80px;
	width:280px;
	background-position:center;
	background-repeat:no-repeat;
}
.imgdiv span {
	height:15px;
	margin-top:65px;
	background-image:url(portfolio/portfolio_details.gif);
	display:none;
}
.imgdiv:hover span {
	display:block;
	filter:alpha(opacity=50);
	opacity:0.7;
}
td {
	text-align:center;
	border-bottom: 1px #373f31 dotted;
	border-right: 1px #373f31 dotted;
	border-top: 0;
	border-left: 0;
	padding: 7px 3px 7px 3px;
	}	
th {
	text-align:center;
	background-color:#181818;
	color:#FFFFFF;
	border-bottom: 1px #444444 dotted;
	border-right: 1px #444444 dotted;
	border-top: 0;
	border-left: 0;
	padding: 7px 6px 7px 6px;
	}	
table {
	width:95%;
	border: solid 2px #373f31;
	border-spacing:0;
	}
.productsandprices {
	background-image:url(products_and_prices.png);
	width:295px;
	height:33px;
}
hr {
	height:0px;
	color: #373f31;
	border: 0;
}