body{
	margin:	0;
	font-family:	Helvetica, sans-serif;
	font-size:	12px;
	color:	#000;
	background-color:	#FFF;
	text-align:	center;
	}

/*__________________________ block positions*/
#content{
	width:	753px;
	padding:	344px 20px 0 20px;
	margin:	10px auto 10px auto;
	text-align:	left;
	background-repeat:	no-repeat;
	background-position:	center 0;
	background-image:	url(img/body_bg.png);
	/*border:	4px solid #000;*/
	}
	#menu{
		height:	35px;
		margin:	0 0 15px 0;
		}
		#menu a{
			display:	block;
			height:	35px;
			float:	left;
			background-repeat:	no-repeat;
			background-image:	url(img/menu_a_bg.png);
			}
		#menu a span{
			display:	none;
			}
		#menu a:hover, #menu a.selected{
			background-image:	none;
			}
		#home{
			width:	65px;
			background-position:	0 -344px;
			margin:	0 40px 0 0;
			}
		#paintings{
			width:	110px;
			background-position:	-105px -344px;
			margin:	0 36px 0 0;
			}
		#walls{
			width:	69px;
			background-position:	-251px -344px;
			margin:	0 36px 0 0;
			}
		#store{
			width:	72px;
			background-position:	-356px -344px;
			margin:	0 36px 0 0;
			}
		#bio{
			width:	36px;
			background-position:	-464px -344px;
			margin:	0 35px 0 0;
			}
		#contact{
			width:	101px;
			background-position:	-535px -344px;
			margin:	0 34px 0 0;
			}
		#blog{
			width:	58px;
			background-position:	-670px -344px;
			}
#foot{
	width:	753px;
	padding:	20px 0 30px;
	height:	20px;
	margin:	0 auto 0 auto;
	font-size:	10px;
	text-align:	right;
	clear:	both;
	}
#screen_dimmer, #prompt, #images{
	background: url(img/screen_dimmer_bg.png);
	_background: none;
	display:	none;
	position:	fixed;
	top: 0;
	right:	0;
	bottom:	0;
	left:	0;
	z-index:	900;
	
	_position:	absolute;
	_top: expression(eval(document.body.scrollTop));
	_height:	100%;
	_width:	100%;
	}
#ajax_status, #the_prompt, #the_image{
	background:	#FFF;
	padding:	15px;
	font-size:	30px;
	font-weight:	bold;
	width:	300px;
	height:	100px;
	margin:	20px auto 0 auto;
	z-index:	1000;
	text-align:	center;
	overflow:	auto;
	}
#the_prompt, #the_image{
	display:	block !important;
	z-index:	950 !important;
	}
	#the_image{
		font-size:	12px;
		}
	#the_image h5{
		height:	15px;
		margin:	0 0 5px 0;
		}
		#the_image img{
			margin:	auto;
			text-align:	center;
			}
	#caption{
		height:	35px
		text-align:	center;
		font-size:	11px;
		font-weight:	normal;
		}
	#caption p{
		text-align:	center;
		}
.previous{
	float:	left;
	margin:	0 5px 0 0;
	}
.next{
	float:	right;
	}
.next:hover, .previous:hover{
	cursor:	pointer;
	}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{		
	color:	#666;
	text-decoration:	none;
	}			
a:hover{
	color:	#000;
	cursor:	pointer;
	}
h1{
	margin:	0 0 3px 0;
	display:	none;
	}
h2{
	margin:	0 0 3px 0;
	}
h3{
	font-size:	22px;
	margin:	3px 0 3px 0;
	}
h4{
	font-size:	16px;
	margin:	3px 0 5px 0;
	}
h5{
	font-size:	14px;
	margin:	2px 0 3px 0;
	}
h6{
	font-size:	13px;
	margin:	5px 0 2px 0;
	}
.alert{
	color:	#F00;
	font-weight:	bold;
	}
.response{
	display:	block;
	padding:	5px;
	margin:	0 0 5px 0;
	background-color:	#DDD;
	color:	#DDD;
	}
p{
	clear:	both;
	padding:	0 0 10px 0;
	margin:	0;
	text-align:	justify;
	}
.note{
	font-size:	11px;
	}
.hr{
	border-bottom:	1px solid #000;
	marin:	5px 0 10px 0;
	}
.clear{
	clear:	both;
	}
/*__________________________ end text styling*/

/*__________________________ form styles*/
form{
	margin:	0 0 10px 0;
	}
input, select{
	border:	1px solid #333;
	background:	#C7C8CA;
	font-size:	10px;
	}
input[type='submit'], .save{
	width:	100%;
	}
input[type='button']:hover, .button:hover, input[type='submit']:hover{
	background:	#AAA;
	cursor:	pointer;
	}
#subscribe input{
	width:	100%;
	margin:	0 0 5px 0;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	}
.thumb{
	width:	100px;
	height:	100px;
	float:	left;
	margin:	0 5px 5px 0;
	}
.section_link .thumb{
	width:	100px;
	height:	100px;
	}
.img_fl{
	float:left;
	margin:	0 10px 10px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 10px 10px;
	}
.img_c{
	text-align:center;
	margin:10px 0 10px 0;
	}
	.img_c img{
		margin:	auto;
		}
.img_l{
	text-align:left;
	margin:10px 0 10px 0;
	}
.img_r{
	text-align:right;
	margin:10px 0 10px 0;
	}
/*__________________________ end image styles*/	

/*__________________________ table styles*/
table{
	width:	100%;
	margin:	0;
	padding:	0;
	background-color:	#FFF;
	}
th{
	background-color:	#DDD;
	color:	#FFF;
	font-weight:	bold;
	padding:	3px;
	text-align:	right;
	}
td{
	padding:	4px;
	text-align:	right;
	border-top:	1px solid #DDD;
	vertical-align:	top;
	clear:	both;
	}
.td_thumb{
	padding:	3px 0 3px 0;
	}
#totals{
	font-weight:	bold;
	}
#totals td{
	border-top:	2px solid #DDD;
	}
/*__________________________ end table styles*/
