@charset "UTF-8";
body {
	background-image: url(../images/new_bkg/bkg_textured.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}
#container {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:900px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#apDiv1 {
	position:absolute;
	left:37px;
	top:71px;
	width:319px;
	height:43px;
	z-index:1;
}
#nav {
	position:absolute;
	left:406px;
	top:71px;
	width:581px;
	height:49px;
	z-index:2;
}
#main {
	position:absolute;
	left:3px;
	top:142px;
	width:1018px;
	height:614px;
	z-index:3;
}
#portfolio_nav {
	position:absolute;
	left:416px;
	top:116px;
	width:450px;
	height:27px;
	z-index:4;
}
#featured_img {
	position:absolute;
	left:33px;
	top:15px;
	width:600px;
	height:540px;
	z-index:1;
}
#featured_img img {
	max-height: 100%;
	max-width: 100%
}
#txt_right {
	position:absolute;
	left:665px;
	top:16px;
	width:170px;
	height:418px;
	z-index:2;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#caption {
	position:absolute;
	left:33px;
	top:588px;
	width:418px;
	height:27px;
	z-index:3;
	font-style: italic;
}
#statement_txt {
	position:absolute;
	left:665px;
	top:12px;
	width:428px;
	height:1163px;
	z-index:4;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	overflow: auto;
}
#contact_txt {
	position:absolute;
	left:665px;
	top:12px;
	width:170px;
	height:418px;
	z-index:2;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #D06E49;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D06E49;
}
a:hover {
	text-decoration: underline;
	color: #F63;
}
a:active {
	text-decoration: none;
}
