/* Layout *
 **********/

body {
 background-color: #000000;
 color: #FFFFFF;
 text-decoration: none;
 text-align: justify;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 padding: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
}

div.newsContainer {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}

div.imgRight {
 margin: 0px 0px 20px 20px;
 padding: 0px 0px 20px 20px;
 border-left: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 float: right;
}

.footer {
	margin: 0px;
	padding: 0.6em 2em 0.4em;
	font-size: x-small;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}


/* Links *
 *********/

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}

.nav {
	font-size: small;
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.navCurrent {
	font-size: small;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.pageNav {
	color: #FFFFFF;
}

.pageNavCurrent {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.bodyTextLink:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyTextLink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyTextLink:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}

/* Headings *
 ************/

h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-large;
	text-align: left;
	vertical-align: middle;
}

h2 {
	font-weight: bolder;
	font-size: large;
	text-align: left;
	vertical-align: middle;
}

h3 {
	font-size: small;
	font-weight: bold;
 padding-bottom: 0px;
 margin-bottom: 10px;
}

/* Text *
 ********/

.title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	letter-spacing: 0.15em;
	padding-left: 0px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	text-align: left;
}

.subHeading {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

.subHeadingFeature {
	font-size: 180%;
	color: #FFFFFF;
 margin: 0px 0px 15px 0px;
 padding: 0px 0px 20px 0px;
 border-bottom: 1px solid #FFFFFF;
}

.subHeadingBorder {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
 border-top: 1px solid #666666;
 padding-top: 5px;
}

.subTitle {
	font-size: small;
	color: #FFFFFF;
	letter-spacing: 0em;
}

.linedTitle {
 text-align: left;
	font-size: medium;
	font-weight: bold;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #FFFFFF; 
 border-bottom: 1px solid #FFFFFF;
 clear: both;
}

.newsDate {
 font-size: medium;
	color: #FFFFFF;
 border-top: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
}

.bodyText {
	text-decoration: none;
	text-align: justify;
	background-color: #000000;
	font-size: 75%;
}

.aboutText {
 font-size: 100%;
}

.newsText {
 font-size: 100%;
 padding-top: 0px;
 margin-top: 0px;
}

.artist {
	font-style: normal;
	font-weight: bold;
	font-size: small;
}

.paintingTitle {
	font-style: italic;
	text-decoration: none;
}

.furnitureTitle {
	font-style: normal;
	font-weight: bold;
	font-size: small;
 text-align: center;
}

.fairTitle {
 text-align: center;
 font-size:larger;
}

.fairDetails {
 text-align: center;
 margin: 0px;
 padding: 0px;
}

.NB {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.noneFound {
 text-align: center;
 font-size: medium;
}

.centered {
 text-align: center;
}

.footerTop {
 text-align: left;
 font-size: 75%;
	background-color: #000000;
}

.footerTopCenter {
 text-align: center;
 border-bottom: 1px solid #FFFFFF;
 padding-bottom: 5px;
}

/* Tables *
 **********/

.vDivider {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

.hDivider {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

.smallFeature {
 margin-top: 8px;
}

.smallFeatureText {
 font-size: 95%;
}

td.underline {
 border-bottom: 1px solid #FFFFFF;
}

.listing {
	background-color: #000000;
 text-align: center;
}

.listingGrey {
	background-color: #333333;
 text-align: center;
}

#grey {
 background-color: #333333;
}


/* Forms and Buttons *
 *********************/

form.keyword {
 margin: auto 0px auto 0px;
}

input {
 border: 1px solid #333399;
 padding: 1px;
 margin: 0px;
}

input.text {
 border: 1px solid #8A92B4;
 width: 200px;
}

select {
 border: 1px solid #8A92B4;
 width: 204px;
}

.submit {
 background-color:#333333;
 color: #FFFFFF;
 font-weight: bold;
 border: 0px;
 padding: 0px;
 margin: 0px 0px 0px -3px;
}

#pageKeyword {
 font-weight: normal;
 background-color: #333333;
}

.search {
	background-color: #333333;
 color: #FFFFFF;
 font-weight: bold;
 border: 0px;
}

button {
 background-color:#333333;
 color: #FFFFFF;
 font-weight: bold;
 border: 0px;
 padding: 0px;
 margin: 0px 0px 0px 5px;
}


/* IMAGES *
 **********/

img {
 border: none;
}

.titleImg {
	background-color: #000000;
	vertical-align: middle;
 border: 5px 5px 5px 0px;
}

img.smallFeature {
 margin: 0px;
 padding: 2px 5px 2px 0px;
}

img:hover {
 border: none;
}