/*===MAIN FOUNDATION BASE===*/
* {
	margin:0px;
	padding:0px;
	}
body, html {
	background-color:#ffffff;
	margin-top:0px;
	top:0px;
	left:0px;
	background-image:url(../images/hunterBG.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
#wrapper {
	text-align:center;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	}
#container {
	text-align:center;
	width:1000px;
	height:780px;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;
	}
#links {
	width:22em;
	height:45px;
	position:absolute;
	width:610px;
	height:45px;
	left:100px;
	top:116px;
	}
#homeLink {
	position:absolute;
	float:left;
	width:460px;
	height:115px;
	left:100px;
	top:0px;
	z-index:7;
	}
#section2D {
	position:absolute;
	float:left;
	width:70px;
	height:22;
	left:116px;
	top:191px;
	}
#section3D {
	position:absolute;
	float:left;
	width:70px;
	height:22px;
	left:787px;
	top:191px;
	}
#divider {
	position:absolute;
	float:left;
	width:12px;
	height:636px;
	left:751px;
	top:162px;
	}
	
/*===CONTENTS AND IMAGE FILLERS===*/
#content {
	position:absolute;
	float:left;
	width:613px;
	height:285px;
	left:118px;
	top:300px;
	line-height:12pt;
	background-color:#FFFFFF;
	}
#contentArt_2d {
	position:absolute;
	float:left;
	width:633px;
	height:545px;
	left:107px;
	top:215px;
	text-align:left;
	}
#contentArt_3d {
	position:absolute;
	float:left;
	width:215px;
	height:545px;
	left:778px;
	top:215px;
	text-align:left;
	}
#imageFillerLink {
	position:absolute;
	float:left;
	width:673px;
	height:250px;
	left:262px;
	top:248px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height:12pt;
	color:#B7B17E;
	}
#imageFiller {
	position:absolute;
	float:left;
	width:400px;
	height:250px;
	left:539px;
	top:248px;
	text-align:left;
	}

/*===PORTFOLIO IMG MARGIN===*/	
.portTop {
	margin-right:5pt;
	margin-bottom:5pt;
	}
.portTop3D {
	margin-bottom:7pt;
	}
.portClear {
	margin-right:10pt;
	}
	
/*===FONT STYLES===*/
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height:12pt;
	color:#B7B17E;
	text-align:left;
	}
strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	}

/*===LINK AND LIST STYLES===*/
a.linkage {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
	color:#7F6B37;
	text-align:right;
	line-height:11pt;
	}
a.contactEmail {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	font-weight:bold;
	color:#FFCC00;
	text-align:left;
	line-height:9pt;
	}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	font-weight:bold;
	color:#333333;
	text-align:center;
	line-height:14pt;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration: none;
	}
ul {
	list-style-type:none;
	}
li {
	line-height:10pt;
	list-style-type:none;
	}
