
/*********************************** comments ******************************
margin: 0 auto;						container. used to centre all content in the browser window
margin-bottom: 0px;					pageheader. in case we want to separate the test from the header
float: right; in #navbar li 		switches lists to reverse order (ensures consistency with IE which auto reverses!)
change fonts to em rather than pt
make line height separate

height of mainframe					::	514px is  minimum needed to avoid scrollbars in IE (that's img+34px)
height of bottomframe				::	100px is  minimum needed to avoid scrollbars in IE (that's img+25px)
*/

/********************************* basic elements *****************************/
body {
	background-color: #333333;
	background-image: none;
	color: white;

	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size 64pt;
	}
	
p {
	text-align: justify;
	border-width: 0px;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-style: italic;
	color: #ffffe1;
	}

a:hover, a:active {
	text-decoration: none;
	color: #f36;
	}
			
#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	}
	
h3 {
	text-align: center;
	font-family: "ITC Garamond", Palatino, "Times Roman", serif;
	color: white;
	font-size: 18pt;
	font-weight: bold;
	}

/********************************* top of page *****************************/

#pageheader {
	height: 50px;
	margin-bottom: 0px;
	background-image: url(images/EmilyWhite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#navbar {
		width: 100%;
		height: 15px;
		font-size: 8pt;
		font-weight: bold;
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
		}
	
#navbar li {
		float: right;
		display: inline;
		list-style: none;
		}
		
#navbar a {
		margin: 0 0 0 15px;
		text-decoration: none;
		font-style: normal;
		color: #ccc;
		padding-bottom: 4px;
		}

#navbar a:link, #navbar a:visited {
		}

#navbar a.active:link, #navbar a.active:visited, #navbar a.active:hover {
		color: #fff;
		border-bottom: 3px solid #fff;
		}
	
#navbar a:hover {
		color: #fff;
		font-weight: bold;
		border-bottom: 3px solid #fff;
		}

#subComment {
	padding-top: 4px;
	text-align: right;
	font-style: italic;
	font-family: "ITC Garamond", serif;
	font-size: 10pt;
	line-height: 12pt;
	}


/********************************* main picture window *****************************/

#MainFrame {
	width: 705px;
	height: 438px;
	text-align: center;
	padding: 0px;
	border: 0px;
	}

#windowContent {
	text-align:center;
	}

/********************************* thumbnail window *****************************/

#BottomFrame {
	width: 100%;
	height: 110px;
	}

#paintingTitle{
	float: left;
	}
	
#printPrice{
	float: right;
	}

/********************************* thumbnail pages *****************************/

#thumbnail {
	border: 0;
	margin: 0;
	padding: 0;
	}

#thumbnailtable {
	height: 82px;
	border: none;
	padding: 4px;
	}

/********************************* comment section *****************************/

.italicise {
	font-style: italic;
	font-family: "ITC Garamond", serif;
	font-size: 24pt;
	line-height: 30pt;
	}

.intro {
	text-align: justify;
	line-height: 14pt;
	}

.imgLeft {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	}

.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 0px;
	padding: 0px;
	text-align: right;
	}
	
.imageWindow {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	}

.titleDrop {
	text-align: center;
	padding: 20px;
	}
/********************************* archive section *****************************/

.footings {
	font-size: 9pt;
	font-weight: bold;
	color: #999;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
#formFont {
	font-style: normal;
	font-family: "ITC Garamond", serif;
	font-size: 8pt;
	line-height: 8pt;
	}


#chYear {
	float: right;
	margin: 0;
	border: 0;
	}

#chCat {
	float: right;
	margin: 0;
	border: 0;
	}
	
#chContent {
	float: right;
	margin: 0;
	border: 0;
	}

/********************************* home section *****************************/

#footerBoxes {
	width: 640px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	}

#leftHome {
	float: left;
	}

#rightHome {
	float: right;
	}
	
#mailHandler {
	text-align: center;
	}
	
#seePaintings {
	text-align: right;
	font-family: "ITC Garamond", Palatino, "Times Roman", serif;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 20px;
	}
	
/********************************* search section *****************************/

#pageList {
	float:left;
	height:514px;
	width:135px;
	overflow:auto;
	}

#noBullet {
	text-align: left;
	list-style:none;
	font-style: normal;
	font-size: 9pt;
	color: #999;
	}

#rightFrame {
	float: right;
	width: 600px;
	height: 514px;
	padding: 0px;
	border: 0px;
	}

/********************************* contact section *****************************/

#linkList {
	float:left;
	height:514px;
	width:200px;
	overflow:auto;
	list-style:none;	
	font-style: normal;
	font-size: 10pt;
	color: #999;
	}
	
	
/********************************* error page *****************************/

#centrePage {
	margin: 200px;
	width: 50%;
	height: 50%;
	vertical-align: middle;
	text-align: center;
}