/* styles for Leslie Browne, on white background */
body {
  background-color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0;
  padding:0;
}
/* page */
#roll {
  width:995px;
  margin:0 auto;
  background-color:#FFFFFF;
}
#header {
  width:995px;
  margin:18px auto 4px auto;
  text-align:center;
}
#introtext {
  width:995px;
  margin:4px auto 0px auto;
}
#cvtable {
  width:995px;
  margin:4px auto 10px auto;
}
#overviewtable {
  width:995px;
  margin:45px auto 10px auto;
}
#stage {
  width:995px;
  height:520px;
  margin:40px auto 0 auto;
}
#foot {
  width:995px;
  height:72px;
  position:fixed;
  bottom:0px;
  margin:0 auto 0 auto;
  overflow:visible;
  background-image:url(images/whitebase.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
}
#commission {
	width:764px;
	height:620px;
	margin:12px auto 0 auto;
}
/* links */
a:link {
/*	text-decoration: none; */
	font-weight: bold;
		color: #BA76E2;
}
a:visited {
	text-decoration: none;
	color: #BA76E2;
}
a:hover {
	text-decoration: none;
	color: #BA76E2;
}
a:active {
/*	text-decoration: none; */
	color: #BA76E2;
}
/* text */
h1 {
	font-size: 36px;
	color: #511773;
	font-weight: normal;
	margin:0px auto 30px auto;
}
h2 {
  font-size: 14px; 
  color: #511773;
  font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #77512B;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #2E1F10;
	font-weight:normal;
	margin: 3px auto 12px auto;
}
p {
	font-size: 12px;
	color: #2E1F10;
	font-weight:normal;
}

#introtext p {
	text-align:justify;
}
#commission p {
	text-align:left;
}
.cvtext {
	font-size: 12px;
	color: #2E1F10;
}
.contactsub {
	font-size: 9px;
	color: #2E1F10;
	margin:4px auto 4px auto;
}
/* beneath the paintings */
#paintingsub {
  list-style-type:none;
  margin:3px: auto 10px: auto;
  padding:0;
  height:1.5em;
}
#paintingsub a:link, #paintingsub a:visited, #paintingsub a:hover, #paintingsub a:active {
	text-decoration: none;
	color: #BA76E2;
}
#previous {
  margin:0;
  width:110px;
  float:left;
}
#paintingtext {
  color:#2E1F10;
  width:600px;
  margin:0 auto;
  text-align:center;
}
#next {
  margin:0;
  width:110px;
  float:right;
  text-align:right;
}
/* overviews */
#overview {
  width:995px;
  margin:36px auto 10px auto;
}
#twotables {
  margin: 0 auto;
}

#ontable {
	margin:52px auto 0;
}

#commissiontable {
  margin:36px auto 24px auto;
}
.overviewtext {
	font-size: 12px;
	color: #2E1F10;
}
/* site navigation */
.navlist {
  list-style-type:none;
  margin:13px auto;
  padding:0;
  height:1.3em;
}
.navlist a:link, .navlist a:visited, .navlist a:hover, .navlist a:active {
	text-decoration: none;
	color: #601C88;
}
.navelement {
  margin:4px 0 0 0;
  width:197px;
  float:left;
}
.navelement2 {
  margin:0;
  width:197px;
  float:left;
  vertical-align:bottom;
}
.lesliebrowne {
  margin:14px 0 0 0;
  width:200px;
  float:right;
  text-align:right;
}
.leslie {
    color: #BA76E2;
	font-size: 24px;
	font-weight: bold;
}
.browne {
	color: #77512B;
    font-size: 24px;
	font-weight: bold;
}

/* images */
.imgcentered {
  display:block;
  margin:3px auto;
  border:0;
}

