@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/back-graident.jpg);
	background-color:#353644;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
}
img {
	border: none;
}

h1 {
	text-align: center;
}

h2 {
	margin: 10px;
	font-size: 14px;
	font-weight:bold;
}

.main {
	position:relative;
	width: 626px;
	margin: 20px auto;
	z-index:0;
}
.header {
	width:626px;
	height:184px;
	background-image:url(../images/kent-schellinger.png);
}
.nav {
	position:relative;
	color:#FFF;
	width: 602px;
	padding-right:20px;
	height: 32px;
	background-image:url(../images/nav-graid.gif);
	border: black 2px solid;
	margin: 0 auto;
	line-height:32px;
	text-align: right;
	z-index: 2;
}
.nav a {
	color: #FFF;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}

.content {
	position:relative;
	width:562px;
	border: black 2px solid;
	border-top: none;
	background-image:url(../images/content-graid.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#B9B9B9;
	padding: 30px;
	z-index: 1;
	
}
.portfolio {
	position:relative;
	float:left;
	margin-left: -30px;
	margin-top: -20px;
	z-index: 3;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	font-size: 12px;
	margin-top: 10px;
}

li {
	margin-left: 15px;
}

dl.web {
	float:left;
	margin: 20px;
}

dl.web dt {
	display:block;
	background-image:url(../images/dt-graid.png);
	width: 219px;
	height: 36px;
	line-height: 45px;
	text-align: center;
	padding-left: 20px;
	padding-top: 5px;
	color:#FFF;
	font-weight:bold;
	margin-top: 20px;
}

dl.web dd {
	width:235px;
	font-size:12px;
	text-align:center;
	margin-top: 8px;
}

dl.web dd a{
	color:#000;
	text-decoration:none;
}

dl.web dd.preview {
	display:block;
	background-color: #FFF;
	border: black 2px solid;
	height: 220px;
	margin-top: 0;
}

.pull {
	clear:both;
}

.location {
	text-align:right;
	font-size:10px
}

img.photos {
	margin: 200px 50px 0 50px;
	
}
