/* CSS Document */

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

body {
	padding: 0px;
	margin: 0px;
	/*background: #000;*/
	background-image:url(images/mainBG.png);
	background-repeat:repeat;
}

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

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

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

h2 {
	font-family: Arial, Helvetica, san-serif;
	color: #FFF;
	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 #6ec0ef;
}
img.thumb:hover {
	border:2px solid #FFFFFF;
}

img.gallery {
	vertical-align: middle;
}

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


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

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

#buffer {
	padding: 0px;
}

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