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;
}
.welcome {
	background-image:url(welcome_to_our_website.png);
	width:476px;
	height:40px;
}
.aboutus {
	background-image:url(about_us.png);
	width:169px;
	height:33px;
}
.ourservices {
	background-image:url(our_services.png);
	width:218px;
	height:33px;
}
.testimonials {
	background-image:url(testimonials.png);
	width:210px;
	height:33px;
}
.alltitle {
	margin: 20px 0 10px 0;
	text-indent:-5000px;
}
.topmenu {
	padding-top:5px;
}
.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;
}
p {text-align:justify;
	color:#FFFFFF;
}
