/* @override http://localhost/~lee/michaelandaubrey/styles/screen.css */

@import url(undohtml.css);

body {
  line-height: 1.8em;
  font-size: 12px;
  background-position: 792px 378px;
  background-repeat: no-repeat;
  background-image: url(../images/shoes_bottom.jpg);
  font-family: Verdana, "Lucida Grande", Arial, sans-serif;
  background-color: #191e18;
  color: #cccccc;
}

#page {
  padding: 0;
  border: 0;
}

#header {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../images/header.jpg);
  background-color: #d42939;
  height: 378px;
}

#header h1 {
  color: white;
  position: absolute;
  top: 265px;
  background-color: black;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/header_title.jpg);
  height: 77px 
}

#header h2 {
	left: 0px;
	top: 342px;
	position: absolute;
	width: 100%;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url(../images/header_subtitle.jpg);
}

.hidetext {
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}

#content {
	padding: 35px 50px 25px 50px;
	margin: 0;
	min-height: 400px;
	width: 692px;
	background-color: #2b332b;
	overflow: visible;
}

#content h1 {
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
}

#content h1 + p {
  text-indent: 1em;
}

#content p {
	margin-bottom: 15px;
}

#h1_learn {
	background-repeat: no-repeat;
	background-image: url(../images/h1_learn.gif);
	height: 23px;
	width: 314px;
}

#h1_thanks {
	height: 31px;
	width: 220px;
	background-repeat: no-repeat;
	background-image: url(../images/h1_thanks.gif);
}

#footer {
  background-position: 0 bottom;
  background-color: transparent;
	background-repeat: repeat-x;
	background-image: url(../images/bg_footer.jpg);
	height: 42px;
	width: 100%;
}

a:link, a:visited, a:active {
	color: #eac400;
	text-decoration: none;
}

a:hover {
	color: #eac400;
	text-decoration: underline;
}


