
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: small;
	background-color: Black;
}
#outline {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	z-index:1;
	height:740px;
	overflow:hidden;
}
#header {
	position: relative;
	top: 0px;
	padding: 10px;
	font-weight: bold;
	z-index:5;
	height:310px;
}
#logo {
	position: relative;
	top: 40px;
	left: 0px;
	width: 240px;
	height: 360px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/logo_back_black.jpg);
	z-index: 1;
	color: Black;
	font-family: "Script MT Bold";
	font-size: x-large;
}
#main {
	position: relative;
	top: -320px;
	left: 280px;
	width: 700px;
	height: 360px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: small;
	background-color: White;
	z-index: 2;
}
h1 {
	font-size: 16px;
}
h2 {
	font-variant: small-caps;
	font-weight:bold;
	font-size:medium;
}
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.nolink {
	font-weight: normal;
	text-decoration: none;
	color: Black;
}
a:hover.nolink {
	font-weight: normal;
	text-decoration: none;
	color: Black;
}
input.button {
	background-color: Black;
	color: White;
	border: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
