@charset "utf-8";
/* CSS Document */
body {
	background-color: #a89f94;
}
/*This content area holds the content area text and page name for the index art page*/
.content_area {
	background-color: #b1a99f;
	width: 413px;
	color: #504638;
	margin-left: 20px;
	height: 614px;
	background-repeat: no-repeat;
	background-position: center 145px;
	background-image: url(images/content_bgd.png);
}
/*This content area holds the content area text 5and page name for the 3 art pages*/
.content_area1 {
	background-color: #b1a99f;
	width: 413px;
	color: #504638;
	margin-left: 20px;
	height: 614px;
	background-repeat: no-repeat;
	background-position: center 95px;
	background-image: url(images/art1content_bgd.png);
}
.lower_left_content {
	height: 57px;
	width: 413px;
	background-image: url(images/MB_flower.png);
	margin-top: 5px;
	background-repeat: no-repeat;
	float: left;
	font-size: 5pt;
	margin-left: -20px;
}

.text_small {
	font-size: 10pt;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	color: #dcc9be;
	font-style: normal;
}
.text_header {
	font-size: 13pt;
	font-style: italic;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-weight: bold;
}
.text_header_firstLetter {
	font-size: 15pt;
	font-style: italic;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-weight: bold;
}
.text_header_sub {
	font-size: 13pt;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-style: normal;
}
.header {
	height: 68px;
	width: 523px;
}

.right_content_area {
	width: 327px;
	float: right;
	}

#nav_content {
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #504638;
	display: inline;
	float: left;
	text-align: left;
	width: 273px;
	margin-top: -20px;
	font-style: italic;
	padding: 0px;
	margin-left: 0px;
}
#price {
	float: right;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #504638;
	text-align: right;
	width: 100px;
	font-style: normal;
	margin-top: -3px;
	margin-right: 5px;
}
#nav_content ul li a {
	font-size: 12pt;
	color: #504638;
	text-decoration:none;
}

#nav_content ul li a:hover {
	color: #FFFFFF;
	
}
#nav_content ul{
	font-style: normal;
	text-align: left;
	list-style-image: url(images/MBflower_small.png);
	margin-left: -20px;
}

#nav_content ul li{
	padding-left: 0px;
	text-decoration: none;
}



.nav_sub {
	font-family: "Times New Roman", Times, serif;
	color: #dcc9be;
	margin-top: 14px;
	display: block;
	float: left;
	text-align: left;
	width: 80px;
	margin-left: 48px;
	font-size: 9pt;
}
#nav {
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-size: 11pt;
	color: #504638;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration:none;
	text-align: center;
	width: 800px;
	padding-top: 0px;
}

#nav a {
	font-size: 11pt;
	color: #504638;
	text-decoration:none;
}


#nav a:hover {
	color: #FFFFFF;
	
}

.container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.right{
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
