body {
	margin: 0px;
	background-color: #ffffff;
	font-family: lucida grande, lucida sans, lucida fax;
}

#header {
	width: 100%;
	background-color: #1c1c1c;
	height: 60px;
	float: left;
}

#navbar {
  width: 925px;
  margin: 0 auto;
}

#navbar ul {
	background: #1c1c1c;
	text-align: center;
	padding: 20px;
	margin: 0px;
}

#navbar li {
	display: inline;
	padding: 15px;
	color: #727272;
}

#navbar a:link {
	color: #858585;
	text-decoration: none;
	padding: 20px;
}

#navbar li a:hover {
	background: #010080;
	padding-bottom: 27px;
}

a:link {
	color: #858585;
	text-decoration: none;
}

a:visited {
	color: #858585;
	text-decoration: none;
	padding: 20px;
}

a:active {
	text-decoration: none;
	border: 0px;
}

#content {
	width: 100%;
	height: 100%;
	float: left;
	clear: left;
}

#content_content {
  	width: 900px;
	clear: left;
	margin: 0 auto;
}

#logo {
  	float: left;
  	clear: left;
  	margin: 20px 35px;
}

#logo a img {
	border: 0px;
}

#phone {
  float: right;
  margin: 40px 45px;
  font-size: 25px;
  font-family: 'lucida grande';
  color: #010080;
}

#phone #above {
	color: #1c1c1c;
	opacity: 0.3;
	margin-right: 105px;
	font-size: 18px;
}

#slideshow {
  	float: left;
  	clear: left;
  	margin-left: 2px;
	margin-top: -25px;
	padding: 0px;
	height: 458px;
}

#slideshow a img {
	border: 0px;
}

#stage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#info {
	width: 800px;
	height: 100%;
	clear: left;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	margin-bottom: 20px;
}

#stage p a:link {
	padding: 0px;
}

#bottom {
	width: 100%;
	background-color: #1c1c1c;
	float: left;
	clear: left;
}

#footer {
  	width: 900px;
  	margin: 0 auto;
}

#footer ul {
text-align: center;
font-family: lucida grande, lucida sans, lucida fax;
padding: 20px;
margin: 0px;
}

#footer li {
display: inline;
padding: 15px;
color: #727272;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #bottom {
	height: 60px; /* .push must be the same height as .footer */
}