	body {
		text-align:center;
  	   color: #444444;
		}
	
	#frame {
		width:600px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:592px;
		padding:0px;
		float:left;
		text-align:right;
		margin-top: 10px;
		}
	
	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentheader{
    background-image:  url(../images/head_back.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 600px;
}
	#contentheader #nav {
    position: relative;
    height: auto;
	 width: 380px;
    left: 270px;
    top: 20px;
}

.inline-button {
	_width:12em;
	font: bold 65%/1 Verdana, sans-serif;
	margin: 0 0.2em; padding: 0.1em 0; _padding:0;
	border: 1px solid black;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background: #ccc;
	color: black;
	}
.inline-button em {
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: white;
	color: black;
	}
.inline-button span {
	_width:1em; _cursor:hand;
	margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
	}
.inline-button:hover {
	background: #AAA;
	color: white;
	}
.inline-button:hover em {
	background: black;
	color: white;
	}

.orange { background: orange; color: black }
.orange em { background: white; color: #c60 }

.blue { background: #06c; color: white }
.blue em { background: white; color: #06c }

.green { background: #3EB300; color: white }
.green em { background: white; color: #3EB300 }

.darkblue { background:#006; color:white }
.darkblue em { background:#ccf; color:#006 }

.brown { background:#dd9; color:black }
.brown em { background:white; color:#dd9 }

.rust {background:#FFCC00; color:white	}
.rust em { background:white; color:#FFCC00 }

.red {background:#9A0054; color:white	}
.red em { background:white; color:#9A0054 }

.mustard {background:#B38F00; color:white	}
.mustard em { background:white; color:#B38F00 }


#home .blue span, #services .mustard span, #done .green span, #contact .red span
{
	background: #AAA;
	color: white;
}
#home .blue em, #services .mustard em, #done .green em, #contact .red em
{
	background: black;
	color: white;
}

.area
{
	width: 100%;
	height: 5px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: Black;	
}

.done
{
   background-repeat: no-repeat;
   text-align: right;
}
.coroli
{
    background-image:  url(../images/coroli.jpg);
}
.almas
{
    background-image:  url(../images/almas.jpg);
}
.impact
{
    background-image:  url(../images/impact.jpg);
}

.smser
{
    background-image:  url(../images/smser.jpg);
}

.link  {
	color: #0066cc;
	text-decoration:none;
}
.link:hover   {
	color: #0066cc;
	text-decoration: underline;
}

