html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	color:#FFF;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #464544;
	
}

a img { border:none; }
img { border:none; }
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 1024px;
	height:793px;
  position: relative;
}

#body-top {
  background: url(images/header.png) no-repeat;
}

/** logo **/

#logo {
  width: 1024px;
  height: 137px;
  text-align: center;
}


/** nav **/

#nav {
	height: 36px;
}
div.button {
	width:300px;
	height:100px;
	top:0px;
	left: 0px;
	margin-left: 100px;
	}
div.button a  {
	width:300px;
	height:100px;
	display:block;
	}
div.button a:link {color: black; text-decoration:none;}
div.button a:hover {color:#F33; text-decoration:underline;}


#left {
  width: 111px;
  height:557px;
  background-image:url(images/leftBlank.png);
  float:left;
}
#content_left{
	width:157px;
	height:537px;
	background-image:url(images/content_r.png);
	float:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right{
	width:112px;
	height:557px;
	background-image:url(images/rightBlank.png);
	float:right;
}
#content{
	margin-left:303px;
	width: 609px;
	height: 557px;
	background-image:url(images/content.png);
}
#footer{
	height:13px;
	background-image:url(images/footer.png);
	font-size: 9px;
	color: 2e7a8f;
	text-align:center;
	padding-top: 50px;
	background-repeat: no-repeat;
}
