body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;

}

.orangeText {
	color:#ff732e;
	line-height: 15px;
}

.orangeText a:link, .orangeText a:active, .orangeText a:visited {
    text-decoration: none;
    color: #ff732e;
}

.orangeText a:hover {
    color: #ff732e;
    text-decoration: underline;
}

.greyText {
	color:#4d4b4b; 
	line-height: 15px;
}

.greyText a:link, .greyText a:active, .greyText a:visited {
    color:#4d4b4b;
    text-decoration: none;
}

.greyText a:hover {
    color:#4d4b4b;
    text-decoration: underline;
}

.headerGrey {
   	color:#4d4b4b;
	line-height: 15px;
    font-size: 16px;
    font-weight: bold;    
}

#contentArea {
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#rightTopMenu {
	float:right;
	width:679px;
	text-align:right;
    padding-top:51px;
    padding-right: 21px;
    
}

#leftTopMenu {
	float:left;
	width:249px;
    padding-left: 21px;
}

#rightTopMenu a:link, #rightTopMenu a:active, #rightTopMenu a:visited {
    text-decoration: none;
    color: #ff732e;
}
#rightTopMenu a:hover {
    text-decoration: underline;
}

#navMenuLeft {
    float:left;
    background-image: url("../images/menuLeft.gif");
    height: 45px;
    width: 21px;
}

#navMenu {
    float:left;
    background-image: url("../images/menuBack.gif");
    height: 45px;
    width: 928px;
}

#navMenuRight {
    float: right;
    background-image: url("../images/menuRight.gif");
    height: 45px;
    width: 21px;
}


#footerLeft {
    float:left;
    background-image: url("../images/menuLeft.gif");
    height: 45px;
    width: 21px;
}

#footerBg {
    float:left;
    background-image: url("../images/menuBack.gif");
    height: 30px;
    padding-top: 15px;
    text-align: center;
    width: 928px;
}

#footerRight {
    float: right;
    background-image: url("../images/menuRight.gif");
    height: 45px;
    width: 21px;
}

#contactInfo {
    float: left; 
    width:328px; 
    margin-left:21px;    
}

#lastProject {
    width: 970px;
    height: 250px;
    background-image: url("../images/lastprojectBg.jpg");
}
.minimenu {
	padding:0;
	margin:0;
	list-style: none;
	line-height: 30px;
}

.minimenu li {
	display:inline;
 	padding: 3px;

}




