#wrapper {
	margin: 0px auto;
	width: 834px;
	position: relative;
}
/* --  this is for the main nav bar -- */
.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #663333;
	letter-spacing:1px;
	margin-bottom:20px;
	position:relative;
	width:834px;
	text-align:right;
}
.navBar a:link {
	text-decoration:underline;
}
.navBar a:visited {
	color:#663333;
}
.navBar a:hover {
	color:#CED5C2;
}



h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight:normal;
}

.stationery_menu {
	color:#663333;
	text-align:left;
	background: #998F79;
	padding: 5px;
	width: 100px;
	border: 1px solid #7A7956;
	position: absolute;
	left:333px;
	top:22px;
	visibility: hidden;
	z-index: 2;
}

.oilpaintings_menu {
	color:#663333;
	text-align:left;
	background: #998F79;
	padding: 5px;
	width: 100px;
	border: 1px solid #7A7956;
	position: absolute;
	left:333px;
	top:22px;
	visibility: hidden;
	z-index: 2;
}


/* --- this is for the stationery internal navigation --- */
.navStationery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #663333;
	font-weight:bold;
	text-decoration:none;
}
.navStationery a:link {
	text-decoration:underline;
}
.navStationery a:visited {
	color:#663333;
}
.navStationery a:hover {
	color:#FFFFFF;
}

/* --- this is for the oilpaintings internal navigation --- */
.navoilpaintings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #663333;
	font-weight:bold;
	text-decoration:none;
}
.navoilpaintings a:link {
	text-decoration:underline;
}
.navoilpaintings a:visited {
	color:#663333;
}
.navoilpaintings a:hover {
	color:#FFFFFF;
}


.contentBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.notes {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight:normal;
	margin-top:4px;
}
.size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	margin-top:10px;
}
.home_staBox {
	width: 785px;
	border: 2px solid #7A7956;
	padding: 5px;
}
