@charset "utf-8";
/* CSS Document */
html {
	min-height:100%;
	height:100%; 
}

body {
  	/*background: url(tempimgs/pattern.gif) repeat center top;*/
	background-color:#e9e5d9;
  	width:100%;
	min-height:100%;
	height:100%; 
	display:table;
	margin:0;
	padding:0px;
	text-align:center;
}

p {
	margin:0;
	padding:0;
}

h3 {
	margin:20px 0 10px 0;
	color:#000000;
	line-height:14px;
}

#wrapper {
	width:100%;
	margin:0 auto;
	min-height:100%;
	height:auto;
	position:relative;
	vertical-align:top;
	text-align:center;
}
#contentHolder {
	width:835px;
	margin:0 auto;
}
#content {
	margin:0 auto;
	text-align:center;
	width:552px;
}
.ornament {
	margin:25px 0 25px 0;
}
.headimg {
	width:100%;
	height:auto;
	text-align:center;
	padding:4px;
	/*background-color:#d09302;*/
}
.imglogo {
	margin:10px 0 10px 0;
}

h1 {
	font-size:21px;
	line-height:24px;
}

.txtNormal {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
	color:#5f6971;
	line-height:17px;
}
.txtNormal a {
	font-weight:bold;
	color:#5f6971;
	text-decoration:underline;
	line-height:24px;
}
.txtNormal a:hover {
	color:#c99900;
	text-decoration:none;
}
.txtPhoto {
	padding:15px 0 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
}
