/* CSS Document */

/* Basic stuff */

html, body {
	background-color: #000000;
	background-image: url(images/13-bgsm.jpg);
	color: #ffffff;
	font: 14px/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

body {
	min-width: 800px;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0; 
} 

table {
	border-collapse: collapse;
}

ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol, dl {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
}	

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

label {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {	
	margin: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

input[type="submit"], input.submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: auto;
	font-size: 11px;
}

input[type="text"], textarea, select {
	border: 0px;
}

/* text */

#tagline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 30px;
}

#copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.2;
	color: #666666;
}

.body_copy {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
}

.larger_copy {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 2;
	color: #ffffff;
}

/* Default link styles */

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #FFCC00;
	outline: none;
}

a:hover {
	color: #FFFF99;
}

a:active {
	color: #FFFFCC;
}

a img, :link img, :visited img {
	border: none;
}

/* Layout */

#container {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background: transparent;
	width: auto;
	position: relative;
	text-align: center;
	padding: 0px;
}

div#border {
	position: relative;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	background-color: #000000;
	background: url(images/door13_page-3.jpg);
	border-color: #624107;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	
}

div#contentarea {
	position: relative;
	width: 410px;
	height: 350px;
	margin-top: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	vertical-align: top;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0px;
	
}

div#contact_links {
	position: relative;
	margin-top: 20px;
	width: 410px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0px;
	
}
	
div#copyright_notice {
	position: absolute;
	top: 610px;
	width: 100%;
	height: 20px;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0px;
	
}
	