

html, body
{
    padding: 0px;
    margin: 0px;
    text-align: left;
	font-family : Myriad Web, Arial, Tahoma;
	font-size: 13px;
    text-decoration: none;
	line-height: 18px;
	color:#fff;
	text-decoration:none;

}

a {
	color:#fff;
	font-weight:normal;
}

a:hover {
	color:#d6e9a7;	
}

h1
{
	font-size: 14px;
	color:#fff;
	margin: 0px;
}

#image-float-home-left {

	width: 348px;
	height:337px;
	margin-top:291px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-home-left.jpg);
	z-index:1;
	display:inline;

}

#image-float-about-left {

	width: 348px;
	height:337px;
	margin-top:291px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-about-left.jpg);
	z-index:1;
	display:inline;

}

#image-float-contact-left {

	width: 348px;
	height:337px;
	margin-top:291px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-contact-left.jpg);
	z-index:1;
	display:inline;

}


#image-float-home-right {

	width: 241px;
	height:227px;
	margin-top:320px;
	margin-left:720px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-home-right.jpg);
	z-index:1;
	display:inline;

}

#image-float-about-right {

	width: 241px;
	height:227px;
	margin-top:320px;
	margin-left:720px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-about-right.jpg);
	z-index:1;
	display:inline;

}

#image-float-contact-right {

	width: 241px;
	height:398px;
	margin-top:320px;
	margin-left:720px;
	text-align: left;
	position:absolute;
	background-image:url(../images/image-contact-right.jpg);
	z-index:1;
	display:inline;

}

#container {

	width: 100%;
	text-align: left;	
}

#content {
    width: 100%;
    float: left;
}


.content-home {
    width: 377px;
	height:190px;
	margin-left:348px;
	margin-top:30px;
    float: left;
	display:inline;
}

#menu {
    width: 583px;
	height:52px;
	padding-top:28px;
}

#flash-home {
    width: 583px;
	height:92px;
}

#title-home-container {
    width: 897px;
	height:147px;
	height:147px;
}

.title-home {
    width: 497px;
	height:147px;
    float: left;
}

.image-home {
    width: 400px;
	height:147px;
    float: left;
}

.intro-text {
    width: 433px;
	height:121px;
	padding-left: 34px;
	padding-right:30px; 
	padding-top:26px;
	font-weight:bold;
    float: left;
	background-color:#3a4225;
}






#footer {
    width: 470px;
	height:16px;
	margin-top:80px;
	padding-top:0px;
	padding-left:350px;
    float: left;
	font-size:9px;
	color: #333333;
	text-align:left;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	color:#999999;	
}





#footer-contact {
    width: 470px;
	height:16px;
	margin-top:190px;
	padding-top:0px;
	padding-left:350px;
    float: left;
	font-size:9px;
	color: #333333;
	text-align:left;
}

#footer-contact a:link, #footer-contact a:active, #footer-contact a:visited {
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}

#footer-contact a:hover {
	color:#999999;	
}












