@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(../images/background.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
#container h3{	text-align:center;
}
 #header {
	height: 200px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(file:///C|/Documents%20and%20Settings/Pickett/My%20Documents/websites/sisterwords/WCT/images/header_top5.png);
	background-repeat: repeat-x;
	background-position: center center;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img{ 
}
 #menu {
	background: url(../images/header_top7.jpg);
	padding: 0;
	clear: both;
	height: 54px;
}
.nav{
	width: 100%;
	overflow: hidden;
	clear: both;
}

.nav ul{
	font: bold 12px Verdana;
	list-style-type: none;
	margin-right: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.nav li{
display: inline;
margin: 0;
}

.nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: #b6cdc8; /*background of tabs (default state)*/
}

.nav li a:visited{
/*color: white;*/
}

.nav li a:hover, .menu li.selected a{
background: #f3db85; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}	
.clear {clear:both;
}
.center{ margin-left:100px; 
}
.currentpage {
background:#ec5d45;
color:black;
}

 #mainContent {
	padding: 0px;
	background: #EFE3C6 repeat-y center;
	margin: 0px;
}
#mainContent h1{
		
	font-size:1.2em;
	margin-left: -999px;
}
	
 #mainContentpics {
	padding: 0px;
	background: url(file:///C|/Documents%20and%20Settings/Pickett/My%20Documents/websites/sisterwords/WCT/images/content_top.png) no-repeat center top;
	margin: 0px;
	height:400px;
	clear: both;
}
#content{
	background-image: url(../images/content_repeater.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 20px;
}
#contentmap{
	background-color:#FFF;
	background-image: url(file:///C|/Documents%20and%20Settings/Pickett/My%20Documents/websites/sisterwords/WCT/images/content_repeater.png);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
}
 #content img{
	border:#0C0;
	border:medium;
	position: relative;
	width: 584px;
	left: 75px;
	
}

 #content h1{
	font-size:.1em;
	margin-left: -999px;
	
}
 #content p{
	font-size:1.1em;
	color:#333;
	padding-right: 30px;
	padding-left: 30px;
	
}
#contactbox{
	background-color:#FFFFFF;
	width: 500px;
	float: none;
	margin-left: 100px;
	padding: 22px 12px 25px 10px;
		}
.foodbox{
	width:95%;
	background-color:#FFF;
	padding:14px;
	}
.foodsubhead{
	font-size:.7em;
	width:90%;
	indent:2px;
	padding-left: 30px;
}
 #footer {
	background:#DDDDDD;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.italic {
	font-style: italic;
	font-variant: small-caps;
}

.red { color: #F00; }

