/* CSS Document */

/* Dean Clamp Portfolio style sheet for http://www.deanclamp.co.uk */
/* Style sheet used under the About section for http://www.deanclamp.co.uk */
#section-wrapper {	
border-bottom: dotted 1px #01AEF0;
}

#subnav {	
border-bottom: 1px dotted #01AEF0;
}

#subnav li a:hover {
	text-decoration: none;
	color: #01AEF0;
}

#nav li a:hover {
	text-decoration: none;
	color: #01AEF0;
}

#content a:hover {
	color: #01AEF0;
	text-decoration: none;
}

.about {
	color: #01AEF0;
}

#content.about a {
	color: #01AEF0;
}

#content.about a:hover {
	text-decoration: none;
}

.column-wrapper a {
	color: #01AEF0;
}


.large a {
	color: #01AEF0;
}

.large a:hover {
	text-decoration: none;
}

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