/* CSS Document */
body{
margin: 0;
padding: 0;
text-align: center;
font: normal 12px Arial ;
color: #fff;
background: #B7BAB1;
}

#container {
	position: relative;
	width: 780px;
	height: 100%;
	background: #B7BAB1 url(/images/background.jpg) repeat-y;
	}
#header{
	position:relative;
	padding: 0;
	top: 0;
	height: 109px;
	width: 649px;
	text-align: center;
	background: #fff url(/images/banner.jpg) top left no-repeat;
}
#nav{
	position: relative;
	top: 89px;
	width: 649px;
	height: 20px;
	}
#nav a{
	color: #fff;
	font: normal 12px Arial;
	text-decoration: none;
	}
#nav a:hover{
	color: #ccc;
	font: normal 12px Arial;
	text-decoration: none;
	}
#content{
	position:relative;
	padding: 25px 25px 25px 50px;
	width: 573px;
	height: 100%;
	margin: 0;
}
#text{
	float: left;
	width: 310px;
	margin: 0 25px 40px 0;
	text-align: left;
}
#text1{
	float: left;
	width: 100%;
	margin: 0 25px 40px 0;
	text-align: left;
}
#text a{
	color: #000;
	font: normal 12px Arial ;
	}
#text a:hover{
	color: #ccc;
	font: normal 12px Arial ;
	}
	
#image{
	float: left;
	hieght: 450px;
	width: 230px;
	text-align: center;
	background: #E1E3DD;
	boarder: 1px solid #A4A89C;
}
#image1{
	position:absolute;
	top: 20px;
	left: 390px;
	height: 450px;
	width: 230px;
	text-align: center;
	background: #fff;
	border: 1px solid #A4A89C;
}
p {
color:#696464;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #696464;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #696464;
	text-decoration: none;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #696464;
	text-decoration: none;
	margin: 20px;
	}
#footer{
	position: relative;
	width: 649px;
	text-align: center;
	background: #fff url(/images/footer.gif) top left no-repeat;
}