body {
	background: #004D6A;
	margin: 0px;
	padding: 0px;
  color: #FFF;
	font-size: 12px;
  text-decoration: none;
	font-family: Verdana, Georgia, Times New Roman, Times, Geneva, sans-serif;
}

a {
  color: #f80;
	text-decoration: none;
}

a:hover {
  color: #f40;
}

#logo {
  padding-top: 20px;
  background: url(http://www.mcmurrayandnette.com/themes/mnr//images/logo.png) bottom no-repeat;
  display: block;
  width: 450px;
  height: 32px; 
}

p {
  margin: 0;
}

img {
  border: 0;
}

#body {
	display: block;
  background: url(http://www.mcmurrayandnette.com/themes/mnr//images/water-5.jpg) no-repeat;
	margin: 0 auto;
  width: 1200px;
  min-height: 800px;
}

#main {
  display: block;
  min-height: 800px;
  width: 1200px;
  background: url(http://www.mcmurrayandnette.com/themes/mnr/images/slogan.png) no-repeat 170px 340px;
}

#header {
  background: #DDD;
  border: 1px solid #FFF;
  width: 1178px;
  height: 18px;
  display: block;
  color: #000;
  text-transform: uppercase;
  margin: 6px 0 27px 0;
  padding: 5px 10px;
  font-size: 16px;
}

#header a {
  color: #000;
}

#header a:hover {
  color: #555;
}

#headerleft {
  display: block;
  float: left;
  width: 585px;
}

#headerright {
  display: block;
  float: right;
  width: 585px;
  text-align: right;  
}

#footer {
  display: block;
  width: 1200px;
  margin: 0 auto;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 0;
}

#footerleft {
  display: block;
  width: 535px;
  float: left;
}

#footerright {
  display: block;
  width: 535px;
  float: left;
  text-align: right;
}

#blink {
  display: block;
  float: right;
  width: 120px;
  height: 17px;
  background: url(http://www.mcmurrayandnette.com/themes/mnr/images/blink.png) no-repeat;
}

.clear {
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

