@charset "UTF-8";

/* Dean Clamp Portfolio style sheet for http://www.deanclamp.co.uk */
/* Style sheet used under the About section for http://www.deanclamp.co.uk */

#logo {
	background: transparent url(../images/dean-clamp-design.gif) 0 0 no-repeat;
}

#subnav li a:hover {
	color: #01AEF0;
}

a {
	color: #01AEF0;
}

a:hover {
	text-decoration: none;
}

.highlight {
	color: #01AEF0;
}

#contact-details h1 a:hover {
	color: #01AEF0;
}

.cv-wrapper {
float: left;
display:inline;
width: 40em;
margin: 0 0 1em 0;
}

.cv-left {
float: left;
display:inline;
width: 14em;
text-align: right;
margin-right: 1em;
}

.cv-right {
float: right;
width: 25em;
}

.cv-right a {
color: #999;
}
