body {
	background: #fff url('images/creaturebg.jpg') no-repeat fixed bottom right;
	background-attachment: fixed; 
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	overflow: hidden;		
}

div.header {
	height:88px;
	position:absolute;
	left: 200px;
}
	
div.logo {
	left:40px;
	position:absolute;
	top:20px;
	z-index:2;
}

.logo img {
	border: 0;
}

div.drew {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	z-index:3;
}


div.menu {
	height:20px;
	border-bottom: #600 solid 1px;
	/* width:100%; */
}

span.item {
	padding:2px;
}

span.item a {
	color:#333;
	font-size:x-small;
	text-decoration:none;
}

span.item a:hover {
color:#000000;
}


div.contentbox {
	/* height:70%; */
	left:200px;
	margin:0;
	padding: 0;
	position:absolute;
	top:90px;
	/* width:50%; */
	z-index:3;
}

div.content {
	background: url('images/clear.png');
	background: inherit;
	color:#000;
	font-size:small;
	padding:5px;
	overflow: auto;
}

.content p {
	margin-right: 50%;
}

.content hr {
	margin-right: 50%;
}

h1 {
	color:#333;
	font-size:medium;
	font-weight:bold;
	font-family: serif;
}

h2 {
	color:#633;
	font-size: small;
	font-weight:bold;
	font-family: sans-serif;
}

div.play {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 20px;
}

.play img {
	border: 0;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

.footer {
	font-size: x-small;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0px;
	left: 200px;
}

input {
	font-size: x-small;
	border: 1px solid #333;
}

input#email {
	width: 200px;
}

hr {
	border: 1px solid;
	color: #933;
}

.smaller {
	font-size: smaller;
}

.bold {
	font-weight: bold;
}

.quoter {
	font-style: italic;
}

#imgBox {
	border: 1px solid #000;
	background: #300;
	text-align: center;
}

.thumb {
	margin: 2px;
	border: 1px solid #300;
	cursor: pointer;
}


.imageDisplay {
	z-index: 5;
}

.imageDisplay img{
	border: 1px solid #300;
	cursor: pointer;
}

.imgDownload {
	float: left;
	margin-right: 15px;
	border: 1px solid #300;
	padding: 3px;
	text-align: center;
}