@import url("structure.css");
@import url("navigation.css");
@import url("gallery.css");

html, body {
	background-color: #e9e8e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 0.95em;
	line-height: 20px;

}

 a:link {
	color: #00adef;
	text-decoration: none;
 }
 
 a:visited {
	color: #00adef;
	text-decoration: none;
 }

 a:hover {
		text-decoration: underline;
 }


H1, H2, H3, H4, H5 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #babab8;
}

H1 {

}

H2 {
	line-height: normal;
	font-size: 1.3em;

}

H3 {
	font-size: 1.1em;

}

H4 {
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

H5 {

}

img {

}


li {
	list-style-type: none;
	list-style-position: outside;
}

ul {

}

.feedback {
	background-color: #ffdada;

}

#work {
}

#work ul {
	margin: 0px;
	padding: 0px;
}

#work li{
}
#work a{
	display: block;
	height: 30px;
	width: 210px;
	text-indent: -10000px;
}

#work a:hover {
	background-position: 0px -30px;
}

#work .commercial{
	background-image: url(../images/template/work-commercial.gif);
	background-repeat: no-repeat;

}

#work .portrait{
	background-image: url(../images/template/work-portrait.gif);
	background-repeat: no-repeat;

}

#work .personal{
	background-image: url(../images/template/work-personal.gif);
	background-repeat: no-repeat;

}

#work .wedding{
	background-image: url(../images/template/work-wedding.gif);
	background-repeat: no-repeat;

}

#work .dogs{
	background-image: url(../images/template/work-dogs.gif);
	background-repeat: no-repeat;

}

