@charset "utf-8";
/* CSS Document */

body
{
  font-size: 100%;
	color: #fff;
	font-family: "TW Cen MT", Helvetica, sans-serif;
	border: solid 1px #000000 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

h1
{
	font-size: 2em;
	color: #000;
}

#main
{
	vertical-align: middle;
  margin-top: 60px;
	border: none 1px #FF0000 
}

#info
{
  text-align: center;
	margin-bottom: 50px;
}

img
{
  cursor:pointer;
	border: none 1px #000;
}

#infotext:hover, #portfoliotext:hover
{
  font-size: 2em;
	cursor: pointer;
}

#portfolio
{
  text-align: center;
	margin-top: 50px;
}

#infotext, #portfoliotext
{
  position: fixed;
	font-size: 1.9em;
	font-weight: bold;
	position: relative;
	top: 90px;
	margin: 0px;
	height: 40px;
}

#infopane
{
  color: #000;
	margin-top: 60px;
}

#infoheader
{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#infocontent
{
  text-align: left;
  margin-left: 25%;
	margin-right: 25%;
	padding: 5px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

#infofooter
{
  margin-left: 25%;
	margin-right: 30%;
  height: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

#home
{
  position: fixed;
	left: 10px;
	top: 10px;
}

#homeimg:hover
{
  src: images/homehi.jpg;
}

#elmheader
{
  position: fixed;
	right: 0px;
	top: 0px;
}

#elmcontent
{
  color: #000;
}

#showelm
{
  position: fixed;
	left: 23%;
	top: 60px;
  display: none;
	z-index: 1;
}

.topbob
{
	font-size: 100%;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
