@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e9d4b6;
	}	

/* The main_wrapper div holds all other elements and centers the page in the browser */

#main_wrapper {
	width:940px;
	margin:10px auto;	
	}
	
/* the following styles the left_rail div which holds the menu on the left side of the page*/

#left_rail {
	width:200px;
	float:left;
	}
	
#logo {
	width:200px;
	clear:both;
	}
	
/* the following styles the left_rail_menu */

#menu_wrapper {
	width:170px;
	margin-top:20px;
	border-top:solid 1px #a58f71;
	border-right:solid 1px #a58f71;
	float:right;
	}
	
#menu_wrapper a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a58f71;
	text-decoration:none;
	}
	
#menu_wrapper a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a58f71;
	text-decoration:none;

	}
	
#menu_wrapper a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;
	}
	
#menu_wrapper a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;

	}
	
/* the following styles the left_rail_sub_menu which is only visisble in the artist section */


#sub_menu_wrapper {
	display:none;
	}


body#artists #sub_menu_wrapper {
	display:inherit;
	width:170px;
	float:right;
	}
	
#sub_menu_wrapper a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#sub_menu_wrapper a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;

	}
	
#sub_menu_wrapper a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;
	}
	
#sub_menu_wrapper a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;

	}
	
/* content_wrapper holds the content elements to right of the left_rail */

#content_wrapper {
	width:700px;
	float:right;
	padding-left:40px;
	}
	
/* address_bar holds the address information at the top of the page and shoud be included on every page */

#address_bar {
	width:700px;
	padding-top:108px;
	padding-bottom:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#a58f71;
	clear:both;
	}
	
#address_bar a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#a58f71;
	text-decoration:none;
	}
	
#address_bar a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#a58f71;
	text-decoration:none;
	}
	
#address_bar a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;
	}	
	
#address_bar a:active; {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e44145;
	text-decoration:none;
	}	
	
/* the following styles the content area for the home page */

#home_content {
	width:700px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:25px;
	color:#e44145;
	text-align:justify;
	}
	
/* the following styles the tiles that are used on the home page and the artist_index page */

#tile {
	width:154px;
	background-color:#e9d4b6;
	margin-right:24px;
	margin-top:12px;
	margin-left:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	float:left;
	clear:none;
	}
	
#tile img {
	width:134px;
	height:134px;
	margin:10px 0px;
	border:1px solid #ffffff;
	}
	
#tile a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	}
	
	
#tile a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	}
	

#tile a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#e44145;
	text-decoration:none;
	}
	
#tile a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#e44145;
	text-decoration:none;
	}
	
#tile_right {
	width:154px;
	background-color:#e9d4b6;
	margin-right:12px;
	margin-top:12px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	float:right;
	}
	
#tile_right img {
	width:134px;
	height:134px;
	margin:10px 0px;
	border:1px solid #ffffff;
	}
	
#tile_right a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	}
	
	
#tile_right a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	}
	

#tile_right a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#e44145;
	text-decoration:none;
	}
	
#tile_right a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#e44145;
	text-decoration:none;
	}
	
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e44145;
	}

/* the following styles the content on the indiviual artist pages */

#artist_portrait {
	display:none;
	width:320px;
	height:320px;
	float:left;
	border:1px solid #FFFFFF;
	margin-bottom:20px;
	}
	
#text_wrapper {
	width:320px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:25px;
	color:#a58f71;
	float:left;	
	}
	
#text_wrapper h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	line-height:25px;
	color:#e44145;}
	
#thumbnail_wrapper {
	width:360px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e44145;
	}
	
#thumbnail_wrapper img {
	width:60px;
	height:60px;
	margin:5px;
	}
	
#thumbnail_wrapper a:link img {
	border: 1px solid #ffffff;
	}
	
#thumbnail_wrapper a:visited img {
	border: 1px solid #ffffff;
	}
	
#thumbnail_wrapper a:hover img {
	border: 1px solid #e44145;
	}
	
#thumbnail_wrapper a:active img {
	border: 1px solid #e44145;
	}
	

	




	



	
