

/* Layout Stylesheet */ 
body {
	background: #990033;
	background: url(../img/bg.jpg);
}

body div {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;font-size:90%;
 }	 
	 
#lh-col{ }

#rh-col{ }

#c-block { }

#hdr{
	font-size:120%;
	font-weight:bold;
 	/*color: #CCCC99;*/
	color:yellow;
	text-align:center;
	padding-top:10px;
	font-family:monotype corsiva;
  }

#c-col{
 	/*background:#AA1144;*/
	background:white;
	color:#777733;
	padding:10px;
 }

#c-col-f{
 	/*background:#AA1144;*/
	background:white;
	color:#777733;
	padding:10px;
	position:relative;
	float:left;	
 }


#ftr{
	color: yellow;
	clear:both;
 }

#ftr-f {
	color: yellow;
	clear:both;
	float:left;
 }

.menu {
	list-style:none;
	position:relative;
}

.menu li {	
	/*background-color: #AA1144;*/
	border: 1px groove yellow;
	color: yellow;
	font-size: 90%;
	font-weight: bold;
	width: 70px;
	height: 30px;
	margin: 20px 2px 20px 2px;
	padding: 1px;
	text-align:center;
	vertical-align:center;
}

.centered {
	width:100%;
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.email, .email:hover, .email:visited {
	color: #777733;
}

.heading {
	margin:30px 0 30px 0;
	font-size:120%;
	font-family:monotype corsiva;
	font-weight: bold;
}

a, a:visited, a:hover {
	color:yellow;
}

p.just {
	text-align:justify;
	padding: 0 20px 0 20px;

	
}

.recur {
	border:0;
}

.recur td {
	border:0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.recur .rcell {
	border-right: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.pictureframeFloat {
	text-align:center;
	background: white;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin: 5px auto 5px auto;
}


.pictureframe {
	background: white;
	text-align:center;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin: 5px auto 5px auto;
}

.noborder {
	border: 0;
}

.pictureframe .caption {
	display:block;
	clear:both;
	margin: 5px auto;
}

.galleryContainer {	
	position:relative;
	display:block;
}

.gallery {
	position:relative;
	float:left;
	display:block;
	padding:0;margin:0;
}

.gallery li {		
	text-align:center;
	margin: 0 5px 0 5px;
	width: 80px;
	float:left;
	list-style:none;	
}

.thumbframe {
	text-align:center;
	background: #FFFFFF;		
	height: 90px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

