html, body
{
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	margin:0px auto;
	padding:0px;
	background:#1d6704;
}

#container
{
	margin:0px auto;
	width:1000px;
}

#whiteback
{
background:#ffffff;
height:141px;
width:100%;
float:left;
position:absolute;
z-index:1;

}

#top
{
background:#ffffff url(images/topbg.png);
height:9px;
}

#logocontainer
{
width:100%;
background:#ffffff;
height: 55px;
}
	#logo
	{
	float:left;
	margin-top:3px;
	margin-left:5px;
	}
	
	#company
	{
	float:left;
	font-family:Arial;
	font-size:36px;
	font-weight:bold;
	color:#106105;
	margin-top:6px;
	}
	
	#slogan
	{
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#106105;
	margin-top:22px;
	margin-left:10px;
	}
	
#banner
{
background:url(images/bannerbg.png);
}
	img.bannerimg
	{
	margin-top:8px;
	margin-left:8px;
	}

#welcome
{
margin-top:10px;
float:left;
width:64.5%;
background:#1c1c1a;
margin-left:8px;
text-align:justify;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding-bottom:56px;
}

	img.welcomeimg
	{
	float:left;
	margin-left:15px;
	margin-right:15px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

#lorem
{
margin-top:10px;
float:right;
width:33%;
background:#1c1c1a;
margin-right:7px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

#contact
{
margin-top:10px;
float:right;
width:33%;
background:#1c1c1a;
margin-right:7px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

	img.contactimg
	{
	float:left;
	margin-left:15px;
	margin-right:10px;
	}

p.head
{
font-family:Arial;
font-size:28px;
color:#ffffff;
}	
	
	
p
{
font-family:Arial;
font-size:13px;
color:#959595;
margin-left:15px;
margin-right:15px;
text-align:justify;
}	

table
{
margin-top:10px;
margin-bottom:30px;
font-family:Arial;
font-size:13px;
color:#959595;
}
	
#footer
{
margin-top:10px;
float:left;
width:100%;
background:url(images/bgfooter.png);
}

#footername
{
margin-top:15px;
margin-left:20px;
height:30px;
font: 10px Arial; 
float:left;
color:#ffffff;
}

#designby
{
margin-top:15px;
margin-right:20px;
height:30px;
font: 10px Arial; 
float:right;
color:#ffffff;
}