/* CSS Document */
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
        font-family: Helvetica, Arial, sans-serif;
}

#louissimao {
	position: relative;
	margin: 0 auto;
	width: 790px;
	height: 550px;
	text-align: left;
}

#heading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 72px;
}

#photo {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 336px;
	height: 422px;
}

#info_bg {
	position: absolute;
	top: 72px;
	left: 336px;
	width: 454px;
	height: 422px;
	overflow:hidden;
	z-index:0;
}

#info {
	position: absolute;
	top: 72px;
	left: 336px;
	width: 454px;
	height: 422px;
	overflow:hidden;
	z-index:1;
}

#bio {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 400px;
	font-size:14px;
	line-height: 18px;
	overflow:hidden;
	z-index: 5;
		
}

#scroll {
	position: absolute;
	top: 78px;
	right: 30px;
	width: 26px;
	height: 409px;
	left: 764px;
	z-index:1000;
}

#scroll_up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 21px;
}

#scroll_down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 21px;
	height: 21px;
}

#scroll_bar {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 21px;
	height: 136px;
}

#menu {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 790px;
	height: 52px;
	z-index:10;
}

#menu_bars {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 790px;
	height: 52px;
}

#menu_bg {
	position: absolute;
	top: 494px;
	left: 0px;
	width: 790px;
	height: 56px;
}


.style1 {}

.h1 {
font-size:24px;
line-height: 28px;
font-weight:bold;
}

.h2 {
font-size:18px;
line-height: 22px;
font-weight:bold;
}

div.spacer {
  position: relative;
  clear: both;
  height: 20px;
  z-index: 100;
  }

div.disc {
  font-size:12px;
  line-height:14px;
  width:100%:
  z-index: 100;
  }

div.disc span.photo {
  position: relative;
  top: 0px;
  float: left;
  text-align: left;
  width: 40%;
  z-index: 100;
  }
  
div.disc span.info {
  position: relative;
  top: 0px;
  float: right;
  text-align: left;
  width: 60%;
  font-size:16px;
  line-height:22px;
  z-index: 100;
  }

div.disc span.comment {
  position: relative;
  top: 0px;
  float: right;
  text-align: left;
  width: 60%;
  z-index: 100;
  }
  
div.disc span.title {
  position:relative;
  font-weight: bold;
  z-index: 100;
  }
  
 a.email {
  color: #603913;
  text-decoration:none;
  }
  
  a.email:hover {
  color: #CA6C18;
  text-decoration:none;
  }

 a.link {
  color: #FFFFFF;
  text-decoration:none;
  }
  
  a.link:hover {
  color: #FFFFFF;
  text-decoration:underline;
  }
