/*Colours*/ 

body {
	background-color: white;
}


p, a, a:link, a:visited {
	color: #000;
}


a:hover {
	color: red;
}

.active {
	color: red;
}


 /*Typography*/ 

body, p {
	font: 12px Helvetica;
	line-height: 15px;
	text-align: left;
}

h1, h1.name {
	font: 24px Helvetica;
	line-height: 26px;
}


a, a:hover {
	text-decoration: none;
}

a.top {
	color: gray;
}

a.top:hover {
	color: black;
}

.text {
	width: 475px;
}


.name {
	position: fixed;
	top: 14px;
	left: 40px;
}


 /*Layout*/ 

#head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	border: 0;
	padding: 0;
	background-color: white;
}

#nav {
	position: fixed;
	width: 250px;
	top: 157px;
	left: 40px;	
	padding: 0;
	border: 0;
	/*background-color: green;*/
}

#content {
	width: 930px;
	/*height: 2000px;*/
	margin-top: 173px;
	margin-left: 282px;
	padding: 0;
	border: 0;
	/*background-color: gray;*/
}

#imghead {
	position: fixed;
	top: 30px;
	left: 290px;
}

.work {
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.up {
	margin-right: 5px;
	float: left;
}

.dividerhead {
	width: 930px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #1a1a1a;
	margin: 148px 0 0 290px;
	padding: 0;
}

.divider {
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #1a1a1a;
	margin: 20px 0;
	padding: 0;
}
