body,

html {
	margin: 0;
	padding: 0;
	background: #ffffff;
	}
body {
	min-width: 930px;
	text-align: center
	}
#wrap {
	background: #ffffff;
	border: 1px outset #4D1B2D;
	width: 930px;
	margin: 50 auto
	}

#nav {
	width: 930px;
	height: 129px;
	background-color:#4D1B2D;
	}

#main {
	background-image: url(imgs/about_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 552px;
	min-height: 462px;
	}
#main table tr td {
	color: #4D1B2D;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.title {
	font-size:18px;
	padding: 50 0 12 110px;
	color: #4D1B2D;
	text-align: left;
	font-family: georgia;
	}
.text {
	font-size:12px
	color: #000000;
	padding-left: 110px;
	padding-right: 30px;
	font-family: arial;
	text-align: left;
	}
	
#main table tr td b{
	font-family: Georgia;
	font-size: 19px;
	}
#main table tr td.no1 {
	background-image: url(imgs/homebody_img1.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 173px;
	}
#main table tr td.no2 {
	background-image: url(imgs/homebody_img2.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 96px;
	padding: 0 190 0 115px;
	}
#main table tr td.no3 {
	background-image: url(imgs/homebody_img3.jpg);
	background-repeat: no-repeat;
	width: 236px;
	height: 193px;
	}
 a {
 	font-weight: bold;
 	color: #451022;
 	text-decoration: none;
 	}
 a:hover {
 	color: #9e7980;
 	text-decoration: underline;
 	}
#main table tr td.no3 p {
	padding: 20 0 0 115px;
	}
#main table tr td.no4 {
	background-image: url(imgs/homebody_img4.jpg);
	background-repeat: no-repeat;
	width: 294px;
	height: 193px;
	}
#main table tr td.no4 p {
	padding: 20 20 0 145px;
	}

#sidebar {
	background-image: url(imgs/bigpic.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 360px;
	height: 800px;
	margin: 0 0 0 0px;	
	}
#phone_deal {
	margin-top: 500px;
	}
	
#footer {
	background: #ffffff;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 50px;
	}
#footer p {
	font-family: arial;
	letter-spacing: 1;
	font-size: 9px;
	text-align:left;
	padding: 10 0 0 35px;
	margin: 0px;
    }
	

/* added per p2w request from
   D. Strauss, 6/1/10   */

.donateLinks li { 
	list-style-type:inherit;
	list-style:outside;
	list-style:circle;
}

.donateLinks li a {
 	font-weight: bold;
 	color:#009;
 	text-decoration: none;	
}
.donateLinks li  a:hover {
 	color: #9e7980;
 	text-decoration: underline;
}
   

.donateLinks li a.special {
 	font-weight: bold;
 	color:#00C;
	font-size:1.1em;
 	text-decoration: none;	
}
.donateLinks li  a:hover.special {
 	color: #9e7980;
 	text-decoration: underline;
}
	
