body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e4edf5;
	text-align: center;
}
.line {
	text-decoration: line-through;	
}
img {
	border: none;
}
#top {
	background-image: url(images/shadow-top1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 826px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-image: url(images/shadow-bg1.jpg);
	background-repeat:repeat-y;

}

#wrapper2 {
	background-image: url(images/FabStrip.jpg);
	background-repeat: repeat-y;
	margin: 0 10px 0 10px;
	
}

#header {
	background-image: url(images/LogowithFabric.jpg);
	background-repeat:no-repeat;
	height:180px;
	position:relative;
}

#header h1 {
	margin: 0;
    padding: 0.2em 10px 0.2em 0;
	text-align: right;
	width: 796px;
    font-weight:normal;
    color: #fff;
    font-size: 140%;
    position:absolute;
    bottom: 0;
    left: 0;
	background-image: url(images/DkBlue70percent.png);
}

#content {
	float:right;
	width: 545px;
	padding: 0.7em 1em 0 0;
	
}

#exhib {
	float:right;
	width: 510px;
	padding: 0.7em 1em 0 0;
}
#exhib ul {
	list-style: none;
	margin: 3em 0 0 -1em;
	border: none;
}
#exhib li {
	font-size: 85%;
	padding-bottom: 1em;
}

#content h2 {
	font-size: 120%;
	color: #3333ff;
	background-color: transparent;
	margin: 0;
	padding: 1.4em 0 0 0;
}

#content p {
	font-size: 80%;
	line-height: 1.6;
}

#content img {
	margin-right: 1em;
	margin-left: 2em;
}

#nav {
	float:left;
	width: 230px;

}

#nav ul {
	list-style: none;
	margin: 3em 0 0 0;
	padding: 0;
	border: none;
}

#nav li {
	font-size: 85%;
}

#nav a:link, #nav a:visited {
	color: #555555;
    background-color:transparent;
    display:block;
    padding: 1em 0 0 10px;
    text-decoration:none;
	min-height: 40px;
}

#nav a:hover, #nav li.cur a:link, #nav li.cur a:visited {
	color: #ffffff;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}


#footer {
	clear:both;
	font-size: 80%;
	padding: 1em 0 1em 0;
	margin-left: 250px;
    color: #555;
    background-color: transparent;
}

#btm {
	background-image: url(images/shadow-bottom1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 13px;
}