/* CSS Document */

/* -----Main Stuff----- */

body {
	padding: 0px;
	margin: 0px;
	background: #cff;
}

body, div, span, p, td {
	font: 14px/17px Georgia, tahoma, "Times New Roman", serif;
	color: #000;
}

p {
	color: #000000;
}

img { border: 0px;}

h1 {
	font-family: Papyrus, Times New Roman, serif;
	vertical-align: text-top;
	color:#cc9966;
}

h2 {
	font-size: 48px;
	letter-spacing: .1em;
}

/* -----Link Stuff----- */

a:link {
	letter-spacing: .1em;
	color: #000;
	font-style: italic;
	text-decoration: underline;
}     
a:visited {
	color: #000;
	text-decoration: underline;
}  
a:hover {
	color:#cc9966;
	text-decoration: none;
}   
a:active {
	color: #DDD;
}

a.image:link { text-decoration:none; }
a.image:visited { text-decoration:none; }

/* -----Psuedo Classes----- */

td.H_thumb {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	font-family: Papyrus, Times New Roman, serif;
	text-decoration: none;
}

img.border,img.thumb,img.M_thumb {
	border: solid 2px #fff;
}

img.thumb {
	margin-bottom: 15px;
}

img.thumb:link,img.M_thumb:link {
	border: solid 2px #fff;
	/* margin-bottom: 15px; */
}

img.thumb:hover,img.M_thumb:hover {
	border: solid 2px #ccffff;
	/* margin-bottom: 15px; */
}


p.topArea {
	text-align: left;
	width: 400px;
}

p.history {
	text-align: center;
	width: 460px;
}

/* -----Contents----- */

#splash_main, #metal_main {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 900px;
	text-align: center;
	background-position: top;
	background-color: #ccffff;
}

#splash_main {
	background-image: url(images/sarah_bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#metal_main {
	background-image: url(images/metal_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#thumb_table {
	/* border: solid 1px #ccffff; */
	text-align: center;
	padding: 15px;
	margin: 15px;
	width: 600px;
}


#nav_bar {
	vertical-align: middle;
	background-color: #330000;
	letter-spacing: .1em;
	text-align: center;
	font-family: Helvetica, Arial, san-serif;
	font-size: 15px;
	color: #ffffff;
	width: 800px;
	height: 35px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

#title_bar {
	vertical-align: middle;
	text-align: center;
	width: 800px;
	height: 75px;
	position: relative;
}
