@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/backgroundBWdark.gif);
}
body {
	margin: auto;
}
#container {
	text-align: center;
	width: 800px;
	background-image: url(../images/backgroundBW.gif);
	height: 710px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#slash {
	height: 44px;
	background-color: #FF0000;
	clear: both;
	float: left;
	width: 800px;
	color: #FFFFFF;
	text-align: center;
}
#photo {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#nav {
	clear: both;
	float: left;
	margin-left: auto;
	width: 800px;
	margin-right: auto;
}
#nav ul {
	font-size: medium;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: left;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	list-style-image: none;
	list-style-type: disc;
}
#nav a:hover {
	color: #FF0000;
}
#Contact {
	color: #FFFFFF;
	background-color: #FE0908;
	padding: 5px;
	height: 40px;
	font-size: medium;
	text-align: center;
	line-height: 2%;
	font-family: "Arial Black", Arial;
	clear: both;
	float: none;
	margin-top: 30px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 790px;
}
#Contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	clear: none;
	margin-left: 20px;
	width: 507px;
	float: left;
	margin-bottom: 20px;
}
