* { padding: 0; margin: 0; }

body {
	background: #fff url(../img/bg.png) repeat-x left top;
}

#shadow {
	background: transparent url(../img/shadow.png) repeat-y center top;
	margin: 20px auto 0;
	width: 978px;
}

#shadowTop {
	background: transparent url(../img/shadow-top.png) no-repeat center top;
	padding: 9px 9px 0;
}

#container {
	border-right: 30px solid #60AD25;
	width: 930px;
	height: 650px;
	background: white url(../img/header-home.jpg) no-repeat left top;
}

#footer {
	background: #fff url(../img/shadow-btm.png) no-repeat center top;
	clear: both;
	margin: 0 -9px;
	overflow: hidden;
	padding: 30px 10px 10px;
}

h1 {
	text-indent: -999em;
	height: 245px;
	background: transparent url(../img/logo.png) no-repeat center center;
	width: 465px;
}

h2 {
	background: transparent url(../img/bg-nav.png) no-repeat center bottom;
	margin-top: 100px;
	padding: 0 20px;
	height: 30px;
	color: #4FBCC7;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 32px;
}

p {
	line-height: 1.6;
	color: #777777;
	font-family: Arial,Geneva,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	padding: 0 20px;
	margin-bottom: 20px;
}

a { color: #777; }

#footer p.left {
	padding: 0;
	float: left;
	width: 600px;
}

#footer p.right {
	padding: 0;
  float: right;
  text-align: right;
  width: 200px;
}
