h1 { font-family: Arial, Helvetica, sans-serif; color: #000; font-weight: normal; font-size: 28px; line-height: 34px; padding: 0px 0px 30px 0px; margin: 0px; }
h2 { font-family: Arial, Helvetica, sans-serif; color: #000; font-size: 18px; line-height: 24px; font-weight: normal; text-transform: uppercase; }
h3 { font-weight: normal; font-size: 18px; line-height: 22px; padding-top: 0px; margin-top: 0px; }
h4 { font-weight: normal; font-size: 12px; line-height: 12px; padding-top: 0px; margin-top: 0px;  }
p { color: #000000; font-size: 15px; line-height: 22px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; padding-bottom: 10px; }
b { color: #000000; font-size: 15px; line-height: 22px; font-style: normal; font-weight: bold; font-variant: normal; text-align: left; }
a{ color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: none; }
a.nav { color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: none; }
a.path  { color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover.nav   { color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover.path   { color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover   { color: #000000; font-size: 14px; font-weight: normal; line-height: 14px; text-decoration: underline; }
li { color: #000000; font-size: 15px; line-height: 22px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; }

body { 
	margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif;
}

.divider { 
	border-left:1px solid #ffffff; 
	border-left:1px solid #ffffff; 
	border-right:1px solid #ffffff; 
	border-top:1px solid #e0e0e0; 
	margin: 50px 0px; 
	height: 1px; 
	overflow: hidden; 
	shadow: 0;
}

/***  Style Elements  ***/

.clearer {
  clear: both;
}

.clearer-spacer {
  clear: both;
  height: 120px;
}

#center { 
	width: 1000px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	overflow: hidden; 
	margin-top: 100px;
}

.logo {
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 50px;
}

/***  Navigation  ***/

/* Menu Bottom */
.menu { 
	border-top: 1px solid #000; 
	width: 500px; 
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 80px; 
}

.menu ul { padding: 10px 0px 0px 0px; margin: 0px; }

.menu ul li {
  display: inline;
  font-size: 13px; line-height: 15px; color: #000;
  list-style-type: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

.menu ul li a, .menu ul li a:hover { font-size: 13px; line-height: 15px; color: #000; padding: 0px; margin: 0px; text-transform: uppercase; }

.menu ul li a:after {
  content:"\00b7";
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1px;
}

.menu ul li.last a:after {
  content:"";
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 1px;
}


/***  Content  ***/

#stage { 
	width: 1000px; 
	min-height: 510px; 
	padding: 0px; 
	margin: 0px; 
	text-align: left; 
	position: relative;
}

.main-content,
.main-content p {
	text-align: center;
}

.main-content-left,
.main-content-left p {
	text-align: left;
}