@charset "UTF-8";
/* CSS Document */
/*macomb county quilt guild */
/*Tracey Shock 2009 */
/*location: "css/site.css" */ 
 
 
 /***********************/ 
/* whole body of screen */
/***********************/
  
 body
{
	margin:0;
	padding:0;
	color:black;
	font-family:arial, helvetica, sans-serif;
	font-size:20px;
	background-color:#ffcccc;
	background-image: url("");
	background-attachment: scroll;
	background-repeat: no-repeat;
	
	
}
hr
{ 
	border: 0;
	border-top: 2px solid black;
	height: 0;
	width:50%;
	
}
a:link, a:visited
{
	color:blue; 
}
a:hover
{
	color:red; 
}

/***********************/ 
/* Left site of screen */
/***********************/

#nav {
	width: 175px;
	float: left;
	margin-left: 0px;
	padding: 5px;
	font-size:15px;
	
	
	}
#nav h3
{	text-align:center;
	
	padding:5px;
	margin-right: 0px;
	
}


#menu { padding: 0; margin: 0;  }
#menu li { display: block; 
                 font-family: Arial, sans-serif;
                 font-size: 20px;
				 font-weight:bold;
				 
				 background-color:white;
                 margin: 0.25em 0;
                 padding: 0.25em;
                 text-align: center; 
                 border: 6px outset;  }
#menu li a:link, #menu li a:visited { text-decoration: none; }




#header
{
	background-color:black;
	background-image: url("../images/banner2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height:165px; width:100%;
	border-bottom: 5px solid #006;
	margin-bottom: 0px;
}


/**********************/
/*right side of screen */	
/**********************/

#content {
	
	margin-left: 200px;
	
	padding: 50px;
	
	border-left: 5px solid #006;
	}

#content h1
{
	color: blue;
	margin:0px;
	text-align:center;
}
	
#content a:link, #content a:visited { text-decoration: none; font-size:20px;}


#content img
{
	border: 3px solid black;
	float: right ;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content th
{
	font-size:20px;
	
	background:#ffcc99;

}
table
{		
	border: 2px solid black;
	border-collapse: collapse;
}
	

		
#photos	table
{
		text-align: center; margin-left: auto; margin-right: auto;
		border:2px solid black;
		
}

#photos	td
{
		
	
		width:175PX;
		text-align:left;
}	
#meetings
{
	text-align:center;
}
#datetble
{
	width:50%;
	margin:0 auto;
	
	text-align:center;
	font-size:20px;
}
#datetble td
{
	width:300px;
}
#footer
{
	text-align: center;
	color: #006;
	border-top: 1px solid #006;
	font-size: 9px;
	font-style: italic;
	clear:both;
	padding-top:2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}
/* spacer */
.spacer {
	clear: both;
	}
#members
{
	text-align:center;

}
#eventstbl table
{
/*	border-collapse: collapse;*/
		text-align:center;
		background-color:#ffcccc;
		margin-left:auto;
		margin-right:auto;
		border: 1px solid black;
		

}
.year
{
	width:110px;
}
.speakers
{
	width:300px;
}
.workshops
{
	width:350px;
}
.retreats
{
	width:350px;
}
