/* CSS Document */

BODY {
	margin: 0px;
	padding: 0;
	text-align: center;
	background-image: url(../images/read_ripped_background_tile.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
	font-size: 12px;
	line-height: 19px;
}

a:link {
	color: #db5f12;
	text-decoration: underline;
}

a:visited {
	color: #db5f12;
	text-decoration: underline;
}

a:hover {
	color: #db5f12;
	text-decoration: none;
}

a:active {
	color: #db5f12;
	text-decoration: none;
}

a.black:link {
	color: #000000;
	text-decoration: none;
}

a.black:visited {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}

.PageTitleHolder {
	width: auto;
	height: auto;
}

.ContentPanelOne {
	float: left;
	width: 209px;
	height: 255px;
	margin: 8px 3px 8px 13px;
	padding-top: 8px;
	background-image: url(../images/content_panel_1.jpg);
	background-repeat: no-repeat;
}

.ContentPanelTwo {
	float: left;
	width: 209px;
	height: 255px;
	margin: 8px 3px 8px 0px;
	padding-top: 8px;
	background-image: url(../images/content_panel_2.jpg);
	background-repeat: no-repeat;
}

.ContentPanelThree {
	float: left;
	width: 209px;
	height: 255px;
	margin: 8px 3px 8px 0px;
	padding-top: 8px;
	background-image: url(../images/content_panel_3.jpg);
	background-repeat: no-repeat;
}

.ContentPanelTitle {
	width: auto;
	height: auto;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
}

#ContentPanelOneText {
	width: 189px;
	height: 50px;
	margin: 145px 10px 10px 10px;
}

#ContentPanelTwoText {
	width: 189px;
	height: 50px;
	margin: 145px 10px 10px 10px;
}

#ContentPanelThreeText {
	width: 189px;
	height: 50px;
	margin: 145px 10px 10px 10px;
}

.Spacer {
	height: 200px;
}

/*/////////////////////////////////*/
/*                                 */
/*         C O N T E N T           */
/*                                 */
/*/////////////////////////////////*/

#MainPageContainer {
	text-align: left;
	height: auto;
	margin-top: 0px;
	width: 100%;
}

#HeaderContainer {
	width: 950px;
	height: auto;
	padding: 0px;
	margin: auto;
}

#ContentContainer {
	width: 950px;
	height: 100%;
	margin: auto;
}


#RightHandContent {
	float: left;
	width: 659px;
	margin: 0px 0px 0px 0px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
}

#TextContent {
	margin-left: 18px;
	margin-top: 16px;
	width: 641px; 
}

/*/////////////////////////////////*/
/*                                 */
/*         F O O T E R             */
/*                                 */
/*/////////////////////////////////*/

#Footer {
	clear: both;
	width: 950px;
	height: 39px;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#FooterLeft {
	float: left;
	width: 350px;
	height: 20px;
	margin-left: 20px;
	padding-top: 10px;
	top: 10px;
}

#FooterRight {
	clear: right;
	float: right;
	width: 250px;
	height: 20px;
	margin-right: 20px;
	padding-top: 10px;
	top: 10px;
	text-align: right;
}

/*/////////////////////////////////*/
/*                                 */
/*     DONATION FORMS AND CART     */
/*                                 */
/*/////////////////////////////////*/

.donation {float:left;width:48%; border:dotted 1px #e66303;padding:0.3em}
.subs {float:right;width:48%; border:dotted 1px #e66303;padding:0.3em}

.donationform {border:solid 2px #e66303;background:#f4f4da;margin:0.5em 0;padding:0.3em}
.donationform p {margin-top:0}
.donationform img {border:none}

.cartdiv {float:right;width:49.5%}
.human {margin-left:0.5em}
.leftdiv {float:left;width:48%;margin-right:0.5em}

#orders {padding:0.5em;width:1000px;display:block;margin:0 auto}
#orders .order-table {border-collapse: collapse}
#orders .order-table th {border:solid 1px black; background-color:#e66303}
#orders .order-table td {border:solid 1px black; width:300px}
#orders .order-table td:last-child {border:solid 1px black; width:70px}

#subs td {width:150px}