@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 80%;
	letter-spacing: .05em;
	background: white;
	}
	
#container {
	}
	
h1 a {
	display: block;
	width: 241px;
	height: 73px;
	background: url(graphics/alicecase.png) top left no-repeat;
	position: absolute;
	left: 30px;
	top: 20px;
	}
	h1 a:hover {
		background: url(graphics/alicecase-over.png) top left no-repeat;
		}
	h1 a span {
position:absolute;
left:-99999px;
}
	

		
a {
	color: #BAB8B5;
	text-decoration: none;
	}
	a:hover {
		color: #CCD7DD;
		text-decoration: underline;
		}
		
#intro{
margin-top:120px;
margin-left: 20px;}
		
#content {
	text-align: center;
	margin-right: 49px;
	margin-left: 49px;
	margin-bottom: 80px;
	border-top: 2px solid #191970;
	margin-top: -15px;
	}
	/*IE 7 FIX*/ #content {
		*margin-top: -19px;
		}
	#content img {
		margin-top: 30px;
		border: none;
		}
		
#thumbnails{
margin-left:20px;
}		
	
.caption {
	text-align: right;
	}

			
.form {
	list-style-type: none;
	z-index: 3;
	margin-bottom: 90px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 500px;
	}
	.form li {
		margin-bottom: 8px;
		}
	.textbox {
		display: block;
		}
	.mailinglist {
		font-size: 85%;
		margin-left: 25px;
		text-indent: -25px;
		}
		
#navigation {
	list-style-type: none;
	top: 75px;
	right: 140px;
	position: absolute;
	}
	#navigation li {
		display: inline-block;
		margin-left: 20px;
		}
		/*IE 7 FIX*/ #navigation li {
			*display: inline;
			}
		#navigation li a span {
		position:absolute;
		left:-99999px;
			}
	
	#paintings a {
		display: block;
		width: 68px;
		height: 24px;
		background: url(graphics/paintings.png) top left no-repeat;
		}
		#paintings a:hover {
			background: url(graphics/paintings_over.png) top left no-repeat;
			}
			
				
#drawings a {
		display: block;
		width: 75px;
		height: 24px;
		background: url(graphics/drawings.png) top left no-repeat;
		}
		#drawings a:hover {
			background: url(graphics/drawings_over.png) top left no-repeat;
			}
			
	
			
		#artiststatement a {
		display: block;
		width: 102px;
		height: 24px;
		background: url(graphics/artiststatement.png) top left no-repeat;
		}
		#artiststatement a:hover {
			background: url(graphics/artiststatementover.png) top left no-repeat;
			}		
			
		
		#resume a {
		display: block;
		width: 75px;
		height: 24px;
		background: url(graphics/resume.png) top left no-repeat;
		}
		#resume a:hover {
			background: url(graphics/resumeover.png) top left no-repeat;
			}		
		

			
	#bio a {
		display: block;
		width: 27px;
		height: 24px;
		background: url(graphics/bio.png) top left no-repeat;
		}
		#bio a:hover {
			background: url(graphics/bio_over.png) top left no-repeat;
			}
	#contact a {
		display: block;
		width: 56px;
		height: 24px;
		background: url(graphics/contact.png) top left no-repeat;
		}
		#contact a:hover {
			background: url(graphics/contact_over.png) top left no-repeat;
			}
			
	#footer {
	font-size:.8em;
	color:black;
	position:absolute;
	top: 90%;
	left: 40%;
	}	