/* blue = #33669b; */
* {
	margin: 0;
	padding: 0;
}
HTML, BODY {
	height: 100%;
}
BODY {
	background-color: #DFDFDF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image : url(images/background.gif);
	background-repeat : repeat-x;
	text-align: center;
	background-attachment : fixed;
}

DIV#container {
	width: 800px;
	border-left: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #999999;
	background-image : url(images/page_background.gif);
	background-repeat : repeat-y;
	min-height: 100%;
	position: relative;
}

DIV#lowercontainer {
}

#footer, #MIcredit {
	position: absolute;
	bottom: 0;
}
#footer {
	width: 607px;
}
#secondNav {
	position: absolute;
	bottom: 5em;
}


DIV#header{
	width:733px;
	_width: 800px;
	padding : 18px 35px 30px 32px;
	background-color: #666666;
	border-bottom: 1px solid White;
}
DIV#header H1 {
	color: White;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 0.2em;
}
DIV#header H2 {
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
}

DIV#nav { /* , DIV#MIcredit  */
	float: left;
}
DIV#nav {
	padding-top: 76px;
	padding-left: 35px;
	width: 125px;
	_width: 155px;
}

A.navmajor:link, A.navmajor:active, A.navmajor:visited, .major  { 
	text-decoration: none ; 
	color: #33669b;
	font-size: 1.5em; /* was 1.2 */
	font-weight: bold;
}
A.navmajor:hover   { 
	text-decoration: underline ; 
	color: Black;
}
A.navminor:link, A.navminor:active, A.navminor:visited  {
	text-decoration: none ;
	color: White;
	font-size: 1.1em; /* was 0.9 */
}
A.navminor:hover   { 
	text-decoration: underline ; 
	color: Black;
}

DIV#pageblock, DIV#footer {
	margin-left: 155px;
	border-left: 1px solid White;
}

DIV#dropdowns {
	padding: 8px 29px 8px 29px;
	background-color: #cccccc;
	border-bottom: 1px solid White;
}

SELECT {
	width: 147px;
	font-size: 0.8em;
}

DIV#content {
	padding: 35px;
	line-height: 200%;
}

DIV#content2 {
	padding: 35px;
	padding-top: 5px;
	line-height: 200%;
}

DIV#az {
	color: Black;
	letter-spacing : 5px;
	margin-bottom: 8px;
	font-weight: bold;
}

DIV#az A:link, DIV#az A:active, DIV#az A:visited { 
	text-decoration: none ; 
	color: Black; 
	font-weight: bold;
}
DIV#az A:hover { 
	text-decoration: none ; 
	color: #33669b;
}

DIV#az A#activeAZ:link, DIV#az A#activeAZ:active, DIV#az A#activeAZ:visited { 
	text-decoration: none ; 
	color: #33669b; 
	font-weight: bold;
}
DIV#az A#activeAZ:hover { 
	text-decoration: none ; 
	color: Black;
}

DIV#content H1, DIV#content2 H1 {
	color: White;
	font-size: 1.5em; /* was 1em */
	font-weight: normal;
}

DIV#copy {
	width: 360px;
	min-height: 400px;
}

DIV#copyWide {
	/*width: 530px;*/
	width: 570px;
}

DIV#displaycol {
	float: right;
	width: 182px;
}
DIV#displaycol IMG {
	margin-bottom: 25px;
}

DIV.displayimg {
	/*float: right;
	width: 182px;*/
	margin-bottom: 1em;
	margin-top: 1em;
}
DIV.displayimg IMG {
	
}

DIV#MIcredit {
	clear: both;
	width: 139px;
	_width: 155px;
	padding-left: 35px;
}
DIV#MIcredit, DIV#footer {
	background-color: #cccccc;
	padding: 8px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: #676767;
}
DIV#footer {
	padding-left: 29px;
}

#footer, #MIcredit {
	position: absolute;
	bottom: 0;
}
#footer {
	width: 607px;
	_width: 645px;
}
#secondNav {
	position: absolute;
	bottom: 5em;
}

DIV#MIcredit A:link, DIV#MIcredit A:active, DIV#MIcredit A:visited  { 
	text-decoration: none ; 
	color: #676767; 
	font-size: 0.7em;
}
DIV#MIcredit A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

DIV#footer A:link, DIV#footer A:active, DIV#footer A:visited  { 
	text-decoration: none ; 
	color: #676767; 
}
DIV#footer A:hover   { 
	text-decoration: underline ; 
	color: Black;
}
DIV#secondNav {
	padding-left: 35px;
	width: 155px;
	/* position: relative; */
	/* top: -135px; */
	background-color: transparent;
}
.whiteborder {
	border: 1px solid white;
}
.whiteborderpad {
	border: 1px solid white;
	/*margin-left: 20px;*/
}
.blackborder {
	border: 1px solid black;
}

.gorightpad {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

P, TABLE {
	margin-bottom: 1em;
}

TD {
	vertical-align: top;
	/*font-size: 0.75em;*/
}

A.nav:link, A.nav:active, A.nav:visited  { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.nav:hover   { 
	text-decoration: none ; 
	color: White;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: #33669b; 
}
A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

DIV#others {
	margin-bottom: 1em;
	color: White;
}

DIV#others A:link, DIV#others A:active, DIV#others A:visited { 
	text-decoration: none ; 
	color: White; 
	font-weight: bold;
}
DIV#others A:hover { 
	text-decoration: underline ; 
	color: Silver;
}

TABLE#artistList {
	margin-bottom: 1.5em;
	border-collapse : collapse;
	width: 100%;
}

TABLE#artistList TD A {
	font-size: 1.3em;
	text-decoration: none ; 
	color: White;
}

TABLE#artistList TD A:hover {
	text-decoration: underline ; 
	color: Black;
}

H1 A:link, H1 A:visited, H1 A:focus, H1 A:active {
	font-size: 1em;
	text-decoration: none ; 
	color: White;
}
H1 A:hover {
	font-size: 1em;
	text-decoration: underline ; 
	color: Black;
}

.price, .artistlabel {
	font-weight: bold;
}

.SOLD {
	font-weight: bold;
	color: Yellow;
}

LI {
	margin-left: 3em;
}

OL {
	margin-bottom: 1em;
}

.parts {
	font-style: italic;
}

.todo {
	background-color: #FFDEAD;
}

.artLeftpad, .artRightpad {
	width: 252px;
	margin-right: 20px;
	margin-bottom: 1em;
	text-align: center;
	line-height: 200%;
}

.artCenterpad {
	width: 252px;
	margin-right: 20px;
	margin-bottom: 1em;
	text-align: center;
}

.artFloatRightpad {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 1em;
	text-align: center;
}