body {
  width: 100%;
  height: 100%;
	padding: 0px;
	margin: 0px;
  color: #FFFFFF;
	min-height: 605px;
  background-color: #000000;
  background-image: url("site images/background_title2.gif");
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: scroll;
	overflow: visible;
	/*border: solid white;*/
}

#menu {
	position:absolute;
	left: 380px;
	top: 70px
}

#content {
  position: relative;
  top: 125px; /* shift due to header*/
	padding: 2%;
	width: 95%;
	min-width: 1000px;
	margin: 0px;
	font-family: arial;
	line-height: 1.5;
  z-index: 0;
	/*font-style: italic;*/
}


#footer {
	position: relative;
	z-index: 0;
  margin-top: 135px; /* shift due to header*/
}

/* =====================*/

#menu ul {
	/*display: inline;*/
	min-width: 620px;
	margin: 0px;
	padding: 0px;
	color: #ffb606;
}

#menu ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	color: #FFFFFF;
}

#menu ul li, .menufont, .menufont a {
	font-family: "MyriadPro Cond", "Franklin Gothic Medium Cond", "Franklin Gothic Medium", "Franklin Gothic Book", "Tw Cen MT Condensed", "Century Gorhic", "Agency FB", "Arial Narrow", Vrinda, sans-serif;
}

#menu ul li a, .menufont, .menufont a{
	text-decoration: none;
	color: #ffb606;
}

#menu ul li a:hover, .menufont:hover, .menufont a:hover{
	color: #FFFFFF;
}

#ContactInfo {
	background: url("site images/contact-info.gif");
	height: 40px;
	width: 340px;
	color: #00c0ff;
	position: relative;
	top: -0px;
	left: 100px;
	z-index: 5;
}

.replacedText {
	font-size: 20px;
	color: #ffb606;
	float: left;
}

.replacedText, .imageReplacement {
	display: block;
	text-indent: -5000px;
  background-repeat: no-repeat;
}

.hilight, a {
	color: #ffb606;
}

.withSquiggle {
	padding-bottom: 30px;
	background-image: url("site images/squiggle.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: scroll;
}