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

/*html{
height: 100%;
}*/
body {
	text-align: center; 
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.90em;
	background-color: #666666;
	background-image: url(../assets/images/pb/bkgrndPat.gif);
}
#mainContent p {
	line-height: 1.25;
	margin-bottom: .5em;
	margin-top: 0px;
}
.firstText {
	padding-top: 20px;
}
#container {
	/*width: 55em;*/
	/*margin: 0 auto;*/
	text-align: left;
	background-color: rgb(153,204,204);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/*background-image: url(../assets/images/pb/barn.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 105em;
}
/*.lastText {
	padding-bottom: 30em;
}*/
#iPhoneTable {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#mainImage {
	margin-top: 90px;
	margin-right: 20;
	margin-left: 130;
	padding-left: 120px;
}
#sideBar {
	background-repeat: no-repeat;
	float: right;
	width: 250px;
	margin-right: 120px;
	margin-left: 10px;
	/*height: 45em;*/
	margin-top: 20px;
	/*min-height: 450px;*/
}
#sideBar h1{
	font-size:0.9em;
	line-height:1.25;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:20px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:0;
	background-image:url(../assets/images/pb/bkgrnd_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideBar p  {
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.25;
	background-image: url(../assets/images/pb/bkgrnd_middle.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1.25em;
	padding-right: 20px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: repeat-y;
}
#sideBar  p.firstreview   {
	background-image: url(../assets/images/pb/bkgrnd_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#sideBar p.lastreview {
	padding-bottom: 30px;
	margin-bottom:0px;
	background-image: url(../assets/images/pb/sb_bkgrnd_lite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*padding-bottom: 100px;*/
}
#sideBar p.lite {
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/*margin-bottom: 150px;*/
	margin-left: 0px;
}
#mainContent {
	margin-left: 130px;
	/*min-height: 800px;*/
}
.topCenteredBlock {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
.textCenter {
	text-align: center;
	margin: 10px, 0;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	margin-top: 15px;
	margin-bottom: .5em;
	line-height: 1.25em;
}

