* 
{
    margin: 0px;
    padding: 0px;
    /*font-family: Verdana, Arial;
    font-size: 9pt;
    color: Black;*/
}
#body 
{
    position: absolute;
	left: 50%;
	margin-left: -396px;
	width: 792px;
	max-width: 792px;
	background-color: white;
}


#header
{
    position: relative;
    float: left;
    width: 100%; 
    background-color: #009900;
}

#main 
{
    position: relative;
    float: left;
    width: 100%;
    background-image: url('images/frontbg.jpg');
    background-repeat: no-repeat;
	height: 480px;
}

#interiormain {
	text-align: center;
	background-image: url('images/const_hat.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
		height: 480px;
}

#interiormain2 {
	text-align: center;
	background-image: url('images/employee.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 480px;
}

#interiormain3 {
	text-align: center;
	background-image: url('images/join.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 480px;
}

#interiormain4 {
	text-align: center;
	background-image: url('images/request.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 480px;
}

#interiormain5 {
	text-align: center;
	background-image: url('images/training.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 480px;
}

#interiorcontent {
   position: relative;
   float: right;
   width: 610px;
   max-width: 460px;
   text-align: center;
   font-size: medium;


}

#content {
   position: relative;
   float: left;
   width: 610px;
   max-width: 610px;
   text-align: right;
   font-size: large;
   padding-right: 20px;
}

#menu {
position: relative;
float: left;
width: 160px;
}
.frontgreentext {
	font-weight: bold;
	font-size: larger;
	color: #009900;
}