* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #a00;
	font-weight: bold;
}
a:hover {
	color: #f00;
}
a img {
	border: none;
}
body {
	font: 12px arial;
	background: #454648;
	color: #000;
}
#wrapper {
	width: 800px;
	height: 640px;
	margin: 0 auto;
	background: url(../img/wrapper3.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}
#maintext {
	position: absolute;
	width: 529px;
	height: 338px;
	top: 180px;
	left: 240px;
	padding:10px 10px 10px 10px;
	
	
}
#menu {
	position: absolute;
	top: 178px;
	left: 47px;

}
#menu ul { list-style: none; }
#menu a {
	display: block;
	width: 120px;
	padding: 13px 0px 12px 0px;
	margin: 6px 0px 3px 30px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	height:10px;
}
#menu a:hover {
	color: #f00;
}

#home{
 position: absolute;
    top:2px;
	left: -10px;
	width: 170px;	
	
}
#home ul { list-style: none; }
#home a {
	display: block;
	width: 170px;
	padding:  0px;
	margin: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	
}
#company{
 position: absolute;
    top: 50px;
	left: -1px;
	width: 170px;
	
}
#company ul { list-style: none; }
#company a {
	display: block;
	width: 170px;
	padding:  0px;
	margin: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	
}
#services{
    position: absolute;
    top: 98px;
	left: 0px;
	width: 170px;
	
}
#services ul { list-style: none; }
#services a {
	display: block;
	width: 170px;
	padding:  0px;
	margin: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	
}
#strengths{
    position: absolute;
    top: 146px;
	left: 0px;
	width: 170px;
	
}
#strengths ul { list-style: none; }
#strengths a {
	display: block;
	width: 170px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	
}
#contact{
	position: absolute;
	top: 195px;
	left: 1px;
	width: 170px;
	
}
#contact ul { list-style: none; }
#contact a {
	display: block;
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	color: #000;
	text-align: center;
	font: bold 14px arial;
	
}#maintext ul {
	padding: 10px 20px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 10px 0px;
}
h1 { font: bold 24px arial; }
p {
	padding: 7px 0px; 
}

