body {
 margin: 0;
 background-color: #C46152;
}

h1 {
	font-weight: bold;
	font-size: 16px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #9c4040;
	text-decoration: none;
}

a.eMail {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #cd6d6d;
}

#mainWrapper {
	width: 100%;
	height: 100%;
	
}

#contentWrapper { 
	height: 727px;
	width: 1078px;
	margin: 10px auto;
	/*border: 3px #333 solid;*/
}

.hoMe {
	background-image: url(../images/class5.png);
	background-repeat: no-repeat;
}

.paGes {
	background-image: url(../images/class4.png);
	background-repeat: no-repeat;
}


#header {
	width: 973px;
	height: 100px;
	margin: 100px 50px 10px 50px;
	position: relative;
	float: left;
	/*border: 3px green solid;*/
}

	.header1 {
		font-family: /*"Trebuchet MS", */Verdana, Arial, Helvetica;
		font-size: 50px;
		color: #392f2d;
		text-align: left;
	}
	
	.header2 {
		font-family: /*"Trebuchet MS", */Verdana, Arial, Helvetica;
		font-size: 30px;
		color: #392f2d;
		text-align: left;
	}
	
#mainNav {
	width: 973px;
	height: 20px;
	margin: 0px 50px 10px 50px;
	float: left;
	position: relative;
}

	.nav { 
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		float: left;
		width: auto;
	}
	
	.nav a {
		font-family: /*"Trebuchet MS", */Arial, Helvetica;
		font-size: 18px;
		padding: 5px 5px 5px 5px;
		margin-right: 10px;
		text-decoration: underline;
		text-transform: uppercase;
		text-align: left;
		color: #000;
		display: block;
		width: auto;
	}
	
	.nav a:hover {
		color: #fff;	
	}
	
	.nav li {
		float: left;
	}


#mainContent {
	width: 973px;
	height: 400px; 
	margin: 30px 50px;
	float: left;
}

#aboutContent {
	font-family: /*"Trebuchet MS", */Verdana, Arial, Helvetica;
	float: left;
	width: 973px;
	font-size: 14px;
	color: #000;
}

#shopContent {
	background-image: url(../images/pixel_fill.png);
	background-repeat: repeat-y;
	font-family: /*"Trebuchet MS", */Verdana, Arial, Helvetica;
	float: left;
	margin-top: -6px;
	margin-left: -50px;
	width: 1078px;
	font-size: 14px;
	color: #000;
}

.aboutPic {
	float: left;
	margin: 5px 10px 0px 0px;
}

.bioPic {
	float: left;
	margin: 3px 10px 0px 0px;
}

.home {
	margin-top: 270px;
}

.bio {
	margin-top: 10px;
}

.shop {
	padding-top: 10px;
    padding-left: 50px;
}

.shopdate { 
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.shopface {
	font-weight: bold;
}

#tesTamonial {
	padding-top: 3px;
	float: right;
	position: relative;
	width: 250px;
	font-family: /*"Trebuchet MS", */Arial, Helvetica;
	font-size: 12px;
	color: #000;
}

.italic {
	font-style: italic;
}

#footer{
	font-family: /*"Trebuchet MS", */Arial, Helvetica;
	font-size: 12px;
	margin: -30px 0px 0px 50px;
	position: relative;
	float: left;
	height: 15px;
	width: 973px;
	border-top: 1px black solid;
	padding-top: 2px;
}

.shoPs {
	background-image: url(../images/class4.png);
	background-repeat: no-repeat;
	
}

#botTom {
	position: relative;
	float: left;
	background-image: url(../images/bottom_border.png);
	background-repeat: no-repeat;
	width: 1078px;
	height: 43px;
	margin-left: -50px;
}


