
body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	background: url(/main_background_left.png) top left repeat-y;
	background-color: #f0f0f0;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p {
	margin-bottom: 0px;
}

#global_container {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_container {
	padding: 0px;
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #909090;
	background-color: #ffffff;
	text-align: left;
	/* See http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ */
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');	
}

#content {
	padding: 5px;
}

#title {
	padding-left: 5px;
}

#title img {
	border: 0px;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
}

.homepage_link:link {
	text-decoration: none;
	color: black;
}

.homepage_link:visited {
	text-decoration: none;
	color: black;
}

.homepage_link:hover {
	cursor: pointer;
	cursor: hand;
}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
}

#rotation_angle td {
	width: 150px;
}

#rotation_angle_pictures_row {
	text-align: center;
}

#donate_button_form {
	text-align: center;
}

.number_column {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e0e0e0;
}

.form_element_column {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_element_column p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#bottom_banner {
	border-top: 1px solid #909090;
	text-align: center;
	padding: 3px;
	clear: both;
}

.review_title {
	font-size: 9pt;
	margin-bottom: 0px;	
}

.review_title a {
	text-decoration: none;
	color: black;
}

.review_summary {
	margin-top: 0px;	
}

#share_banner {
	margin-top: 10px;
	border-collapse: collapse;
	margin-bottom: 5px;
}

#share_banner td {
	padding-right: 5px;
}

#logo_paragraph {
	text-align: center;
}

#share_donate_table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

#share_donate_table td {
	vertical-align: top;
}

.left_column {
	padding-right: 7px;
	width: 306px;
}

.right_column {
	width: 406px;
}

.button_cell {
	text-align: center;
}

.button_cell img {
	border: 0px;
}

.button_cell p {
	padding: 0px;
	margin: 2px;
}

.button_table {
	width: 480px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	margin-right: 60px;
}

.button_table td {
	width: 50%;
	text-align: center;
}

.button_table img {
	border: 0px;
}

.spinner_container {
	text-align: center;
	width: 100%;	
	margin-top: 5px;
}

#donate_table {
	border-collapse: collapse;
	margin-top: 10px;
}

#donate_table td {
	padding: 5px;
}

.donate_label {
	font-weight: bold;
}

#amount_cell {
	padding: 20px;
}

#google_ad {
	padding-top: 10px;
	padding-bottom: 10px;
}

#share_buttons {
	margin-left: auto;
	margin-right: auto;	
	width: 300px;
	padding-bottom: 10px;
}

#share_buttons table {
	border-collapse: collapse;
}

#affiliate_product {
	display: block;
	height: 195px;
}

#affiliate_product_text {
	float: left;
	height: 195px;
	width: 538px;
}

#affiliate_product_text ul {
	list-style-type: none;
	padding-left: 10px;
}

#affiliate_product_text li {
	padding-bottom: 5px;
}

#affiliate_product_logo {
	background: url(/pdf_writer_reader.jpg);
	width: 164px;
	height: 195px;
	float: right;
}

#affiliate_product_big_link {
	text-decoration: none;
}

