@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	position: absolute;
	background-color: #40200A;
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin-top: 5%;
}

.logo {
	cursor: crosshair;
	float: none;
	padding: 0px;
	filter: Invert;
	text-align: right;
	margin: 0px;
	font-size: 9px;
}

.portfolioimage {
	margin: 0px;
	padding: 0px;
	height:350px;
	width: 625px;
	background-image: url(dn-portfolioimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.aboutimage {
	margin: 0px;
	padding: 0px;
	height:350px;
	width: 625px;
	background-image: url(dn-aboutimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.contactimage {
	margin: 0px;
	padding: 0px;
	height:350px;
	width: 625px;
	background-image: url(dn-contactimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.mainimage {
	margin: 0px;
	padding: 0px;
	height:350px;
	width: 625px;
	background-image: url(mainimage-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.topgrey {
	background-color: #A38B64;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.topyellow {
	background-color: #F2F2C7;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.topyellow td { height: 30px;}

.spacer {
	background-color: #F2F2C7;
	margin: 0px;
	padding: 0px;
	width: 30px;
}
.spacergrey {
	background-color: #A38B64;
	margin: 0px;
	padding: 0px;
	width: 30px
}
.samples {
	margin: 0px;
	padding: 30px;
	width: 345px;
	color: #FFF;
}
.samples strong{
	color: #FFFFFF;
	font-size: 12px;	
}
.samples a{
	text-decoration: underline;
	color: #E8E8E8;
}
.bottomyellow {
	background-color: #F2F2C7;
	margin: 0px;
	padding: 0px;
}
.bottomyellow td{
	height:30px
}
.bottomgrey {
	background-color: #A38B64;
	margin: 0px;
	padding: 0px;
}
.bottomgrey td{
	height:60px
}
