/* General */

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #2d2520;
  font-family: Garamond, 'Times New Roman', serif;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

img.float-right {
  float: right;
  margin: 0 0 7px 7px;
}

img.float-left {
  float: left;
  margin: 0 7px 7px 0;
}


a {
  color: #fdbfc4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

#clear {
  clear: both;
  height: 1px;
  width: 100%;
}

/* Layout */

#center {
  position: relative;
  width: 1000px;
  margin: 20px auto 0 auto;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#name {
  position: absolute;
  top: 3px;
  left: 180px;
  z-index: 5;
}

#menu {
  position: absolute;
  top: 97px;
  left: 0; 
  background: #534741;
  width: 167px;
  height: auto;
  padding: 4px 0 2px 0;
  border-top: 1px solid #362d28;
  border-bottom: 1px solid #362d28;
  z-index: 1;
}

#menu a {
  display: block;
  float: left;
  height: 42px;
  width: 157px;
  background: transparent url('../img/menu_button.png') no-repeat;
  text-align: center;
  line-height: 43px;
  font-weight: bold;
  font-size: 16px;
  color: #fdbfc4;
  margin: 0 0 1px 3px;
  padding: 0 0 0 2px;
}

#excellence {
  position: absolute;
/*   top: 500px; */
  top: 540px;
  left: 20px;
  z-index: 20;
}

#twitter {
  position: absolute;
/*   top: 326px; */
  top: 380px;
  left: 50px;
  z-index: 20;
}

#linkedin {
  position: absolute;
/*   top: 398px;   */
  top: 458px;
  left: 50px;
  z-index: 20;
}

#content {
  position: absolute;
  top: 71px;
  left: 165px;
  z-index: 4;
}

#content .mags {
	text-align: center;
	font-size: 12px;
	color: white;
	width: 190px;
	vertical-align: top;
/* 	padding: 0 5px 0 0; */
}

#content .text {
  font-size: 18px;
  color: #fdbfc4;
}

#content #text {
  padding: 10px 0 0 5px;
  width: 814px;
}

#content .text h1 {
  font-size: 28px;
  color: rgb(242, 131, 128);
  margin: 10px 0;
}

#content .text h2 {
  font-size: 22px;
  color: rgb(242, 131, 128);
  margin: 10px 0;
}

#content .text h3 {
  font-size: 18px;
  color: rgb(242, 131, 128);
  margin: 10px 0;
}

#content .text ul li {
  margin: 0 0 10px 0;
}

#content .text img {
  border: 3px #534741 solid;
}

#content #footer {
  width: 586px;
  background: transparent url('../img/dashes.png') no-repeat left top;
  font-size: 12px;
  color: #fdbfc4;
  padding: 7px 0 0 0;
  margin: 14px 0 10px 4px;
}

#content #footer .small {
  font-size: 10px;
}

/* Slideshow */

#slideshow {
  position: relative;
  background: transparent url('../img/frame_bg.png') no-repeat left top;
  width: 814px;
  height: 478px;
}

#slideshow-frame {
  position: absolute;
  width: 814px;
  height: 478px;
  z-index: 6;
}

#slideshow .slide {
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 5;
}

#slideshow #quote-wrap {  
  position: absolute;
  width: 795px;
  bottom: 7px;
  left: 11px;
  z-index: 9;
}

#slideshow #quote-bg {  
  position: absolute;
  width: 795px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9;
}

#slideshow #quote {
  position: relative;
  bottom: 0;
  width: 775px;
  padding: 10px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  z-index: 10;
}

#slideshow #quote #quote-text {
  font-style: italic;
  font-weight: bold; 
}

#slideshow #music {
  position: absolute;
  bottom: 2px;
  right: -20px;
  height: 18px;
  width: 18px;
}
