/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #333333 ;
	font-family: "Times New Roman", Tahoma, Arial, Helvetica, "san serif";
}

h1 {
	display: none;
}

div#container {
	position: relative;
	width: 700px;
	color: #ffffff;
	z-index: 0;
	font-family: tahoma, verdana, "Bitstream Vera Sans", geneva, arial, helvetica, sans-serif;;

}

div#container p  {
	font-size: 12pt;
	font-weight: normal;
 
}

div#container form, table {
	color: #ffffff;
	font-family: tahoma, verdana, "Bitstream Vera Sans", geneva, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

img.photo {
	padding:5px;
	background: white;
	border: 2px solid black;
}

div#container a{
	text-decoration: none;
	hover: bold;
	color: red;
}

div#container a:hover {
	text-decoration: underline;
}

div#content {
	position: relative;
}

div#main {
clear: both;
	position: relative;
	margin: 20px;
	margin-left: 100px;
}

div#splash {
	clear: both;
	width: 300px;
	margin: 20px;
	margin-bottom: 40px;
}

div#splash-logo {
	width: 300px;
	height: 77px;
	background: url(../_images/e8studios.gif) center no-repeat;
}

div#splash p {
	text-align: left;
	line-height: 14pt;
	margin-top: 2px;
	margin-left: 89px;
	font-size: 10pt;
	font-weight: normal;
}


div#footer {
	position: absolute;
	height: 15px;
}

div#footer p {
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 8pt;
	color: #999;
	font-family: Arial, Helvetica;
}
