@charset "utf-8";
/*
CSS for Kathi's Kloset LLC site
*/

body {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  line-height: 125%;
	  padding: 0;
	  margin: 0;
	  background-color:#CCCCCC;
	  }

.feature {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

.feature2 {
	float: right;
	margin: 10px;
}

p.contenttext {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
} 

p.contenttext2 {
 	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0000FF;
	font-style:italic;
} 

p.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:15px;
}

.showhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size: 28px;
	color: #0000FF;
	padding-top:10px;
	font-style:italic;
	text-align:center;
	text-shadow: 2px 2px 2px #555;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:30px;
	color:#FF0000;
	padding-top:110px;
	text-align:left;
	font-style:italic;
	text-shadow: 2px 2px 2px #555;	
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#0033FF;
	text-align:center;
	text-shadow: 2px 2px 2px #555;	
}

.location {
font-weight:bold;
}

.date {
	color: #FF3333;
}
h2.contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:10px;
}

.label {
  float: left;
  width: 230px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
  clear: left;
}

/*
This section deals with the navigation menu
*/

#nav {
	margin:0;
	padding:0;
	background: url(images/nav_bg.gif) 0 0 repeat-x;
	float:left;
	width:100%;
	border-width:1px 0;
}	

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link, #nav a:visited {
	color:#FFFFFF;
	padding:6px 40px 4px 10px;
	float:left;
	width:auto;
	border-right:2px solid #0000FF;
	border-top:1px solid #0000FF;
	border-bottom:1px solid #0000FF;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}

#nav a:hover {
	color:#FF0000;
	background: #0066FF;
}

#nav li:first-child a {
	border-left:2px solid #0000FF;
}

/*End of Navigation */

#bodycontents {
	margin-left: auto;
	margin-right: auto;
	width: 55em;
    }

/*
This section deals with the positioning of the site
using absolute positioning
*/

#navigation {
		     width: 750px;
			 height: 24px;
			 background: #000000 url(images/nav_bg.gif) repeat-x;
			 top: 15.65em;
			 }
		
#header {
	width: 750px;
	height: 250px;
	background: #000000 url(images/headerbg.jpg) no-repeat;
	}
			 
#navigation, #content {
	position: absolute;
	
	}
	
#content {
	width: 750px;
	top: 17.1em;
	background: #66ccff;
}
