/* CSS Document */

*{
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a, a:visited { color: #600}

body {
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

div.container{
	width:900px;
}

div.masthead{
	
	width: 900px;
	height: 275px;
	background-image: url(../images/masthead.jpg);
	background-repeat:no-repeat;
}

div.photo{

}
	div.photo a#contact-link{
		display:block;
		width: 449px;
		height: 346px;
		background-image: url(../images/main-photo.jpg);
		background-repeat:no-repeat;
	}
	div.photo a#contact-link:hover{
		display:block;
		width: 449px;
		height: 346px;
		background-image: url(../images/main-photo_.jpg);
		background-repeat:no-repeat;
	}
	
	

div.links{
	float: right;
	width: 451px;
	height: 322px;
}

	div.links a#gallery-link{
		display: block;
		width: 451px;
		height: 60px;
		background: url(../images/link-artwork.jpg);
	}
	div.links a#gallery-link:hover{
		display: block;
		width: 451px;
		height: 60px;
		background: url(../images/link-artwork_.jpg);
	}	
	div.links a#about-link{
		display: block;
		width: 451px;
		height: 55px;
		background: url(../images/link-about.jpg);
	}
	div.links a#about-link:hover{
		display: block;
		width: 451px;
		height: 55px;
		background: url(../images/link-about_.jpg);
	}	
	div.links a#awards-link{
		display: block;
		width: 451px;
		height: 50px;
		background: url(../images/link-awards.jpg);
	}
	div.links a#awards-link:hover{
		display: block;
		width: 451px;
		height: 50px;
		background: url(../images/link-awards_.jpg);
	}	
	div.links a#friends-link{
		display: block;
		width: 451px;
		height: 50px;
		background: url(../images/link-friends.jpg);
	}
	div.links a#friends-link:hover{
		display: block;
		width: 451px;
		height: 50px;
		background: url(../images/link-friends_.jpg);
	}	
		
		
		

div.exhibitions{
	width: 900px;
	height: 100px;
	background-image: url(../images/exhibitions-bg.jpg);
	background-repeat:no-repeat;
			
}

	div.exhibitions p{
		padding: 35px 20px 20px 100px;
	}

div.exhibitions-bottom{
	width: 900px;
	height: 42px;
	background-image: url(../images/exhibitions-bottom.jpg);
	background-repeat:no-repeat;	
}

p { 
	color: #111;
	text-align: left;
}


.exhibitions td { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px}

.me{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px;}
div#awards ul li { list-style:circle; font-size:11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
div#awards h2 { font-family: Georgia, "Times New Roman", Times, serif;  color:#333}



/************** send.php *****************/
div.paper-box-top,div.paper-box-bottom{
	width: 428px; margin: 0; padding:0;
}
div.paper-box{
	 width: 408px; background-image: url(../images/paper-bg.png); background-repeat:repeat-y; height: auto; padding: 10px; 
}
div.paper-box-top{
	background-image: url(../images/paper-bg-top.png); background-repeat:no-repeat; height: 29px;
}
div.paper-box-bottom{
	background-image: url(../images/paper-bg-bottom.png); background-repeat:no-repeat; height: 29px;
}




/************* GALLERY MARKUP **************/
.gallery-container { width: 800px; margin-left: 150px; border: 1px solid white; background-color: #000}
.gallery-header {font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#CCC; margin-left: 150px;}
.gallery-image-div { height: 180px; float: left; padding: 10px;}
.gallery-image{ border: 3px solid #AA9; vertical-align:bottom}
.gallery-label{ color: #AAC; font-size: 9px; font-style:italic; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center;}

/**** IBOX FORMATTING ***/

div#about,div#awards,div#friends,div#contact{
	display: none;
	padding: 20px;
}

ul.errors{ width: 250px; text-align: left}
ul.errors li { color: #800; font-style: italic; list-style:disc}


form ul.formList li { text-decoration:none; list-style:none; width: 250px;}
form ul.formList li input { right: 0; margin-bottom: 10px; }
