/* extra */
.error {
	color: #f00;
}

/* /extra */

body {
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1em;
	padding: 0px;
	margin:0 auto;
	background-color: #f5f3e7;
	background-image:url(bkg_main.jpg);
	background-repeat: repeat;

	background-position: bottom center;
}




/**************************************** main  DIV's   */
#wrapper { 
	position:absolute;
	margin:0 auto;
	margin-left: 50%;
	width: 750px;
	height:100px;
	left:-375px;
	top:30px;
	background-color: transparent;
	z-index: 1;
} 
#header {
	padding: 0px;
	margin:0px;
	height:110px;
	background-image:url(bkg_head.gif);
	background-repeat: no-repeat;
} 
.navigator { 

	background-color: #f5f3e7;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} 
.columnholder { 

	background-color: #f5f3e7;
	padding: 0px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
} 

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:center;
	background-color: #f5f3e7;
	padding: 10px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
} 
#extraspace{ 
	font-family: Georgia, Palatino, Times, serif;
	font-size: .7em;
	text-align:center;
	background-color: transparent;
	padding: 20px;
	margin:0px;
} 
/**************************************** symmetrical 2 col content picture DIV   */
.twoleft{ 
	float: left;
	clear: left; /* ap */
	width: 49%;
	margin: 0%;
	padding:0px 0px 0px 0px;
	margin:10px 18px 0px 0px;
} 
.twoleft img {
	border:5px solid #777777;
	margin:0px 0px 20px 0px;
}
.twoleft a:hover img {
	border:5px solid #b52929;
}
/***************************************** symmetrical 2 col  contentmain article-event DIV & styles  */
.tworight  { 

	float: left;
	width: 48%;
	margin: 0%;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
} 

.columnholder h1 { 
	position:relative;
	top:-1px;
	width:690px;
	text-align: center;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 4em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 95%;
	letter-spacing: 3px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #777777; 
	border-top:1px solid #777777; 
} 
.columnholder h1 a { 
	font-weight: normal;
} 
.columnholder h2 { 
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: normal;
	line-height: 120%;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dashed #777777;
} 

.columnholder  h2 a { 
	font-weight: bold;
	font-variant: small-caps;
} 
.columnholder h3 { 

	text-align: center;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dashed #777777;
} 
.columnholder h4 { 
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: normal;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dashed #777777;
	border-top:1px dashed #777777;
} 
.columnholder p {
	font-size: .85em;
	text-align:justify;
	line-height: 130%;
	padding: 0px 0px 15px 0px;
}

.gallery {
	color:#ffffff;
	text-align:center;
	width:320px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}

.columnholder .caption {
	font-size: .75em;
	text-align: center;
	color:#000000;
	line-height:110%;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	padding: 0px 4px 15px 4px;
	margin:0px 0px 15px 0px;
	display:block;
	height:20px;
	overflow:visible;

}

/***************************************** 3 col sub content articles-event DIV & styles  */
.three_1 { 
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	border-right:1px solid #777777;
} 
.three_2 { 
	float: left;
	width: 209px;
	margin: 0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	border-right:1px solid #777777;
} 

.three_3 { 
	float: left;
	width: 209px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
} 
.three_1 p, 
.three_2 p, 
.three_3 p {
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: .75em;*/
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	padding:2px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}

.three_1 h2, 
.three_2 h2, 
.three_3 h2 {
	text-align: center;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	padding:0px 0px 5px 0px;
	margin:10px 0px 15px 0px;
	border-bottom:1px dashed #777777; 
}
.three_1 h3, 
.three_2 h3, 
.three_3 h3 {
	text-align: left;
	font-family: Georgia, Palatino, Times, serif;
	font-size: .8em;
	line-height: 100%;
	letter-spacing:1px;
	font-weight: bold;
	font-variant: normal;
	padding:0px 0px 3px 0px;
	margin:0px 20px 0px 0px;
	border: 0px;
}


.three_1 .date, 
.three_2 .date, 
.three_3 .date {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	font-variant: normal;
	line-height: 140%;
	letter-spacing: 1px;
	padding:0px;
	margin:0px;
}
/***************************************** UL/LI navigation  */
.navigator ul{
	text-align:center;
	position:relative;
	left:30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #777777;
	border-top:1px solid #777777;
	height:23px;
	width:690px;
}
.navigator li{ 
	float:left;
	list-style-type: none;
}
.navigator li a{
	font-size: .85em;
	color: #000000;
	font-variant: small-caps;
	font-weight:normal;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 3px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
}
.navigator li a:hover{
	color: #b52929;
}
/***************************************** listing more than one page  */

.listing {
	position: relative;
	top:-12px;
	text-align: center;
	border-bottom: 1px solid #777777;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
}
.listing a{
	color:#000000;
}
/***************************************** links  */

img {
	border: 0px;
	padding:0px;
	margin:0px;
}

a {
	color:#000000;
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#b52929;
	text-decoration: none;
}



/***************************************** in form styles*/

.forma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	line-height: 150%;
	letter-spacing: 0px;
	border-bottom:1px solid #777777;
	border-top:1px solid #777777;
	padding: 39px px 30px 0px;
	margin: 30px 0px 30px 0px;
}



/***************************************** columns height hack */
.columnholder:after
	{
	content: '[yadayada]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.columnholder
	{
	display: inline-block;
	}
/*\*/
.columnholder
	{
	display: block;
	}




