@charset "utf-8";
/* CSS Document */
body {
    color: #000;
	background-color: #fff;
	background-image:url(images/07original.gif);
	margin:0 auto; 
	height:100%; 
	width:100%;
	text-align: center; /* so the #page div will center in the browser window */
	font: .8em Geneva, Arial, Helvetica, sans-serif;
}

#page {
    color: #000;
	background-color: #fff;
	position: relative;
	text-align: left;  /* so the #page div will center in the browser window */
	width: 757px;
	margin: .5em auto;
	border: 2px solid #999;
}

#header {
	color: #fff;
	background-color: #063;
	font-size: 1em;
	text-align: center;
	margin-top: 0;
	padding-bottom: .25em;
	margin-bottom: 0;
}


#news {
	position: relative;
	width: 520px;
	float: left;
}

#believe {
	width: 225px;
	float: right;
	padding: 3px;
	color:#000;
	background-color: #eee;
}

#believe p {
	padding: .2em;
	margin: .2em;
	font-size: .85em;
}

h2 {
	padding: .5em;
	margin: 0;
	text-align: center;
	font: bold 1.75em "Courier New", Courier, monospace;
}

h3 {
	text-align: center;
	font: bold 1em "Courier New", Courier, monospace;
	color: #fff;
	background-color: #063;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4 {
	text-align: center;
	font: bold .9em "Courier New", Courier, monospace;
	color: #063;
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

p {
 padding: 0 1.5em;
}

hr {
	height: 1px;
	width: 100%;
	border: #ccc dashed 1px;
}

.boldItalic {
 font: italic 700 1.25em "Times New Roman", Times, serif;
}

img.picLeft {
	float: left;
	padding: 0 .5em 0 1em;
}

img.picRight {
	float: right;
	padding: 0 .5em 0 1em;
}

.nobottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

.notop {
	padding-top: 0;
	margin-top: 0;
}

#footer {
	background-image:url(images/footer.gif);
	height: 66px;
	width: 757px;
}

#footer p {
	text-align: center;
	font-weight: bold;
	padding-top: 2em;
	color: #fff;
	background-color: transparent;
}

#footer a, #header a {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
