@charset "utf-8";
/* CSS Document */
body {
	background:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
#container {
	width: 650px;
	background: #5555;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
}
#headerTop {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-color: #666;
	border-bottom-style: solid;
}
#mainContent {
	background:#5555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#mainContentPortfolio {
	background:#5555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#mainContentTop {
	font-size:16px;
}
#mainContentTopPortfolio {
	padding-left: 10px;
	font-size:16px;
}
#mainContent p {
	margin: 0;
	padding: 6px 0;
}
#mainContentArtists {
	background:#EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContentBio {
	background:#EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#tbl {
	border: 1px solid #666;
}
#bdrrightbottomtop {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
#bdrrightbottomred {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF7979;
	border-bottom-color: #666;
}
#bdrrightbottomorg {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFA953;
	border-bottom-color: #666;
}
#bdrrightbottomyel {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DFDF00;
	border-bottom-color: #666;
}
#bdrrightbottomgre {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0C3;
	border-bottom-color: #666;
}
#bdrrightbottomblu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #09F;
	border-bottom-color: #666;
}
#bdrrightbottomind {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #90C;
	border-bottom-color: #666;
}
#bdrrightgre {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C3;
}
#bdrrightvio {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F;
}
#bdrrightyel {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDF00;
}
#bdrbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	background-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#art {
	border: 1px solid #666;
	background-color:#DDD;
}
#eventstbl {
	border: 1px solid #666;
	background-color: #FFF;
}
#eventsbottomright {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
#eventsright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#artstoretbl {
	border: 1px solid #000;
	background-color:#333;
}
#servicesTbl {
	border: 1px solid #666;
	background-color:#FFF;
}
#servicesTblRB {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
#servicesTblR {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#servicesTblB {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
