/* CSS Document */
body {
	background-image: url(images/homeBG.jpg);
	color:#FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;

}

a:link {
	text-decoration: none;
	color: #a28f55;
}
a:visited {
	text-decoration: none;
	color: #a28f55;
}
a:hover {
	text-decoration: none;
	color: #F3D5B2;
}
a:active {
	text-decoration: none;
	color: #a28f55;
}

#containerHome {
	position:relative;
	z-index:1;
	width:395px;
	height:571px;

}

#flashHome {
	position:absolute;
	width:190px;
	height:170px;
	top:212px;
	left:124px;
	z-index:2;

}

#containerMain {
	position:relative;
	z-index:1;
	width:784px;
	height:571px;

}

#containerWork {
	position:relative;
	z-index:1;
	width:796px;
	height:571px;

}

#containerPortfolio {
	position:relative;
	z-index:1;
	width:680px;
	line-height:16px;
	
	}

#portfolioText {
	width:630px;
	padding:25px;
}

#portfolioWork {
	position:absolute;
	width:220px;
	height:101px;
	top:28px;
	left:28px;
	z-index:2;

}

#mainLogo {
	position:absolute;
	width:255px;
	height:173px;
	top:42px;
	left:420px;
	z-index:3;

}

#mainRollover {
	position:absolute;
	width:220px;
	height:101px;
	top:273px;
	left:442px;
	z-index:2;

}

#contentsNav {
	position:absolute;
	width:129px;
	height:280px;
	top:153px;
	left:140px;
	z-index:3;
}

#portfolioNavLeft {
	position:absolute;
	width:236px;
	height:73px;
	top:73px;
	left:116px;
	z-index:2;

}

#portfolioNavRight {
	position:absolute;
	width:236px;
	height:73px;
	top:73px;
	left:441px;
	z-index:2;

}

#contactRollover {
	position:absolute;
	width:219px;
	height:73px;
	top:362px;
	left:454px;
	z-index:2;

}

.workHeader {
	font-size:13px;
	color:#a28f55;
	font-weight:bold;
}

.workHeaderSub {
	font-size:11px;
	letter-spacing:.1em;
	color:#e5cf8b;
	font-style:italic;
}
