/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: helvetica, arial, sans;
	line-height: 150%;
	color: #333333;
	background-color:white;
	background-attachment:fixed;
    background-image:url(http://www.ianwilliamcraig.ca/files/colour.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}


a:link {
	text-decoration: none; 
	color: #666;
	}
a:active { 
	background-color:#ed1c65;
	color: #666;
	text-decoration:none;
	}
a:visited { text-decoration: none; color: #666; }
a:hover { 
	background-color:#428eab;
	color:white;
	text-decoration:none;
 }

a img { border: none; }



#menu {
    width: 190px;
    overflow: auto;
	left: 40px;
	bottom: 0px;
	top: 0px;
	padding-top: 50px;
	padding-right: 5px;
	padding-left: 5px;
    position: fixed;
    height: 100%;
	background-color: white;

}

#menu ul {
	list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
}

#menu ul li.section-title {
		font-family: georgia, serif;
		font-style: italic;
		font-size: 9px;
		background-color:white;
		letter-spacing: 0.4em;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		color: #888888;
		border-top-color:#dedede;
		border-top-style: solid;
		border-top-width: 1px;

	}

#menu ul li.section-title:hover { 
	color:#428eab;
	text-decoration:none;
 }
	

#copy {
	font-size: 9px;
	color: #bbbbbb;
	font-family: Georgia, serif;
	margin-top: 5px;
	padding-top: 10px;
		padding-bottom: 20px;
		border-top-color:black;
		border-top-style: solid;
		border-top-width: 1px;
		}

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	    top: 0;
		padding-top: 55px;
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 300px;
	}

.container {
    padding: 5px 5px 25px 5px;
}

.container p { background: #fff; }


#content p { width: 400px; margin-bottom: 9px; }

#img-container a {
	display:block;
	float: left;
	width:75px;
	height:75px;
	margin:10px 15px 10px 0px;
	padding:0;
	overflow: hidden;
	border: 0;
}


#img-container a.thickbox:link {
	border: 2px white solid;
}

#img-container a.thickbox:hover { 
	border: 2px black solid;
}


p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 30px;
	font-family: Garamond, Georgia, serif;
	color:#428eab;
	font-style: none;
	background: #fff;
	line-height: 39px; }
h2 {
	font-size: 20px;
	font-family: Garamond, Georgia, serif;
	letter-spacing: 0.1em;
	font-style: normal;
	color:black;}
h3 {
	font-size: 20px;	
	font-family: Garamond, Georgia, serif;
	font-style: none;
	color:black;}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }