/* Layout Stylesheet */ 

body {
	margin:20px;
	color: #202020;
	text-align:center;
	padding:0;
	background-color: #211f20;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
 }
#outer #inner #bodyblock #cont #leftFrame {
	float: left;
	width: 240px;
	text-align: center;
	padding-top: 15px;
}
#outer #inner #bodyblock #cont #middleFrame {
	text-align: center;
	width: 240px;
	padding-top: 15px;
	float: left;
}
#outer #inner #bodyblock #cont #rightFrame {
	text-align: center;
	width: 240px;
	padding-top: 15px;
	float: left;
}

#outer {
	text-align:left;
	border:0(value) none #000000;
	width:1024px;
	margin:auto;
	background-repeat: repeat-y;
	background-image: url(images/page_bg.jpg);
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 202020;
 }

#hdr {
	height:165px;
	color: #333333;
	padding-top: 31px;
 }

#l-col {
	float:left;
	color: #D6D6D6;
	width:20%;
	padding-left: 35px;
	height: auto;
	padding-top: 10px;
 }

#cont {
	color: #333333;
	text-align:left;
	padding-right: 30px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 750px;
	left: auto;
	right: auto;
	float: right;
	height: auto;
 }

#ftr {
	height:80px;
	color: #333333;
	margin:0;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding-top: 10px;
 }
#inner {
	background-image: url(images/top_static_background.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 1024px;
	height: auto;
}
#outer #inner #bodyblock #cont #infoContainer {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#outer #inner #bodyblock #cont #infoContainer #left {
	float: left;
	width: 140px;
	left: auto;
	right: auto;
	height: auto;
}
#outer #inner #bodyblock #cont #infoContainer #right {
	left: auto;
	right: auto;
	width: 600px;
	float: right;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#outer #inner #bodyblock #cont #bookInfoContainer #bookLeft {
	float: left;
	width: 600px;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 5px;
}
#outer #inner #bodyblock #cont #bookRight {
	width: 123px;
	float: right;
	padding-right: 5px;
	padding-top: 10px;
}

