/* tag styles */
body {
	padding:0; 
	line-height: 1.5em; 
	margin: 0 auto;
	text-align: center;
	background-image:url(images/bg_main.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0a0a0a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ae9670;
}
a, a:active, a:visited, a:link {
	color: #b5932d;
	text-decoration:underline;
}
a:hover {
	color: #ae9670;
	text-decoration:none;
}
ul, li{
	margin: 0;
	padding: 0;
}

/* classes */
.alignLeft{
	text-align: left;
	}
.alignRight{
	text-align: right;
	}
	
/* tagline */
#abd_tagline{
	height: 20px;
	background-color:#0a0a0a;
	border-bottom: #393838 solid 1px;
	margin: 0;
	padding: 0 20px;
	text-align: left;
	width: 100%;
	display: block;
	}
#abd_tagline span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #a7a6a4;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 50%;
	top: 0px;
	}
#abd_tagline .alignLeft{
	left: 20px;
	}
#abd_tagline .alignRight{
	right: 20px;
	}
	
/* body */
#abd_body{
	position: relative;
	text-align:center;
	margin: 0 auto;
	width: 930px;
}
/* header */
#abd_header{
	position: absolute;
	top: 0px;
	width: 930px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
}
/* main */
#abd_main{
	position:relative;
	width: 930px;
	top: 124px;
	margin: 0;
	padding: 0;
	background-image:url(images/tile_main.gif);
	background-position:center;
	background-repeat:repeat-y;
	display: block;
	overflow: hidden;
}
.abd_portfolio{
	float: left; 
	padding-bottom: 20px;
	display: block;
	width: 100%;
}
#abd_leftside{
	position: relative;
	top: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	width: 75px;
	background-image:url(images/controlbox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
#abd_middle{
	background-image:url(images/tile_main.gif);
	background-position:center;
	background-repeat:repeat-y;
	position: relative;
	float: left;
	padding: 0 40px 50px 40px;
	overflow: hidden;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	width: 700px;
	min-height: 400px;
	text-align: left;
}
#abd_middle ul, #abd_middle ol{
	padding-left: 30px;
}
#abd_rightside{
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	width: 75px;
	background-image:url(images/sidestuff.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
/* footer */
#abd_footer{
	position: relative;
	width: 930px;
	height: 57px;
	padding: 12px 0 4px 0;
	margin: 0;
	top: 100px;
	background-image:url(images/bg_footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	font-size:10px;
	text-align: center;
}
#abd_footer li,#abd_header ul{
	display: inline;
}
/* headers */
h1, h2{
	font-size: 18px;
	font-family: "Century Gothic", Arial, sans-serif;
}
h1 {
	background-image:url(images/h1bg.jpg);
	width: 219px;
	height: 27px;
	text-align: center;
	color: #19110a;
	padding: 7px 0 0 0;
	margin-top: 13px;
}
h2 {
	color: #9e8451;
}
h3 {
	color: #ae9670;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #b5932d;
	font-size: 16px;
}
/* image frame */
div.imgfrm {
	background-image:url(images/imgfrm_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 262px;
	padding-top: 12px;
	margin-left: 16px;
	float: right;
}
div.imgfrm img {
	background-image:url(images/imgfrm_mid.gif);
	background-repeat:repeat-y;
	width: 240px;
	padding: 0 11px;
	border: none;
	display: block;
}	
div.imgfrm div.label {
	background-image:url(images/imgfrm_label.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 202px;
	margin: 0px;
	padding: 12px 30px 0 30px;
	height: 34px;
	font-size:12px;
	color: #141313;
	text-align: center;
}
div.imgfrm div.bottom {
	background-image:url(images/imgfrm_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 262px;
	height: 12px;
}
