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

body{
	margin:0px;
	padding:0px;
	background-color:#46312C;
	background-image:url(images/bkgnd-slice.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
#bodycontainter{
	position:relative;
	top:10px;
	border:0px #ffffff dotted;
	text-align:left;
}
#imagecontainer{
	color:#999999;
	background-image:url(images/almand-wiggins-center-columns.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	z-index:6;
	left:20px;
	top:-1px;
	height:504px;
	width:569px;
}
#titlecontainer{
	color:#000000;
	position:relative;
	z-index:12;
	top:12px;
	left:480px;
	height:117px;
	width:464px;
}
#textcontainer{
	border:0px #ffffff dotted;
	position:relative;
	top:40px;
	left:580px;
	width:370px;
	height:280px;
	text-align:left;
	z-index:18;
}
#textcontainer H1{
	font-weight:bold;
	font-size:24px;
	
}
#textcontainer H3{
	font-size:18px;
	font-weight:bold;
}
#textcontainer p {
	color:#CCCCCC;
}
#footercontainer{
	position:relative;
	top:100px;
	left:580px;
	border:0px #ffffff dotted;
	width:300px;
	z-index:19;
	text-align:left;
	font-size:14px;
}
#footercontainer a{
	color:#FFFFFF;
}
#smallfooter{
	font-size:10px;
	color:#000000;
	position:relative;
	left:30px;
	top:20px;
	width:250px;
	z-index:24;
	text-align:left;
}
#smallfooter a{
	color:#000000;
	text-decoration:none;
}