html, body, div, span, p, h1, h2, h3, h4, h5, h6, img, a, ol, ul, li, dl, dt, dd {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	/*background: url(../images/ayrhill-bg.jpg);*/
        background: #e0d4c1;
	font: 79% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0;
	text-align: center;
	width: 100%;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 760px;

}
#masthead { padding: 26px 10px 0; }
#nav {
	font-size: 130%;
	font-variant: small-caps;
	padding-right: 16px;
}
#content { padding: 30px 10px 24px; }
.hrule {
	background: url(../images/hrule.gif) repeat-x top;
	border: 1px #000 solid;
	border-width: 3px 0;
	height: 32px;
}
.hrule hr { display: none; }
#footer {
	font-variant: small-caps;
	padding: 16px 50px 24px 50px;
}

/* masthead styles */
#masthead h1 a {
	background: url(../images/ayr-hill-gallery-logo.gif) no-repeat;
	display: block;
	height: 140px;
	text-indent: -9999px;
}

/* nav styles */
#nav ul {
	float: right;
	list-style: none;
	padding-right: 6px;
}
#nav li { float: left; }
#nav a, #nav a:visited {
	color: #814177;
	display: block;
	font-weight: 700;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	top: -8px;
}
#nav a:hover { text-decoration: underline; }


/* content styles */
#content p { margin: 10px 0; }
#content a:hover { text-decoration: none; }
.intro {
	font-size: 140%;
	font-weight: 700;
	
}
.art {
	float: right;
	margin-left: 48px;
	padding-top: 8px;
	width: 400px;
}
.art2cont {
	clear: both;
	padding-bottom: 15px;
}
.art2 {
	float: left;
	text-align: center;
	width: 370px;
}
.caption {
	color: #494949;
	font-size: 120%;
	padding-top: 2px;
	text-align: right;
}
#content .art2 p.caption {
	margin: 0;
	text-align: center;
}
.caption a { color: #814177; }
.caption em { font-variant: small-caps; }
.small-art {
	float: right;
	margin: 10px 0 10px 10px;
  text-align:right;
	width: 400px;
}
/*.small-art img { display: block; }*/
#content .small-art p.caption { margin-bottom: 0; }

/* featured artists page */
.artists {
	list-style: none;
	padding-left: 24px;
}
.artists li {
	float: left;
	margin-right: 15px;
}
.artists a {
	font-weight: 700;
	text-decoration: none;
}
.artists img { display:block; }
div.hr {
	background: url(../images/hr-bar.gif) no-repeat center;
	height: 1px;
}
div.hr hr { display: none; }

/* footer styles */
#footer h3 {
	font-size: 130%;
	text-align: center;
}
#footer p {
	float: left;
	font-weight: 700;
	width: 33%;
}
#address { text-align: center; }
#contact { text-align: right; }


em { font-style: italic; }
a { color: #814177; }

/* clearfix */
#nav:after, #content:after, .artists:after, .art2cont:after, #footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}