@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 975px;
	background-image: url(../images/bkchrome.png);
	display: block;
	background-color: #000;
	margin:auto;
	text-align: center;
	color: #FFF;
	background-repeat: repeat;
	font-size: 90%;
}
	
a {
	color: #F00;
	text-decoration:underline;
	font-weight: bold;
	visibility: visible;
}
	
a:visited {
	color: #B00;
}
	
a:hover {
	color: #FFF;
}
	
h1 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
	
h2 {
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	
h3 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table {
	margin: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%
}
	
table img {
	height: 50px;
	width: 50px;
}

td {
	text-align: left;
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 0px;
	color: #F00;
}

th {
	text-align: center;
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 0px;
	color: #FFF;
}

#creator {
	font-size: 90%;
	text-align: center;
}

object {
	border: medium solid #990100;
}

bigger {
	font-size: 200%;		
}

	
/* ID Styles */

#page{
	width: 1000px;
	color: #FFF;
	background-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990100;
	border-right-color: #990100;
	border-bottom-color: #990100;
	border-left-color: #990100;
	margin: auto;
	text-align: left;
}

#header {
	border: 0px;
	background-color: #000;
	vertical-align: middle;
	padding:  0px;
	text-align: center;
}

#header img {
	border: 0px;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
}

#header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
}

#navigation {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:  0px;
	padding-bottom:  0px;
	color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}

#navigation td {
	width: 150px;
	text-align: center;
	margin: 2px;
	padding: 5px;
	background-color: #000;
	background-image: url(../images/btnback.png);
	background-position: center center;
	background-repeat: no-repeat;
}
	
#center-content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:  10px;
	margin-right:  10px;
	padding: 5px;
	font-size: 110%;
}
	
#center-left {
	width: 50%;
	border: thin;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#center-left img {
	float: left;
	margin: 1px;
}

#center-right {
	width: 45%;
	padding:  5px;
	border: thin;
	float: right;
}
	
#footer {
	clear: both;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	padding:  10px;
	color: #000;
}
	
#footer p {
	display: block;
	padding:  3px;
	color:  #fff;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
}

#clientlist td {
	width:  33%;
	padding:  5px;
	color:  #FFF;
}
