body, html {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1000px;
}

#header {
	height: 30px;
	clear:  both;
	text-align: right;
	background-color: #272928;
	border-bottom: 15px solid #535353;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}


/*----SITE NAV STYLES--------------------------------------------*/
ul#nav {
	float: left;
	width: 1000px;
	height: 130px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	padding: 0;
	margin: 0;
	float:left;
	text-indent: -9999px;
	list-style-type: none;
}

ul#nav li a{
	border: 0;
	display: block;
	text-decoration: none;
	background: transparent url(../images/navigation.jpg) no-repeat;
}


li#home a {width: 520px; height: 130px;}
li#portfolio a {width: 112px; height: 130px;}
li#about a {width: 80px; height: 130px;}
li#resume a {width: 90px; height: 130px;}
li#contact a {width: 90px; height: 130px;}

li#home a:link, li#home a:visited {background-position: 0px 0px;}
li#home a:hover, li#home a:focus {background-position: 0px 0px;}

li#portfolio a:link, li#portfolio a:visited {background-position: -600px 0px;}
li#portfolio a:hover, li#portfolio a:focus {background-position: -600px -172px;}

li#about a:link, li#about a:visited {background-position: -712px 0px;}
li#about a:hover, li#about a:focus {background-position: -712px -172px;}

li#resume a:link, li#resume a:visited {background-position: -792px 0px;}
li#resume a:hover, li#resume a:focus {background-position: -792px -172px;}

li#contact a:link, li#contact a:visited {background-position: -884px -333px;}
li#contact a:hover, li#contact a:focus {background-position: -884px -333px;}


/*---- END SITE NAV STYLES--------------------------------------------*/

#callout {
	float: left;
	width: 800px;
	height: 40px;
	margin: 15px 5px 5px 85px;
	border-bottom: 1px solid #ACACAC;
}



#left {
	float: left;
	width: 800px;
	min-height: 455px;
	margin: 10px 10px 10px 85px;
	color: #333333;
	font: 12px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
}

#right {
	float: left;
	width: 720px;
	min-height: 455px;
	margin: 10px 0px 10px 0px;
	color: #333333;
	font: 12px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
}


#left a, #right a, #footer a {
	color: #272928;	
	font: bold 10px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #96CA2D;
	padding: 3px;

}

#left a:hover, #right a:hover, #footer a:hover {
	color: #272928;
	font: bold 10px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #96CA2D;
	text-decoration: none;
	background-color: #96CA2D;
	padding: 3px;
}

#left h1 {
	color: #82C5BB;
	font: bold 14px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#right h2 {
	color: #be6600;
	font: bold 14px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ACACAC;
}

#right h3 {
	color: #272928;
	font: bold 10px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin: 5px;
}

#right p { 
	color: #333333;
	font: 10px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	margin: 5px;
}

#footer {
	clear:  both;
	border-top: 1px solid #ACACAC;
	font: bold 10px "Lucida Grande", "Trebuchet MT", Lucida, Verdana, sans-serif;
	padding-top: 5px;
	margin-bottom: 15px;
}

/*---- SITE COLORS--------------------------------------------*/
/* -- 82C5BB - FINAL BLUE */
/* -- 4BB5C1 - BLUE */
/* -- 96CA2D - GREEN */
/* -- 272928 - GRAY */
/* -- ACACAC - LIGHT GRAY */