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

body {
	background: #FFFFFF repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #000000;
	padding: 20px 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 678px;
  position: relative;
}

/** header **/
#header {
  padding-top: 1px;
}
#header h1 {
  font: 32px "Times new roman", serif;
  font-weight: normal;
  text-align: center;
  position: relative;
  left: 0;
  top: 35px;
  color: #5C7DA4;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}

#nav {
  padding-top: 150px;
  background: url(images/Sunset_JudyBoles_color_header_logo.jpg) no-repeat top;
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #5C7DA4;
  background: bottom left url(images/nav_lit_kwest.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #FFE5C3;
  text-decoration: none;
}
#nav a:hover {
  color: #F2E7D6;
}


/** content **/
#content {
  padding-left: 20px;
}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #5C7DA4;
  font-weight: normal;
  border-left: 3px solid #5C7DA4;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #000000;
}

#content img {
  border: 1px solid #000000;
}

#content .left-col {
  float: left;
  width: 658px;
  color: #000000;
}
#content .right-col {
  float: right;
  width: 136px;
}

#content #welcome {
  margin-right: 40px;
  font-size:16px;
  color: #000000;
}
#content #welcome a{
  color: #5C7DA4;
}
#content #welcome a:hover{
  color: #000000;
}

#footer {
  background: #FFFFFF;
  text-align: center;
  color: #5C7DA4;
  padding: 14px;
}

