* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	text-align: center;
	background-color:#999999;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #123366;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

#site {
	width: 800px;
	margin: auto;
	text-align: justify;
	border-left: solid 1px black;
	border-right: solid 1px black;
	color: #666666;
	background-color:#FFFFFF;
}

#header {
	width: 800px;
	height: 205px;
	background: transparent url('img/ibeg.jpg') no-repeat;
}

ul.qa {
	list-style-type: none;
}

ul.qa li {
	padding-left: 40px;
	min-height: 30px;
	padding-top: 5px;
}

* html ul.qa li {
	height: 30px;
}

ul.qa li.question {
	background: transparent url('img/q.jpg') no-repeat;
}

ul.qa li.answer {
	background: transparent url('img/a.jpg') no-repeat;
	margin-bottom: 20px;
}

#donate {
	text-align: center;
	padding: 20px 0px 20px 0px;
}

h1 {
	color: #FF8538;
	margin-bottom: 20px;
	font-size: 40px;
}

h2 {
	margin-bottom: 10px;
	color: #FF8538;
	font-size: 35px;
}

#content {
	padding: 10px 50px 10px 50px;
}

#banners p {
	padding-top: 20px;
	clear: both;
}

#banners p img {
	float: left;
}

#banners textarea {
	float: right;
}

#footer {
	height: 30px;
	background-color: black;
	color: white;
}

#footer span {
	float: right;
	position: relative;
	top: 5px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
}

div.googleAdSense {
	float: right;
}
