body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
html {
	background: #f0ddc9 url(../_images/bg.gif) center top repeat-y;
}
body {
    background: transparent url(../_images/top.gif) center top no-repeat;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, .content ul, .content ol, .content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #dd8628;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e9b985;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* ad
/* ----------------------------------- */
#ad {
	height: 102px;
	overflow: hidden;
	text-align: center;
}
	#ad img {
		margin-top: 5px;
	}


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
.content {
	float: right;
	margin-right: 140px;
	margin-bottom: 25px;
	width: 510px;
	display: inline;
}

	.content h1 {
		font-size: 28px;
		line-height: 24px;
		color: #6b2c91;
		font-weight: normal;
	}
		.content h1 span {
			font-size: 20px;
			color: #dd8628;
			display: block;
		}
	.content h2 {
		color: #dd8628;
		font-size: 16px;
		font-weight: normal;
		padding-bottom: 3px;
		border-bottom: 1px solid #f3d6b6;
	}
	.content li {
		margin-left: 25px;
	}
	
	a.donate {
		font-size: 16px;
		font-weight: bold;
		background: #6b2c91;
		padding: 4px;
		text-decoration: none;
	}

.banner {
	width: 596px;
	height: 239px;
	float: right;
	margin-right: 74px;
	margin-bottom: 25px;
	display: inline;
}
.ClickEnlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #DD8628;
}
	#banner-01 { background: transparent url(../_images/banner/01.jpg) 0 0 no-repeat; }
	#banner-02 { background: transparent url(../_images/banner/02.jpg) 0 0 no-repeat; }

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 185px;
	margin: 15px 0 0 114px;
	float: left;
	display: inline;
}

	#menu {
		margin-top: 25px;
		margin-bottom: 35px;
	}
	#menu li {
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px solid #f3d6b6;
		list-style: none;
		font-size: 14px;
		font-weight: bold;
	}
		#menu li a:link, #menu li a:visited {
			color: #6b2c91;
			text-decoration: none;
		}
		#menu li a:hover, #menu li a:active {
			color: #ab83c4;
		}
		
		#menu li ul {
			margin-top: 10px;
		}
		#menu li li {
			font-size: 11px;
			line-height: 14px;
			margin: 3px 0 0 0;
			padding: 3px 0 0 0;
			border-top: 1px dotted #f3d6b6;
			border-bottom: none;
			font-weight: normal;
		}
			#menu li li a:link, #menu li li a:visited {
				color: #000;
			}
			#menu li li a:hover, #menu li li a:active {
				color: #666;
			}
			
			#menu li li.selected {
				font-weight: bold;
			}
	
	#side h2 {
		font-size: 18px;
		font-weight: normal;
		color: #6b2c91;
		margin-bottom: 5px;
		margin-top: 40px;
	}
	
	#side dl {
		margin-bottom: 20px;
	}
	#side dt {
		font-weight: bold;
	}
	#side dd {
		font-size: 11px;
		padding-bottom: 2px;
		border-bottom: 1px solid #f3d6b6;
		margin-bottom: 2px;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 1px solid #6b2c91;
	padding-top: 5px;
	text-align: left;
	width: 777px;
	margin: 0 auto;
	clear: both;
}
	#footer p {
		color: #6b2c91;
		font-size: 11px;
	}
	#SalesCall {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.linkLookalike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DD8628;
}
.xcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #6B2C91;
}
