/* CSS Document */
*	{
	margin: 0;
	padding: 0;
	}
body	{
	background: white URL('../img/body_bg.png') repeat-x top;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .93em;
	letter-spacing: 1px;
	}
a:link, a:visited	{
	color: #990000;
	}
a:active 	{
	color: #00008f;
	}
#outer	{
	margin: auto;
	margin-top: 0px;
	min-width: 640px;
	max-width: 920px;
	}	
#title	{
	background: transparent URL('../img/AnitaLaurentzcom3.jpg') top left no-repeat;
	position: relative;
	height: 120px;
	width: 100%;
	float: none;
	clear: both;
	}
#title h1 {
	height: inherit;
	width: inherit;
	}
#title span {
	visibility: hidden;
	}
#content_outer {
	float: none;
	clear: both;
	position: relative;
	width: 80%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#content_outer * {
	text-align: left;
	}
#content_outer p {
	margin-bottom: 1em;
	line-height: 140%;
	}
div#div_thumbs {
	margin: auto;
	margin-top: 3em;
	margin-bottom: .5em;
	width: 640px;
	height: 170px;
	overflow: scroll;
	}
div#div_thumbs div#container {
	width: 800px;
	}
div#div_thumbs div#container div {
	display: inline;
	vertical-align: baseline;
	padding: 0 1em;
	text-align: center;
	float: left;
	font-size: smaller;
	}
/* div#div_thumbs div#container div a {
	color: #ff6600;
	} */
div#div_thumbs div#container div a img {
	border: none;
	}
#div_selected {
	position: relative;
	/*&min-height: 400px;*/
	text-align: center;
	margin-top: 3em;
	}
.name {
	font-weight: bolder;
	color: #900;
	letter-spacing: 2px;
	}
h1, h2 {
	color: #b90000;
	text-align: left;
	}
h1 a {
	display: block;
	position: relative;
	margin-left: 100px;
	width: 414px;
	height: 100px;
	text-decoration: none;
	}
blockquote {
	width: 75%;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 120%;
	letter-spacing: normal;
	font-size: 90%;
	}
#imageContainer #imgTitle {
	position: absolute; 
	top: 615px; 
	width: 100%; 
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	}
p#to_home {
	text-align: right;
	font-size: 75%;
	}
#frmContainer #frmContact {
	position: relative;
	width: 500px;
	margin: 0 auto 2em auto;
	}
#frmContainer #frmContact dd {
	margin-left: 1.5em;
	margin-bottom: .5em;
	}
#frmContainer #frmContact input.btn {
	text-align: center;
	}
#footer	{
	background: white URL('../img/footer_bg.png') bottom repeat-x;
	position: relative;
	height: 100px;
	text-aign: center;
	font-size: .75em;
	float: none;
	clear: both;
	padding-top: 2em;
	}
@media print {
#title span {
	visibility: visible;
	}
#imageContainer {
	height:auto;
	}
#imageContainer img {
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
	MozOpacity: 1;
	}
}
