/*
screen.css
////////////////////////////
//  kjleather.com
////////////////////////////
//
//  Media: Screen
//
//  Author: Chris Brady, brady@thehomeslicegroup.com
//
//  Updated: Jan 24 2007
////////////////////////////

*/
body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

table {
	margin:auto;
	}
	
p {
	margin:0px;
	}
	
div {
	margin:auto;
	}
	
a:link {
	color:#333333;
	}
	
#p_l_bg {
	background:url(images/l_bg.jpg) repeat-y top right;
	}
	
#p_r_bg {
	background:url(images/r_bg.jpg) repeat-y top left;
	}

#p_center {
	width:760px;
	background:url(images/seamless_bg.jpg) repeat top left;
	text-align: center;
	}
	
#p_l_inside_bg {
	width: 77px;
	background:url(images/l_bg.jpg) top right repeat-y;
	}
	
#footer {
	text-align:center;
	color:#FFF;

}

.intro_txt {
	background-color:#BFA899;
	font-size: 1.1em;
	padding: 5px;
	width: 622px;
}

.intro_txt img{
	margin:5px 5px
}

.ad_text{
	float:right;
	margin: 5px;
	background-color: #AD8C72;
	padding: 3px;
	font-size: 1.2em;
}
.print_text{
	float:right;
	margin: 5px;
	padding: 3px;
	font-size: 0.9em;
	text-align: left;
}
