body {
	font-family: 'Cambria', serif;
    border: 0;
	margin: 0;
	padding: 0;
	color: #595959;
	background-color: #FFFFFF;
}

a {
	color: #595959;
	text-decoration: none;
}

a:hover {
	color: #8565AC;
}

a.selected {
	color: #C96EAC;
}


/*
h1: page heading
h2: main navigation
h3: secondary navigation (work), headings (about me)
h4: small headings (about me)
h5: project headings
*/

h1, h2, h3, h4, h5 {
	margin: 0;
}

h1 {
    font-family: sans-serif;
    font-weight: normal;
	color: #F05F98;
	letter-spacing:0.02em;
}

h2 {
	font-size: 1.12em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	display: inline;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #F16060;
}

h5 {
	font-weight: normal;
	font-size: 0.88em;
	line-height: 1em;
}

br {
	line-height: 0.6em;	
}

img {
	border: 0;
	margin: 0;
	padding: 0;	
}




#centred {
	width: 887px;
	margin: 0 auto;
}

#heading {
	/*background-color: #CCCCFF;*/
	height: 40px;
	padding-top: 24px;
}


#heading a:hover {
	color: #595959;
}

#main-navigation {
	width: 165px;
	line-height: 1.25em;
	padding-top: 4px;
	margin-right: 40px;
}

#main-navigation ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	text-indent: 0;
}

#footer {
	clear: both;
	width: 887px;
	height: 32px;
}

#imageContainer {
	position:relative;
	margin:auto;
	visibility: hidden;
}


.left_column {
	/*background-color: #FFFFCC;*/
	width: 650px;
	min-height: 32px;
	float: left;
	margin-bottom: 16px;
}

.right_column {
	/*background-color: #CCFFDD;*/
	width: 205px;
	min-height: 32px;
	float: right;
	margin-bottom: 16px;
}

.double_column {
	/*background-color: #FFDDCC;*/
	width: 887px;
	min-height: 32px;
	clear: both;
	overflow: hidden;
	margin-bottom: 16px;
}

.double_column .left_column, .double_column .right_column {
	/* if a left column or right column is enclosed in a double column div
	then the double column div handles the margin bottom */
	margin-bottom: 0;
}

.top_line {
	border-top: 1px solid #7A7A7A;
}


.hidden_top_line {
	/* use to balance out the vertical position of a right column
	that is sat next to a left column with a visible top line */
	border-top: 1px solid #FFFFFF;
}



.spacer_118px {
	height: 118px;
}

.spacer_18px {
	height: 18px;
}

.spacer_12px {
	height: 12px;
}

.spacer_4px {
	height: 4px;
}




.turquoise {
	color: #6FC388;	
}

.purple {
	color: #8565AC;	
}

.grey {
	color: #aaaaaa;
}

