@charset "utf-8";
/* CSS Document */


	body {
			background-color: #ffffff;
			font-size: small;
			font-family: Arial, Helvetica, sans-serif;

	}

	h2 {
		color: white;
		font-size: 120%;
		font-family: Helvetica, sans-serif;
		font-style: italic;
		border-bottom: thin dotted #000000;
	}
		
		
	p#main_content {
		background-color: #ffffff;
		padding: 10px 10px;
	}
		
	p#footer {
		 color: white;

	}
	
    div#artist_statement {
    	width: 900px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	background-color: #ffffff;
    	margin-left: auto;
    	margin-right: auto;

    }
    
	


