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

body, html {
	height: 98%;
} 

body,td,th {
	background-color: #e3ded2;
	color: #000000;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
}

#index  {
	background-color: #FFFFFF;
}

#intro {
	margin: auto;
	height: 600px;
	width: 800px;
	background: url(images/intro.jpg) no-repeat center center;
}

#skip  {
	font-size: 8pt;
	padding: 3px;
	position: relative;
	margin: auto;
	width: 10em;
	text-align: center;
	font-variant: small-caps;
	border-top: 0px solid #FF9966;
	border-right: 0px solid #FF9966;
	border-bottom: 1px solid #FF9966;
	border-left: 0px solid #FF9966;
	z-index: 1;
}

a:hover #skip {
	background-color: #fffff4;
	text-decoration:none;
	color: #FF6600;
}
a:link {
	text-decoration:none;
	color: #FF0000;
}
a:visited {
	text-decoration:none;
	color: #CC0000;
}
a:hover {
	text-decoration:none;
}
#main {
	width: 800px;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 537px;
	position: relative;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	#position: relative;
	#top: -50%;
}
.link {
	font-variant: small-caps;
	padding-left: 10px;
}

h2 {
	font-variant: small-caps;
}

#page {
	display: table;
	height: 100%;
	#position: relative;
	overflow: visible;
	margin:auto;
}

#box {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#mail  {
	position: absolute;
	left: 520px;
	font-variant: normal;
	text-align: right;
	top: 331px;
}

.hidden {
	display: none;
	height: 180px;
	width: 250px;
}

#button  {
	position: relative;
	margin: auto;
	text-align: center;
	z-index: 1;
}

#submain {
	width: 800px;
	height: 537px;
	position: relative;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	#position: relative;
	#top: -50%;
	background: url(images/backdrop2.jpg) no-repeat center center;
	margin: 10px auto;
}

#submain p {
	padding-right: 5px;
}

#submail {
	position: absolute;
	font-variant: normal;
	text-align: left;
	width: 230px;
	left: 15px;
	top: 370px;
}

#nav {
	margin: auto;
	float: left;
	position: relative;
	padding: 190px 5px 5px;
	width: 260px;
	height: 350px;
}

li {
	list-style: none inside;
}

.right {
	text-align: right;
	padding-right: 10px;
}
