@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:20px;
margin-left: 20px;}
		
#content {
	text-align: center;
	margin-right: 49px;
	margin-left: 49px;
	margin-bottom: 80px;
	border-top: 1px solid #191970;
	margin-top: -15px;
		}
	
#border{
border-top: 1px solid #191970;
        margin-top: 120px;
}	


	
	/*IE 7 FIX*/ 
	#content {
		*margin-top: -19px;
		}
	#content img {
		margin-top: 40px;
		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;
		}
		

		}
		/*IE 7 FIX*/ #navigation li {
			*display: inline;
			}
			
	/* Begin Navigation */	
#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;
			}
		
	
	#paintings a {
		display: block;
		width: 80px;
		height: 24px;
text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#paintings a:hover {
			color: blue;
			}
			
				
	#drawings a {
		display: block;
		width: 190px;
		height: 24px;
		text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#drawings a:hover {
			color: blue;
			}
		
	#artiststatement a {
		display: block;
		width: 150px;
		height: 24px;
		text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#artiststatement a:hover {
			color: blue;
			}		
			
	#resume a {
		display: block;
		width: 80px;
		height: 24px;
		text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#resume a:hover {
			color: blue;
			}
			
	#bio a {
		display: block;
		width: 45px;
		height: 24px;
		text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#bio a:hover {
		color: blue;
			}
			
	#contact a {
		display: block;
		width: 56px;
		height: 24px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: grey;		}
		#contact a:hover {
			color: blue;
			}
			
	/* End Navigation*/		
			
	#footer {
	font-size:.8em;
	color:black;
	position:absolute;
	top: 90%;
	left: 40%;
	}	
