body{
	margin-top:10px;
	font-family:"helvetica Cond", Helvetica, Arial, Verdana, "Franklin Gothic Demi Cond";
	font-size: 12px;
	line-height: 18px;
	background-image: url('../images/ltred.bmp');
	background-repeat: repeat-y;
	

}

h1 {
	font-size: 24px;
	color: #666;
	padding-top: 10px;
	margin-top: 0px;
}

h2 {
	font-size: 22px;
	color: #75A316;
	padding-top: 10px;
	margin-top: 0px;
}

h3 {
	font-size: 18px;
	color: #e60013; /*75A316;*/
	padding-top: 10px;
	margin-top: 0px;
}

h4 {
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	margin-top: 0px;
}

h5 {
	font-size: 12px;
	color: #e60013; /*75A316;*/
	padding-top: 10px;
	margin-top: 0px;
}

h6 {
	font-size: 14px;
	color: #e60013; /*75A316;*/
	padding-top: 10px;
	margin-top: 0px;
	text-align: center;
}

#container {
	width:798px;
	margin: auto;
	text-align: left;
	background-image: url('../images/white.bmp');
	background-repeat: repeat-y;
}


/******************* Top
**************************************************/
#top{
	background:url(../images/banner.gif) no-repeat ;
	margin-top:0px;
	width: 100%;
	height: 140px;
}

#top img{
	padding-top:1px;
}

#logo {
	width: 300px;
	float: left;
}

#tagline {
	color: #000;
	width: 340px;
	float: right;
	display: inline;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

/*******************Nav
**************************************************/

#mainNav{
	background-color:#75A316;
	margin:0px 0px 20px 0px;
	clear:both;
	height:19px;
	line-height: 19px;
}


#mainNav a {
	display:inline;
	float:left;
	text-decoration:none;
	margin-left:20px;
	margin-right:10px;
	padding-left:15px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background: url(../images/heart_white_green.gif) no-repeat center left;
	color:#FFFFFF;
} 


#mainNav a:hover, #mainNav a.highlight {
	cursor:pointer;
	color:black;
	text-decoration:none;
	background: url(../images/heart_black_green.gif) no-repeat center left;
}




/*******************sideNav
**************************************************/
#sideNav{
	width:190px;

	float:right;
}

#sideNav #donate{
	padding-top:40px;
	text-align: center;
}

#quick_links .header{
	font-size:18px;	
	color:#e60013;
}

#quick_links span{
	display:block;
	border-bottom:solid 1px #f27f89;
	width:160px;
	padding:10px;
}

#quick_links span a{
	color:black;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding-left:18px;
	background: url(../images/arrow.gif) no-repeat center left;
	text-decoration: none;
}

#quick_links span a:hover, #quick_links span a.highlight {
	color: #75A316;
}


/*******************page_content
**************************************************/
#page_content{
	width:550px;
	float:left;
	padding: 0px 0px 10px 20px;	
	margin: 0px;
	background-image: url('../images/white.bmp');
	background-repeat: repeat-y;
}

#page_content .more{
	display:block;
	padding-top:10px;
	padding-right:10px;
	border:none;
	float:right;
	clear: both;
	
}



/*******************bottomband
**************************************************/

/**todo lilao font
***********************/
#bottomband{
	padding-top:30px;
	padding-bottom:20px;
	clear:both;	
	width:100%;
	text-align:center;
	color:#75A316;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#bottomband a{
	text-decoration:none;
	font-size:9px;
	color:#75A316;
}

/*******************Common sytlesheet
**************************************************/

.clear{
	clear:both;
}
 
img{
	border:none;
} 

a{
	font-size:12px;
	color:#e60013;
}

a:hover {
	text-decoration:none;
	cursor:pointer;
	color: #75A316;
}

#story_top_text .poem {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	font-style: italic;
	color: #666; /*#75A316;*/
}

#story_top_text .poem_from { 
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	color: #666;
}

#donate_header {
	font-size: 16px;
	font-weight: bold;
	color: #75A316;
}

#photo_big {
	margin: 5px;
}

#photo_big img{
	border: 1px solid #666;
	padding: 4px;
}

#photo_scroll {
	width: 540px;
	height: 100px;
	overflow: auto;
	margin: 0px;
}
#photo_inner {
	width: 1000px;
}
#photo_inner img {
	border: 0px;
	padding: 5px 10px 5px 0px;
	float: left;
	display: block;
}

.homepage_lhalf {
	width: 48%;
	float: left;
	background-image: url('../images/white.bmp');
	background-repeat: repeat-y;
}

.homepage_rhalf {
	width: 48%;
	float: right;
	background-image: url('../images/tan.bmp');
	background-repeat: repeat-y;
}