/* Downtown Art & Frame */

/* style sheet 02 */

body {
	background: #e7d0a6 url(../images/bg_02.jpg) repeat;
	margin: 10px 0px 0px 0px;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
}

#leftNavTable {
	margin: 10px 0px 0px 0px;
	background-color: #e7d0a6;
}


#leftNavCell {
	background-color: #e7d0a6;
	padding: 0px 0px 10px 0px;
	border: solid 1px #000000;
}

#leftNavCell ul {
	border-top: solid 1px #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}


#leftNavCell a {
	background: #e7d0a6;
	border-bottom: solid 1px #ffffff;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 20px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#leftNavCell a:hover {
	background: #cbab6f;
	border-bottom: solid 1px #ffffff;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 20px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

/* Nav buttons test */

#navContainer {
	background-color: #e7d0a6;
	width: 150px;
	margin: 0px;
	padding 0px 0px 1em 0px;
	text-align: left;
/*	border-style: solid;
	border-width: 1px;
	border-color: #000000; */
}

ul#navButtons {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
}

ul#navButtons li {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#navButtons li a {
	background-color: #e7d0a6;
	border-bottom: solid 1px #ffffff;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
}


ul#navButtons a:hover {
	background-color: #cbab6f;
	padding: 5px 0px 5px 5px;
}




.navFooter {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	padding-left: 10px;
}

/* Content Area */

#contentTable {
	margin: 20px 0px 0px 0px;
}

#contentCell {
	background-color: #e7d0a6;
	padding: 20px 20px 10px 20px;
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	line-height: 24px;
	border: solid 1px #000000;
}

#featureTitle {
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
}

.subFeatureTitle {
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
}

#featurePhoto {
	padding: 0px 20px 20px 0px;
	margin: 0px 20px 20px 0px;
	float: left;
}

#featurePhotoRight {
	padding: 0px 20px 20px 0px;
	margin: 0px 20px 20px 0px;
	float: right;
}

.dropCap {
	font-size: 70%;
	text-transform: uppercase;
}

.tagTM {
	font-size: 11px;
	line-height: 120%;
/*	line-height: 90%; */
}

#footerTable {
	margin: 10px;
}

.contentTextErr {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #ff0000;
}


#footerCell {
	background-color: #e7d0a6;
	margin: 0px;
	padding: 5px;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: solid 1px #000000;
}

#footerCell a {
	font-size: 12px;
	text-decoration: none;
}

#subMenuCell {
	background-color: #e7d0a6;
	margin: 0px;
	padding: 5px;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: solid 1px #000000;
}

#subMenuCell a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding: 0px, 10px, 0px, 10px;
}

#subMenuCell a:hover {
	font-size: 14px;
	text-decoration: none;
	padding: 0px, 10px, 0px, 10px;
	color: #000000;
	background: #cbab6f;
}
	