@charset "UTF-8";
/* CSS Document */

body {
	background: #96b0d4;
	/*margin: 0px;
	padding: 0px; /* for Opera */
	text-align: center;/* IE 5.X for windows fix */
	font-size: 12px;
	color: #453939;
}

.wrapper_main {
	position: relative;
	width: 800px;
	margin: 0px auto -1px;
	text-align: center;
	
	border-left: solid medium #a9b6d9;
	border-right: solid medium #a9b6d9;
}
.wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto -200px;
	text-align: center;
	background: #FFFFFF;
	border-left: solid medium #a9b6d9;
	border-right: solid medium #a9b6d9;
}

.header {
	position: absolute;
	top: 20px;
	left: 22px;
	text-align: left;
}

.photo {
	position: absolute;
	top: 92px;
	text-align: center;
	border-bottom: solid medium #8b8884;
}

.pageName {
	position: absolute;
	font-variant:small-caps;
	font-size: 1.75em;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	top: 290px;
	padding-left: 140px;
	z-index: 1;
}

.content_entry {
	position: absolute;
	top: 290px;
	padding-left: 140px;
	padding-right: 140px;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0px;
	background: #ffffff;
}
.content {
	position: absolute;
	top: 305px;
	padding-left: 140px;
	padding-right: 140px;
	text-align: left;
	font-size: 150%;
	letter-spacing: 0px;
	background: #ffffff;
	text-align: justify;
}
.content p {margin-bottom: 3%; line-height: 120%; word-spacing: .1em;}

.justify {text-align: justify;}

.center {text-align:center;}

.quote {
	color:#666666;
	font-size: 108%;
	line-height: 120%;
 }
 
.bach {
 	color:#666666;
}
hr {
	text-align: left;
	border: 0;
	height: 1px;
	color: #99CC66;
	background-color: #99CC66;
	margin: 1.5em 0;
}
.headings {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #453939;
}
.italic {
	font-style:italic;
}
.disclaimer {
	font-size: .75em;
}
.content a{
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-variant:small-caps;
	padding: 2px 6px 0px 6px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px
}
.content a:hover{
	background-color: #e3edfb;
	border: 1px solid #ffffff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.small {
	font-size: .8em;
}
.footer {
	position: relative;
	width: 800px;
	margin: 0px auto;
	background-color:#fff;	
}
