body{
	background:url(../images/bg.jpg);
	border-top:#b7f460 2px solid;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

h1,h2,h3,h4,h5{
	color:#515151;
	margin:0 0 15px 0;
}

h2{ font-size:28px; }

A, A:VISITED{
	color:#78AF41;
}

p{
	line-height:150%;
	margin-bottom:10px;
}

a.logo{
	background:url(../images/david_tinnes_designer_developer.png);
	text-indent:-9999px;
	width:301px;
	height:61px;
	display:block;
	position:relative;
	top:30px;
	left:5px;
	overflow:hidden;
}

#wrapper{
	background:url(../images/wrap_top_bg.gif) repeat-x;
	height:100%;

}

#container{
	margin:0 auto;
	width:960px;
	position:relative;
}

#innerContent{
	margin-bottom:-15px;
	position:relative;
	background:url(../images/body_bg.png) repeat-y;
	

}

#bodyBtm{

}

#header{
	height:120px;
}

#menu
{
	text-align:right;
	position: relative;
    clear: both;
	margin-right:15px;
}

#menu a
{
	color:#666;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}

#menu a:HOVER, #menu a.active
{
	color:#D1E4CD;
	text-decoration:underline;
}

div.ahover {
    position: absolute;
    z-index: 99;
	margin-left:11px;
	 background: #f43;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#menu li
{
	float: right;
	background-image:url(../images/vr.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	margin-left:10px;
	padding-left:20px;
	overflow:visible;
	position: relative;
    z-index: 200;
}

#footer {
	background:url(../images/grain.gif) repeat;
	height:200px;
}

#menu li.first{
	list-style:none;
		background-image:none;
}

#footerInner{
	width:960px;
	margin:0 auto;
	height:37px;
	background:url(../images/footer_btm.gif);
}

#bodyTop{
	background:url(../images/body_top_bg.png) bottom left no-repeat;
	height:5px;
	overflow:hidden;
	padding:0;
}

#bodyMid{
	width:900px;
	margin:0 auto;
	margin-top:20px;

}

#footerContent{
	width:960px;
	margin:0 auto;
	position:relative;
}

.contactInfo{ position:absolute; left:30px; color:#CCC; margin:15px 0 0 0;}

.contactInfo h3{ font-size:24px; color:#FFF; margin:10px 0 10px 0;
}

.copy{
	font-size:.7em;
	color:#666;
	font-style:italic;
	float:right;
	margin-top:130px;
	width:300px;
}

/* FRONT PAGE */

.introduction{
	width:450px;
	float:left;
}

.front_skills{
	margin-left:500px;
}

.front_skills ul li{
	background-color: transparent;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 6px;
	line-height: 20px;
	padding-left: 18px;
}

/* PORTFOLIO */

.siteLink{
	font-size:12px;
	color:#639D60;	
}


.portfolioItem{
	clear:both;
	display:block;
	margin-bottom:20px;
}

.portfolioItem A IMG{
	float:left;
}

.portfolioContent{
	margin-left:320px;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
