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

body {
		margin:0;
		padding:12px 0 0 12px;
		background:url(images/bg_splice.gif) repeat-y #bdc1bc;
		color:#60625f;
		font:0.8em/160% Arial, Helvetica, sans-serif;
		/* Fixes problem with 'auto' not centering div in ie5/win */
		}
		
.left_col {
		float:left;
		width:500px;
		margin-bottom:12px;
		}
	
.right_col {
		float:left;
		margin-left:30px;
		width:120px;
		}
		

.right_col ul {
		list-style:none;
		padding:0;
		margin:10px 0 0 0 ;
		}
		
.narrow_col_left {
	float:left;
	width:244px;
	margin-right:12px;
	}
	
.narrow_col_right {
	float:left;
	width:244px;
	}
	
h1 {
	margin:10px 0 0;
	padding:0 0 0px;
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	}
	
	


/* Nav --------------------------------------------------------------------------------------------------*/	
a.nav_illustration, a.nav_photo, a.nav_blog, a.nav_about, a.nav_contact {
	color:#60625f;
	}
	
a.nav_illustration:hover, a.nav_photo:hover, a.nav_blog:hover, a.nav_about:hover, a.nav_contact:hover {
	color:#fff;
	font-weight:bold;
	}
	
a.nav_illustration:visited, a.nav_photo:visited, a.nav_blog:visited, a.nav_about:visited, a.nav_contact:visited {
	color:#60625f;
	}
	
body.illustrationPage a.nav_illustration, body.photoPage a.nav_photo, body.blogPage a.nav_blog, body.aboutPage a.nav_about, body.contactPage a.nav_contact {
	color:#fff;
	font-weight:bold;
	}
	
a { 
	color:#60625f;
}
	