* {  margin: 0; padding: 0; font-family: Arial, Verdana, Helvetica, Sans-Serif; }

body {
	background: #666;
}
a {
	color: #FFF;	
}
h1 {
	font-size: 1.6em;
	color: #555;
	line-height: 2em;
	font-family: Times New Roman, Georgia, Helvetica, Serif;
	font-weight: bold;
}
address {
	font-weight: normal;
	font-style: normal;	
}
#container {
	background: #000;
	margin: 0 auto;
	width: 852px;
	border-left: 1px solid #000;
	border-right: 1px solid #000; 
	position: relative;
}
#header {
	width: 852px;
	height: 104px;
	background: url('/img/sprites.jpg') -1px 0px no-repeat;
	border-left: 1px solid #000;
	position: relative;
}
#header b { /*FOR BLIND ACCESSIBILITY */
	display: none;	
}
#body {
	width: 852px;
	height: 488px;
	background: url('/img/sprites.jpg') 0px -104px no-repeat;
	position: relative;
}
#leftcol {
	height: 488px;
	width: 333px;
	background: url('/img/sprites.jpg') 0px -104px no-repeat;
	float: left;
}
#leftcol p {
	font-family: Verdana;
	display: block;
	font-size: 12px;
	line-height: 18px;	
	color: #EEE;
	margin-left: 93px;
	margin-top: 325px;
	width: 225px;
}
#rightcol {
	height: 488px;
	width: 518px;
	margin-left: 333px;
	border-right: 1px solid #000;
	background: none;
}
#footer {
	background: #000;
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 852px;
	position: relative;
}
#footer a {
	color: #CCC;	
}
#leftfoot {
	padding: 10px;
	width: 400px;
}
#rightfoot {
	float: right;
	padding: 10px;
	width: 412px;
	text-align: right;
}
#home {
	display: block;
	width: 117px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 332px;
	background: url('/img/sprites.jpg') -332px 0px no-repeat;
}
#home:hover {
	background: url('/img/sprites.jpg') -332px -593px no-repeat;
}
#about {
	display: block;
	width: 97px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 451px;
	background: url('/img/sprites.jpg') -451px 0px no-repeat;
}
#about:hover {
	background: url('/img/sprites.jpg') -451px -593px no-repeat;
}
#services {
	display: block;
	width: 96px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 552px;
	background: url('/img/sprites.jpg') -552px 0px no-repeat;
}
#services:hover {
	background: url('/img/sprites.jpg') -552px -593px no-repeat;
}
#portfolio {
	display: block;
	width: 96px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 652px;
	background: url('/img/sprites.jpg') -652px 0px no-repeat;
}
#portfolio:hover {
	background: url('/img/sprites.jpg') -652px -593px no-repeat;
}
#contact {
	display: block;
	width: 98px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 752px;
	background: url('/img/sprites.jpg') -752px 0px no-repeat;
}
#contact:hover {
	background: url('/img/sprites.jpg') -752px -593px no-repeat;
}
.content {
	margin-left: 2em;
	margin-right: 1em;
}
.content a {
	color: blue;
}
.content p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #444;
	display: block;
	margin-bottom: 1em;
}
.portfolio a {
	text-decoration: none;
}
.portfolio img {
	border: 4px solid #CCC;
}
.portfolio p {
	display: block;
	width: 371px;
}
#h_framework {
	position: absolute;
	top: 370px;
	left: 382px;
	font-size: 0.8em;
	color: #CCC;
}
#h_framework ul {
	line-height: 1.6em;	
	list-style-type: square;
}
#h_services {
	position: absolute;
	top: 370px;
	left: 555px;
	font-size: 0.8em;
	color: #CCC;
}
#h_services ul {
	line-height: 1.6em;	
	list-style-type: square;
}