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

li{
		
}
body	{
	background-color: #eadc9f;
	background-image: url(../images/leather.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#shell	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	background-image: url(../images/base_bg.png);
	background-repeat: no-repeat;
}

#container	{
	padding-top: 100px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header	{
	height: 106px;
	width: 980px;
	background-image: url(../images/colSpirit.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menu	{
	height: 24px;
	background-color: #a21d21;
	border: 2px solid #a21d21;
}

#content_body	{
	margin-top: 0px;
	background-repeat: repeat-y;
	width:978px;
	margin: auto;
	border: thin solid #9E1E23;
}

#content_border	{
	clear: both;
}

#content_container	{
	padding-top: 3px;
	padding-bottom: 3px;
}

#content_left	{
	float: left;
	width: 160px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	background-color: #114A31;
	border-radius:5px;
	margin-right: 10px;
	margin-left: 10px;
}

#content_left p	{
	margin-top: 6px;
	margin-bottom: 0px;
}

#content_left_about	{
	float: left;
	width: 375px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	margin-right: 10px;
}

#content_right	{
	height: 270px;
	width: 748px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	overflow: auto;
	scrollbar-base-color: #cccccc;
	scrollbar-arrow-color: #9E1E23;
	border: 1px solid #9E1E23;
}

#content_right_about	{
	height: 270px;
	width: 555px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 12px;
	text-align: left;
	scrollbar-base-color: #cccccc;
	scrollbar-arrow-color: #9E1E23;
	overflow-x: hidden;
	border: 1px solid #9E1E23;
	overflow: scroll;
}

#content_right_artists	{
	height: 480px;
	width: 752px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 12px;
	text-align: left;
	overflow: auto;
	scrollbar-base-color: #cccccc;
	scrollbar-arrow-color: #9E1E23;
	overflow-x: hidden;
	border: 1px solid #9E1E23;
}

#featured	{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#featured_artist_info	{
	padding: 7px;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

#featured_boxes	{
	background-color: #ecd78c;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 5px;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #114a31;
}

#textbox	{
	clear: both;
	width: 762px;
}

#textbox_about	{
	clear: both;
	width: 545px;
}

#textbox_top	{
}

#textbox_middle	{
	background-image: url(../images/textbox_middle.png);
	background-repeat: repeat-y;
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

#textbox_middle_about	{
	background-repeat: repeat-y;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	width: 545px;
}

#textbox_bottom	{
	clear: both;
}

#footer	{
	clear: both;
	height: 41px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	width: 980px;
	margin: auto;
	background-color: #9E1E23;
	line-height: 15px;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
#nav li {
	float: left; 
}
	
#nav li a {
	display: block;
	width: 128px;
	padding: 5px;
	background-color: #a21d21;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ecd78c; 
}

#nav li a.end {
	display: block;
	width: 128px;
	padding: 5px;
	background-color: #a21d21;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ecd78c; 
}

#nav li a:hover {
	color: #a21d21;
	background-color: #FFFFFF; 
}

table.featured_content	{
}

table.featured_content	td {
	width:150px;
}

table.featured_content	td.artists{
	border-left: 1px solid #9E1E23;
}

table.featured_content	td.artists img	{
	border: none;
}

table.artist_list th	{
	padding: 5px;
	text-align: center;
}

table.artist_list td	{
	padding: 5px;
	text-align: left;
}

td.artist_info	{
	padding: 3px;
}

td.left	{
	padding: 3px;
	text-align: right;
}

td.right	{
	padding: 3px;
	text-align: left;
}

td.center	{
	padding: 3px;
	text-align: center;
}

a	{
	color:#36C;
}

a:hover	{
	color:#E2D68C;
	text-decoration: none;
}

.green_link	{
	font-size: 14px;
	font-weight: bold;
	color: #114a31;
	text-decoration: none;
}

.red_link	{
	font-size: 12px;
	font-weight: bold;
	color: #a21d21;
	text-decoration: none;
}

.box_link	{
	font-size: 11px;
	font-weight: bold;
	color: #114a31;
	text-decoration: none;
}

.read_more	{
	text-decoration: none;
	font-weight: bold;
	color: #a21d21;
}

.red_plain	{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

.footer_nav	{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #114a31;
}

h1	{
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #a21d21;
}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #9E1E23;
}

p.header_link	{
	margin-top: 2px;
	margin-bottom: 2px;
} 

p.artist_name	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #a21d21;
} 

p.artist_info	{
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 3px solid #a21d21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a21d21;
	font-style: italic;
	padding-right: 10px;
} 

p.bod	{
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 3px solid #a21d21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #a21d21;
} 

p.bod_name	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #a21d21;
} 

p.bod_info	{
	margin-top: 0px;
}

p.description	{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a21d21;
} 

p.green	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	text-transform: uppercase;
	color: #114a31;
}

div.artist_pic	{
	float: left;
	width: 186px;
	padding-right: 3px;
	z-index: auto;
}

img.artist_pic	{
	margin: 3px;
	margin-right:20px;
}

img.donate	{
	margin-left: 10px;
}

label	{
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

/*============= Stuff I Added ================*/

#topStuff{
	width:980px;
	height:83px;
	background-position:left;
}

#textbox_top{
	background-color:#a21d21;
	width:742px;
	height:15px;
}

