* {
	margin: 0;
	padding: 0;
}

/* --- General CSS --- */

body {
	text-align: center;
	background-image: url(../images/pattern_1371.gif); /* Pattern created by Squid Fingers: http://www.squidfingers.com */
	background-repeat: repeat;
}

#container {
	height: 570px;
	width: 740px;
	margin: 20px auto;
	border: 2px solid #fff;
	background-color: #fdc;
	text-align: left;
	font-family: garamond, verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

a:link {text-decoration: none; color: #fff}
a:visited {text-decoration: none; color: #fff}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red}

h1 {
	white-space: nowrap;
	padding: 0 0 20px 0;
}

p {
	padding: 10px;
	text-align: center;
	color: #431e2f;
}

/* --- Header CSS --- */

#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 303px;
	height: 107px;
}

#exp {
	position: relative;
	top: -95px;
	left: 655px;
	height: 65px;
	width: 65px;
}

/* --- Nav CSS --- */

#nav {
	position: relative;
	top:-90px;
	height: 25px;
	width: 380px;
	float: right;
	background: #b80000;
}

#nav ul {
	float: right;
	padding: 5px 0 0 0;
	list-style-type: none;
}

#nav li {
	padding: 0 15px 0 0;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

/* --- Content CSS --- */

#home {
	position: relative;
	top: -40px;
	height: 520px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 20px;
	background-image: url(../images/sewing.jpg);
	background-repeat: no-repeat;
}

#home p {
	width: 340px;
	background-color: #845646;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

#services {
	position: relative;
	top: -40px;
	height: 520px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 20px;
	background-image: url(../images/threads.jpg);
	background-repeat: no-repeat;
}

#services ul {
	width: 200px;
	padding: 10px;
	background-color: #663;
	list-style-type: none;
}

#services li {
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

#story {
	position: relative;
	top: -40px;
	height: 520px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 20px;
	background-image: url(../images/spools.jpg);
	background-repeat: no-repeat;
}

#story p {
	height: 25px;
	width: 430px;
	font-size: 16px;
	font-weight: bold;
	background-color: #669;
	color: #fff;
}

#contact {
	position: relative;
	top: -40px;
	height: 520px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 20px;
	color: #b80000;
	background-image: url(../images/shop.jpg);
	background-repeat: no-repeat;
}

#contact p {
	height: 270px;
	width: 360px;
	font-size: 14px;
	font-weight: bold;
	background-color: #600;
	color: #fff;
}

#content {
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

/* --- Footer CSS --- */

#footer {
	position: relative;
	top: -120px;
	width: 740px;
	height: 40px;
	padding: 10px 0 0 0;
	font-family: "lucida sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	background-color: #880000;
}

#footer div.legal {
  margin: 4px 0; 
  color: #ccc;
  text-transform: uppercase;
  font-size:.8em;
}

.fcolor {
  color: #f6dec7;
  font-weight: bold;
  text-transform: uppercase;
}

.hiddenPic {display:none;}
