/* CSS Document */

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

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

body, a, div, span, p, td {
	font-style: normal;
	font: 14px Georgia, Times New Roman, serif;
}

p {
	color: #ccc;
	line-height: 16px;
}

p.cell {
	color: #DEBB2B;
	line-height: 15px;
}

h2 {
	font-family: Arial, Helvetica, san-serif;
	color: #DEBB2B;
	font: 17px;
}

/* -----Link Stuff----- */
a:link {
	color: #444444;
	text-decoration: none;
}     
a:visited {
	color: #222;
	text-decoration: none;
}  
a:hover {
	color:#FFF;
	text-decoration: none;
}   
a:active {
	color: #ffffff;
}

/* -----Psuedo Classes----- */
span.title {
	color: #992280;
	font: Lithos, Helvetica, San-serif, 18px;
}

span.upd {
	color: #DEBB2B;
	font-weight: bold;
}

img.thumb {
	border:2px solid #000000;
}
img.thumb:hover {
	border:2px solid #FFFFFF;
}

img.gallery {
	vertical-align: middle;
}

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

#top_title {
	color: #cc6600;
	font-family: Helvetica, Arial, san-serif;
	font-size: 34px;
	letter-spacing: .2em;
	background-color: #000000;
	background-image: url(images/top_fern.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

#main_pic {
	width: 430px;
	height: 510px;
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

#cells {
	width: 150px;
	height: 250px;
	vertical-align: middle;
}

#buffer {
	padding: 0px;
}

#main_text {
	color: #999999;
	text-align: center;
	padding: 10px;
}