@charset "UTF-8";
/* CSS Document */

body { 
	background-color:white;
	background-image:url(graphics/open.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 60%;
	
		}
	
	
h1 a {
	display: block;
	width: 241px;
	height: 73px;
	background: url(graphics/alicecase-over.png) top left no-repeat;
	position: absolute;
	left: 30px;
	top: 20px;
	}
	
	h1 a:hover {
		background: url(graphics/alicecase.png) top left no-repeat;
		}
	h1 a span {
	position:absolute;
	left:-99999px;
		}
*/
	
	
	/* Begin Navigation */	
	
#navigation {
	list-style-type: none;
        position: absolute;
	top: 90px;
  left: 0px;
		}
		
	#navigation li {
		display: inline-block;
		margin-left: 10px;
		}
		/*IE 7 FIX*/ 
		
				#navigation li {
			*display: inline;
			}
		#navigation li a span {
		position:absolute;
		left:-99999px;
			}
		
	#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;
			}
			
			
	#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;
			}
	
	#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;
			}
			
	#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;
			}		
			
			
	#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;
			}
            
         
            
		
		#events {
		position:absolute;
		top: 200px;
		left: 5%;
		height: 24px;
                font-size:14px;
                color: #3B323F;
			}	
			
			ul{
			list-style-type:none;
			}
			
	/* End Navigation */	
	

		
	#footer {
	font-size:.8em;
	color:black;
	position:absolute;
	top: 90%;
		}

	}		
