* {

margin: 0;
padding: 0;


}


a {


color: #0a9367;

}

a:hover {

color: black;

}

#homeleft {
	background-image: url(../images/HomePageImage.jpg);
	background-repeat: no-repeat;
	height: 514px;
	width: 410px;
	float: left;
}


#interiorleft {

	height: 514px;
	width: 218px;
	float: left;
}

#homecenter {

float: left;
width: 302px;
text-align: left;

padding: 15px;

}

#interiorcenter {

float: left;
width: 492px;
text-align: left;

padding: 15px;

}


#homecenter h1, #interiorcenter h1 {

color: #7e190f;
font-size: 15px;

margin-bottom: 15px;

}

#homecenter p, #interiorcenter p {

margin-bottom: 15px;

text-align: justify;

}




body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;

}

#maincontainer {

	margin: 0 auto;
	width: 960px;
	margin-top: 20px;
}


#home_leftblock {
	width: 742px;
	float: left;
	

}

#navigation {

	width: 742px;
	background: url(../images/NavigationBG.jpg);
	height: 54px;

}

#navigation ul {
list-style-type: none;
	

}


#navigation ul li {
	
float: left;

}

#navigation ul li a {
	display: block;
	color: black;
	text-decoration: none;
	height: 34px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
	border-right: 1px solid #E3E3E3;
	font-size: 11px;

}

#navigation ul li a:hover {

color: #FFFFFF;

background: url(../images/NavigationGreenBG.jpg);



}




img {

border: 0;

}

#home_rightblock {

float: right;
width: 218px;

}

#homeright p {
margin-top: 10px;
margin-bottom: 10px;
text-align: right;
padding-right: 15px;

}

#homeright a {

color: #0a9367;
font-weight: bold;
text-decoration: none;

}

#homeright a:hover {

color: #000000;
text-decoration: underline;

}





#footer {
	
clear: both;
	width: 930px;
	height: 45px;
	border-top: solid 1px #EEEEEE;
	padding: 15px;

}
