/* CSS Document */

html {
	height: 100%; 
	max-height: 100%;  
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}



/* DIV layout
----------------------------------------------- */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 139px;
	background-color: #3A73BE;
	text-align: right;
	margin: 0;
	z-index: 4;
}

#divider {
	position: absolute;
	top: 139px;
	left: 0;
	height: 23px;
	width: 100%;
	background-image: url(../images/divider.gif);
	background-position: left;
	background-repeat: repeat-x;
	margin: 0;
	z-index: 3;
}

#diag {
	position: absolute;
	top: 162px;
	left: 0;
	height: 22px;
	width: 100%;
	background-image: url(../images/diag.jpg);
	background-position: left;
	background-repeat: repeat-x;
	z-index: 2;
}

#content {
	position: absolute;
	top: 210px;
	left: 0;
	width: 100%;
	z-index: 0;
}



/* header layout
----------------------------------------------- */

#logo {
	position: absolute;
	top: 0px;
	left: 34px;
	z-index: 5;
}



/* leftnav layout
----------------------------------------------- */

#leftnav {
	position: absolute;
	top: 206px;
	left: 50px;
	height: 194px;
	width: 140px;
	z-index: 6;
}

#homebtn {
	position: absolute;
	top: 0px;
	height: 26px;
	width: 140px;
}

#printsbtn {
	position: absolute;
	top: 28px;
	height: 26px;
	width: 140px;
}

#contactbtn {
	position: absolute;
	top: 56px;
	height: 26px;
	width: 140px;
}

#artbtn {
	position: absolute;
	top: 84px;
	height: 26px;
	width: 140px;
}

#stubtn {
	position: absolute;
	top: 112px;
	height: 26px;
	width: 140px;
}

#exhibbtn {
	position: absolute;
	top: 140px;
	height: 26px;
	width: 140px;
}

#linksbtn {
	position: absolute;
	top: 168px;
	height: 26px;
	width: 140px;
}




/* picarea layout
----------------------------------------------- */

#picarea {
	position: absolute;
	top: 210px;
	left: 240px;
	height: 390px;
	width: 150px;
	font-size: 70%;
	color: #333333;
	z-index: 7;
}

#pic1 {
	position: absolute;
	top: 0px;
	height: 150px;
	width: 150px;
}

#pic1t {
	position: absolute;
	top: 155px;
	height: 40px;
	width: 150px;
	text-align: right;
}

#pic2 {
	position: absolute;
	top: 195px;
	height: 150px;
	width: 150px;
}

#pic2t {
	position: absolute;
	top: 350px;
	height: 40px;
	width: 150px;
	text-align: right;
}



/* content layout
----------------------------------------------- */

#textarea, #bigtextarea, #hugetextarea, #fulltextarea {
	position: relative;
	top: 0px;
	margin-right: 155px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #EDEDED;
	background-image: url(../images/sketch01.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 1;
}

#textarea {
	margin-left: 448px;
	height: 440px;
}

#bigtextarea {
	margin-left: 448px;
	height: 740px;
}

#hugetextarea {
	margin-left: 448px;
	height: 1600px;
}

#fulltextarea {
	margin-left: 238px;
	height: auto;
}

#alttextarea {
	position: relative;
	top: 0px;
	margin-left: 448px;
	margin-right: 155px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 440px;
	background-color: #EDEDED;
	z-index: 1;
}

#scrolltextarea {
	position: relative;
	top: 0px;
	margin-left: 448px;
	margin-right: 173px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 440px;
	background-color: #EDEDED;
	overflow: auto;
	z-index: 1;
}

#textarea li, #alttextarea li {
	list-style: square;
	color: #3A4ECE;
	margin-left: -20px;
}

.text {
	padding-right: 20px;
	font-size: 75%;
	color: #333333;
}

.text a {
	color: #3A73BE;
	text-decoration: none;
}

.text a:hover {
	color: #3A73BE;
	text-decoration: underline;
}

.highlight {
	color: #3A73BE;
	font-weight: bold;
}

.painting {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.painting2 {
	float: left;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.ptitle {
	vertical-align: top;
}


/* pgtitle layout
----------------------------------------------- */

#pgtitle {
	position: absolute;
	top: 206px;
	right: 5px;
	height: 26px;
	width: 140px;
	z-index: 8;
}