/* CSS Document */

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

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

body, a, div, span, p, td {
	font-style: normal;
	font: 16px Palatino, Times New Roman, serif;
	color: #fff;
}

p {
	color: #fff;
	line-height: 18px;
}

ul {

	list-style: none;
	list-style-image: none;
}

li {
	padding: 3px;
	margin: 1px;
}

h3, h4 {
	color: #FFCC66;
}

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

a.gal_nav { 
	color: #CCC;
	font-size: 13px;
	font-family: Palatino, "Times New Roman", Georgia, Times, serif; 
	font-weight: normal; 
	vertical-align: middle;
	text-decoration: none;
}

a.gal_nav:hover {
	color: #FFF;
	text-decoration: underline;
}

a.page_nav {
	color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif; 
	font-weight: normal; 
	vertical-align: middle;
	text-decoration: underline;
}

a.page_nav:hover {
	color: #FFF;
	text-decoration: none;
}

a.page_nav:visited {
	color: #888;
}

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

p.info {
	text-align: center;
	font-size: 12px;
	color: #BBB;
}

span.page {
	color: #FFCC66;
	font-size: 11px;
	font-family: Arial, Helvetica, san-serif;
	vertical-align: middle;
}

span.title {
	font-size: 36px;
}

span.gal_title {
	letter-spacing: .1em;
	color: #888;
	vertical-align: middle;
	font-size: 26px;
}

span.small {
	font-size: 20px;
}

span.wht {
	font-size: 13px;
	color: #ffcc66;
}

img.thumb {
	vertical-align: text-top;
	border:2px solid #FFCC66;
}
img.thumb:hover {
	vertical-align: text-top;
	border:2px solid #ffffff;
}

img.gallery {
	vertical-align: middle;
}

li.descFixed {
	font-size: 13px;
	text-align: left;
	/* border-bottom: 1px solid #fff; */
}

td.cells {
	vertical-align: middle;
	text-align: center;
	padding: 12px;
	border: 1px solid #AAA;
	width: 70px;
	height: 70px;

}

p.statement {
color:#fff;
background-color:#000;
	text-align:left;
	width:540px;
	padding:12px;
}


/* -----Contents----- */
#whole {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;	
	width: 800px;
	height: 600px;
}

/* -----MAIN PAGE----- */

#top_title {
	color: #ffcc66;
	font-size: 26px;
	letter-spacing: .2em;
	width: 800px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	top: 0px;	
	position: absolute;
}

#real, #surreal, #inspiration, #peace, #artState, #new, #store, #STATE {
	line-height: 24px;
	position: absolute;
	letter-spacing: .1em;
}

#real {
	left: 56px;
	top: 121px;		
}

#new {
	left: 335px;
	top: 141px;		
}

#store {
	left: 335px;
	top: 201px;
}

#surreal {
	left: 537px;
	top: 121px;	
}

#inspiration {
	left: 158px;
	top: 321px;	
}

#peace {
	left: 427px;
	top: 335px;	
}

#artState {
	width: 800px;
	left: 0px;
	top: 610px;	
}

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

#STATE {
	left: 120px;
	top:100px;
}

/* -----GALLERY PAGES----- */

#top_bar {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #AAA;
}

#side {
	vertical-align: middle;
	width: 200px;
	height: 300px;
}

#descTable {
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	margin: 2px;

}

#dTitle, #dSize, #dMedium, #dPrice, #dFrame {
	/*font-family: Arial, Helvetica, san-serif;*/
	font-size: 12px;
}

#gal {
	vertical-align: middle;
	text-align: center;
	width: 600px;
	height: 480px;

}

#bot_bar {
	text-align: center;
	height: 100px;
	width: 800px;
	padding: 5px;

}