body {
	background-color: #E7E5CB;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
}

#mainwrap {
	
	margin:0 auto;
	width:800px;
	text-align: left;
}


#themainbox {
	
	background-image: url(../images/bg-stripe.gif);
	width: 800px;
	background-repeat: repeat-y;
	border: 15px solid #91011C;

}
#header1 {
	
	background-image: url(../images/bodhi-jewels_h1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 98px;
	width: 800px;
	
}
#header2 {
	background-image: url(../images/bodhi-jewels_h2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 44px;
	width: 800px;
}

#left {
	margin-top: 30px;
	margin-left: 18px;
}
/* The left and right cols are the hacks to make the boxes align in IE */

#leftcol{
	width: 189px;
	float: left;
}

#right {
	margin-right: 15px;
	margin-top: 30px;
}
#rightcol {
	float: right;
	width: 200px;
}

#clear{
	clear: both;
}




#center {
	/*width: 298px;*/
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 0px;
	/*padding-top: 30px;*/
}
#center p {
	color: #77663F;
	font-size: 12px;
	line-height: 19px;
	margin-top: 0;
}


a.nav:link, a.nav:visited, a.nav:active {
	color: #77663F;
	text-decoration: none;
}
a.nav:hover {
	color: #77663F;
	text-decoration: underline;
}


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

#footer{
	background-color: #E7E5CB;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #C3C2A1;
	border-right-color: #C3C2A1;
	border-bottom-color: #C3C2A1;
	border-left-color: #C3C2A1;
	text-align: center;
	color:	#77663F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	padding: 12px;
	
}
.jewelry{
	margin-top: 10px;
	margin-bottom: 10px;
}

.content {
	color: #77663F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	}
.error {
	color: #CC3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77663F;
	padding-bottom: 8px;
	margin-bottom: 12px;

}
#formWrap {
	width: 235px;
}
