* {
	/*border: 1px solid #f00;/**/
}

html {
	height:100%;
}

body {
	background:#000;
	background-image:url(../images/sides.gif) ;
	padding:0px;
	border:0px;
	margin:0px;
	width:100%;
	height:100%;
	color:#DBDFE8;
	font-family:trebuchet,arial,sans-serif;
	font-size:0.95em;
}

p a {
	color:#DBDFE8;
	text-decoration:none;
	border-bottom: 1px dotted #777;
}
p a:hover {
	border-bottom:none;
}

#header {
	text-align:center;
}


#container {
	display:block;
	min-height:100%;
}


#container,#header,#subheader {
	width:850px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	background:#000;
	overflow:hidden;
}


#headerImage, #headerImage span {
	margin:0px;
	border:0px;
	display:block;
	width:850px;height:83px;
	background-image: url(../images/lauraclifford.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
#headerImage span {
	margin-bottom:-83px;
}
h1 span {
	position: relative;
	z-index:1;
}

#subheader {
	margin-top:5px;
	text-align:center;
}
#subheaderImage, #subheaderImage span {
	margin:0px;
	border:0px;
	display:block;
	width:850px;height:39px;
	background-image: url(../images/nav1.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	overflow:hidden;
}
#subheaderImage span {
	margin-bottom:-39px;
}
h2 span {
	position: relative;
	z-index:1;
}


#leftnav {
	width:185px;
	background:#000;
	float:left;
	position:relative;
}

#leftnav p {
	position:absolute;
	top:0px;
	z-index:0;
}

h3 {
	width:630px;
	/*color:#DBDFE8;*/
	margin:auto;
	color:#A9509B;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}
h4 {
	color:#DBDFE8;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}

#leftMenu {
	width:185px;
	height:445px;
	float:left;
	background:url(../menu/menu.jpg);
	margin:0px;
	margin-top:10px;
	padding:0px;
	position:relative;
	z-index:2;
}
#leftMenu li {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:0;
}
#leftMenu li, #leftMenu a, .currentPage {
	width:150px;
	display:block;
}
#leftMenu span {
	margin:-2000px;
	visibility:hidden;
}

#homeLink, #homeLink a {
	top:60px;
	height:30px;
}
#homeLink a:hover {
	background: transparent url(../menu/menu.jpg) -185px -60px no-repeat;
}

#accessoriesLink, #accessoriesLink a {
	top:103px;
	height:30px;
}
#accessoriesLink a:hover, #accessoriesLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -103px no-repeat;
}

#quiltsLink, #quiltsLink a {
	top:133px;
	height:46px;
}
#quiltsLink a:hover, #quiltsLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -133px no-repeat;
}

#clothesLink, #clothesLink a {
	top:179px;
	height:46px;
}
#clothesLink a:hover, #clothesLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -179px no-repeat;
}

#cardsLink, #cardsLink a {
	top:225px;
	height:33px;
}
#cardsLink a:hover, #cardsLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -225px no-repeat;
}

#howtobuyLink, #howtobuyLink a {
	top:282px;
	height:35px;
}
#howtobuyLink a:hover, #howtobuyLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -282px no-repeat;
}

#aboutLink, #aboutLink a {
	top:340px;
	height:30px;
}
#aboutLink a:hover, #aboutLink.currentPage {
	background: transparent url(../menu/menu.jpg) -185px -340px no-repeat;
}


#content {
	float:left;
	padding:10px;
	width:640px;
	background:#000;
	color:#DBDFE8;
}


.work {
	float:left;
	margin:auto;
	margin-top:20px;
	width:630px;
}

.work hr {
	text-align:right;
	margin: 0 0 0 auto;
	margin-top:3px;
	margin-bottom:5px;
	width:50%;
	color:#333;
	background-color:#333;
}

.workDescription {
	width:350px;
	text-align:right;
	float:left;
}
.workImage {
	float:right;
	width:240px;
	text-align:center;
}

.workImage img {
	border:0px;
}


.bodyText {
	width:400px;
	clear:both;
}

.fpText {
	width:400px;
	margin-left:90px;
}

.twocolText {
	text-align:left;
	padding:10px;
	margin:0px 0px 0px 20px;
	width:250px;
}