/*
THESE TAGS APPLY TO ALL PAGES
*/

body {
	background-color: #ffffff;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25 px;
}

a:link {
	color: #666666;
	text-decoration: none;
}


a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;

}

a:hover {
	color: #000000;

}

img {
	border: 1px solid;
}


/*
TEXT FORMATTING
*/
.bodytext {
	font-family: "times new roman", times, georgia, serif;
	font-size: 14px;
}

.bodytexttitle {
/*
used to call out the title of an artwork within body text (italicize)
*/
	font-family: "times new roman", times, georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.bodytextwidth {
/*
used to set the width and margin of the page
*/
	width: 950px;
	margin-left: 20px;
}

/*
STATEMENT BY THE ARTISTS
*/
.header {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: 124074;
}

/*
COPYRIGHT NOTICE
*/
.footer {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

/*
FOOTNOTE
*/
.footnote {
	font-family: "times new roman", times, georgia, serif;
	font-style:italic;
	color: 124074;
}


/*
NAVIGATION BAR, CURRENTLY AT BOTTOM OF EACH PAGE
*/
.navbar {
	font-family: "times new roman", times, georgia, serif;
	font-size: 14px;
}


/*
THESE 2 TAGS ARE TEXT FORMATTING FOR LSP AND ARTWORK MAIN PAGES, DETAIL PAGES
IN FUTURE COULD ALSO BE USED FOR EXHIBITIONS IF SITE IS EXPANDED TO INCLUDE THAT
*/
.artworktitle {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: 124074;
}

.artworkcaption {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

/*
THIS TAG IS TEXT FORMATTING FOR THE INDEX PAGE
*/
.artistnamescallout {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
}


/*
IMAGE LAYOUT
*/
.imgleft {
	margin:10px
	
}

.imgright {
	position: relative; left: 40px; top: 10px
}