body {

	font-family: Arial, Helvetica, sans-serif;	
}

div#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 240px;
	height: 37px;
}

div#bricks {
	background-image: url(images/bricks.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 122px;
	top: 67px;
	width: 142px;
	height: 500px;
}

div#b-home {
	position: relative;
	left: 47px;
	top: 6px;
}

div#b-services {
	position: relative;
	left: 15px;
	top: 10px;
}

div#b-customers {
	position: relative;
	left: 30px;
	top: 14px;
}

div#b-contact {
	position: relative;
	left: 15px;
	top: 17px;
}

div#b-about {
	position: relative;
	left: 47px;
	top: 24px;
}

div#b-links {
	position: relative;
	left: 15px;
	top: 29px;
}

div#content {
	position: absolute;
	top: 67px;
	left: 300px;
	width: 60%;
	min-widht: 500px;
	height: 50%;
	min-height: 500px;
	padding-left: 10px;
	border: solid;
	border-width: medium;
	border-color: #000000;
	overflow: hidden;
}

a#home img{
	background: url(images/b-home-1.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#home:hover img{
	background: url(images/b-home-2.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#services img{
	background: url(images/b-services-1.png) top left no-repeat;
	height: 37px;
	width: 79px;
	border-width: 0;
}

a#services:hover img{
	background: url(images/b-services-2.png) top left no-repeat;
	height: 37px;
	width: 79px;
	border-width: 0;
}

a#customers img{
	background: url(images/b-customers-1.png) top left no-repeat;
	height: 37px;
	width: 96px;
	border-width: 0;
}

a#customers:hover img{
	background: url(images/b-customers-2.png) top left no-repeat;
	height: 37px;
	width: 96px;
	border-width: 0;
}

a#about img{
	background: url(images/b-about-1.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#about:hover img{
	background: url(images/b-about-2.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#contact img{
	background: url(images/b-contact-1.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#contact:hover img{
	background: url(images/b-contact-2.png) top left no-repeat;
	height: 36px;
	width: 79px;
	border-width: 0;
}

a#links img{
	background: url(images/b-links-1.png) top left no-repeat;
	height: 37px;
	width: 79px;
	border-width: 0;
}

a#links:hover img{
	background: url(images/b-links-2.png) top left no-repeat;
	height: 37px;
	width: 79px;
	border-width: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600000;
	text-decoration: none;	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900000;
	text-decoration: underline;	
}

ul{
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}