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

body{
	background-color: #d6d7bf;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


div#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:100%;
	}
  
/* BEGING HEADER*/
div#header{
	width:850px;
	height:301px;
	margin: 0;
	position:relative;
	background-image: url(../images/header.gif);
	}	

#navcontainter{
	position: absolute;
	margin: 15px 15px 0 450px;
	}
#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
#navlist li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #768e85;
	text-decoration: none;
	}

#navlist li a:hover {
	color: #9fa374;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9fa374;
	}
	

/* BEGIN CONTENT */

#about{
	color: #472d34;
	width: 350px;
	margin: 0 0 0 270px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	}

#about a{
	font-size: 10px;
	color: #472d34;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #472d34;
	text-transform: uppercase;
	font-weight: bold;
	}

#about a:hover{
	color: #768e85;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #768e85;
	}

.callout {
 	color: #768e85;
 }

div#portfolio{
	position: absolute;
	padding: 40px 0 0 50px;
	}

#contact{
	color: #472d34;
	width: 350px;
	margin: 0 0 0 270px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	}

#contact a{
	color: #472d34;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #472d34;
	}

#contact a:hover{
	color: #768e85;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #768e85;
	}


/* BEGIN FOOTER */

div#stickyfooter{
	}
	
div#footer{
	float:left;
	margin: 80px 0 0 550px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #838760;
	background-position: bottom;
	}
div#footerbird{
	margin: 0 0 0 700px;
	height: 159px;
	width: 129px;
	background-image: url(../images/btmbird.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}


/* END Footer */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
