#wrapper {
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-position: left center;
	height: auto;
	background-image: url(../images/full_bg.jpg);
}
#clotheswrapper {
	background-attachment: scroll;
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	height: auto;
	background-image: url(../images/stitch_clothes_BG.jpg);
}

#homewrapper {
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
	height: auto;
	background-image: url(../images/bg.jpg);
}


#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#navbar {
	width: 960px;
	height: 50px;
}
#contentwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
#contentleft {
	float: left;
	width: 400px;
	height: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
#contentright {
	float: right;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 900px;
	text-align: right;
}
#clothescontentwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
}

#clothesrow {
	width: 960px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#clothesleft {
	float: left;
	width: 300px;
	height: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}
#clothesright {
	float: right;
	width: 610px;
	height: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	width: 960px;
}
body {
	background-color: #000000;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:visited {
	color: #FF0000;
	text-decoration: line-through;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

.imageright {
	float: right;
}
.clothesheader {
	color: #FF0000;
}
.clothesdescription {
	color: #FFFFFF;
	font-size: 12px;
}
.largeHeader {
	color: #999999;
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
}
