.watermark {
	background-image: url('/images/backdrop1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#container {
	position: relative;
	width: 875px;
	margin-left: auto;
	margin-right: auto;	
	}
#header {
	text-align: center;
	}
	
#column-left {
	float: left;
	width: 200px;
	text-align: center;
	/*background-color: #DCA7B9;*/
	}

#column-center {
	float: left;
	width: 460px;
	text-align: center;
	}

#column-right {
	float: right;
	width: 200px;
	text-align: center;
	/*background-color: #DCA7B9;*/
	}

#footer {
	float: left;
	width: 460px;
	text-align: center;
	}
/*
ul {
	float: left;
	width: 1000px;
	padding: 0;
	margin-top: 35px;
	list-style-type:none;
	}
	
li {
	float: left;
	width: 200px;
	height: 20px;
	background-color: #990033;
	text-align: center;
	padding-top: 2px;
	font-family: verdana, helvetica, arial;
	color: #FFFFCC;
	display:inline;	
	}
*/
.header-sm {
	width: 200px;
	height: 18px;
	background-color: #990033;
	text-align: center;
	vertical-align: middle;
	font-family: verdana, helvetica, arial;
	color: #FFFFCC;
	}

P {font-family: verdana, helvetica, arial; font-size: 11px; }	

.fieldlabel {
	width: 130px;
	background-color: #AAAAAA;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: white;
	text-align:right;
	}
	
.fieldtxt{
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	text-align:left;
	}
