@charset "utf-8";
/* ttp.ix.css */

body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	margin:0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers */
	color:#fff;
}
#container {
	width:850px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header {
	background:url(../graphics/header.jpg) no-repeat;
	height:70px;
	text-align:left; /* also aligns images contained within */
	padding-top:10px;
}
#wrpScreen {background:#202020}
#captions {font:1em Verdana, Geneva, sans-serif; color:#808080; text-align:center; padding-top:5px; background:#202020; height:20px}
#quotes li {width:640px}
ul {padding:0; margin:0; list-style:none}
.credit {font-style:italic}

/* MENU */
#menuitems {float:right; width:190px; height:65px}
#menubar {margin:0; padding:0}
#menubar li {float:left; list-style:none}
#menubar li a {display:block; width:190px; height:20px}
#menubar li a:hover {background-position:0 -20px}
#pix a {background:url(../graphics/menu/btn-galleries.gif) no-repeat}
#db a {background:url(../graphics/menu/btn-db.gif) no-repeat}
#script a {background:url(../graphics/menu/btn-scripts.gif) no-repeat}

#spacer {background:#202020; height:10px}
#mainContent {background:#202020; height:500px}
.slide {width:850px; height:500px}
.slide img {display:block; margin:auto}

#copy {font-size:1em; padding-top:0.6em; width:200px; height:65px;	float:left; text-align:left; color:#808080}
#btm-right {font-size:1em; padding-top:0.6em; width:640px; height:65px; float:right; text-align:right; color:#808080}
a {text-decoration:none; color:#808080}
a:hover {color:#fff}

