/* background color should be maroon and font should be white (for dark blue background use #003 & for deep red use #600)*/

#allcontent {
	width:			900px;
	padding:		5px 0px 5px 0px;
	margin-left:		auto;
	margin-right		auto;
	}

body {
	font: 			120%/1.4em Verdana, Geneva, sans-serif;
	
	background-color: 	#999;
	color:			#600;
	
	}

/* the logo and the menu navigation should be aligned with a right justification */

.logo {
	margin-right:		785px;
	padding-top:		25px
	}
	
.nav {
	font-size:		90%;
	line-height:		1.05em;
	text-align:		right;
	
	margin-right:		720px;
	}
	
.nav a:link {
	color:		#faf0e6;
	}
	
.nav a:visited {
	color:		#3d9595;
	}
	
.nav a:hover {
	color:		#ab6327;
	}
	
#collage {
	margin-right:		175px;
	
	float:			right;
	}
	
/* this rule controls the bio info on the "artist info" page */
#bio{
	background:		#800000;
	
	font-size:		80%;
	text-align:		justify;
	width:			550px;
	padding:		10px;
	margin:			0px 100px 50px 0px;
	
	border:			double thick #faf0e6;
	
	float:			right;
	}
	
h3 {
	text-align:		right;
	
	margin-right:		720px;
	margin-bottom:		0px;
	}
	
#links {
	font-size:		80%;
	text-align:		right;
	
	margin-right:		720px;
	margin-top:		0px;
	}
	
#links a:link {
	font-size:		70%;
	color:			#faf0e6;
	}
	
#links a:visited {
	font-size:		70%;
	color:			#3d9595;
	}
	
#links a:hover {
	font-size:		80%;
	color:			#ab6327;
	}
	
.name {
	font-weight:		bold;
	}
	
/* subhead refers to the vertical label beside the thumbnails to denote acrylic vs encaustic */
.subhead {
	position:		absolute;
	top:			220px;
	right:			140px;
	}
	
.thumbs {
	margin-right:		275px;
	
	padding-bottom:		50px;
	float:			right;
	}
	
/*these "info" rules control the table on the "artwork detail" page */
#info {
	margin:			0px 150px 50px 0px;
	
	border:			double thick #faf0e6;
	border-collapse:	collapse;
	
	float:			right;
	}
	
#info td, th {
	border:			solid thin #faf0e6;
	padding:		5px;
	}
	
/* .large refers to the pages that open when the thumbnails are clicked */
.large {
	margin-right:		175px;
	
	padding-bottom:		50px;
	
	float:			right;
	}
	
/* these footer rules should make a footer with and off white background and maroon text
	visited becomes teal and hover is a rust color */
#footer p {
	background:		#999;
	
	font-size:		small;
	color:			#600;
	
	line-height:		1.2em;
	text-align:		center;
	
	clear:			right;
	
	padding:		5px 0px 15px 0px;
	}

#footer a:link {
	color:			#600;
	}
	
#footer a:visited {
	color:			#3d9595;
	}
	
#footer a:hover {
	color:			#ab6327;
	}

	