/* CSS for three column layout with absolutely positioned side columns and header */
/* from the book Stylin' by Charles Wyke-Smith publsihed by New Riders */
body {margin:0; padding:0; font: 1.0em verdana, arial, sans-serif; }
/* table { border-bottom: 1px dotted gray; border-left: 1px dotted gray; margin-bottom: 5px;}
td { padding: 11px 20px 20px 11px; border-top: 1px dotted gray; border-right: 1px dotted gray; }
table.home {border: none;}
td.home {border: none;}
td.status {color: #f00;}
td.status a {color:#f00;} */

red {color: #f00;}

table { width: 100%; margin-top: 15px; maring-bottom: 5px;}
td { width:20%; padding: 11px 20px 20px 11px;}
table. {border: none;}
td. {border: none;}
td.status {color: #f00;}
td.status a {color:#f00;}

smaller {font-size:smaller;}

div#header {position: absolute; left: 0; top: 0; height:45px; width: 1125px; }
 /*styles for header - text-align aligns graphic */
div#header img {margin-left: 0px;}
#logo {position: absolute; left: 0; top:0; width: 325px; height: 120px;}
#strip {position: absolute; left: 325px; top:0; width: 800px; height: 120px;}

div#nav {position:absolute; left:0px; top:100px; width:150px; padding:0; margin:22px 0 15px 0;}			
div#nav ul {border:0; margin:12px 1.25em 12px 1.25em; padding:0; list-style-type:none; font-weight:bold; font-size:.75em;}
div#nav li {border-bottom:2px solid #666666; margin:0; padding:.3em 0; text-indent:.5em}
div#nav li:first-child {border-top:2px solid #666666;}
div#nav a {text-decoration:none; color:#333333;}
div#nav a:hover {color: #999999;}
/* a hack for IE Win only \*/	
* html div#nav ul {border-top:2px solid #666666;}
/*end of hack */
div#content {position: absolute; left:170px; top:135px; width: 940px;}

div#content h1{font-size:1.4em; font-variant:small-caps; margin-top:.75em; font-family: verdana, arial, sans-serif;}
div#content p {font-size: 1em; margin-top:0; margin-bottom:1em; margin-left: 1em;}	
div#content td {font-size:.8em;}

div#contenthome {position: absolute; left:170px; top:135px; width: 900px;}

div#contenthome h1{font-size:1.4em; font-variant:small-caps; margin-top:.75em; font-family: verdana, arial, sans-serif;}
div#contenthome p {font-size:.8em; margin-top:0; margin-bottom:.5em; margin-left: 1em;}	
div#contenthome td {font-size:.8em;}
div#contenthome a {text-decoration:none;}
div#contenthome a:hover {color: #999999;}

div#rightcolumn {position:absolute; width:115px; top:212px; left:15px; margin:22px 0px 15px 0; padding:.3em; border:2px solid #666666;}
div#rightcolumn ul {margin-top:.25em; margin-bottom:.25em; list-style-type:none; padding:0;}
div#rightcolumn li {margin-bottom:.5em; font-size:.75em;}			
div#rightcolumn p {font-size:.5em;}

div#footer {		margin-top:10px;
					width:100%;  /* makes the div fill its container - usually body */
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.75em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:#fff; /* sets the background color of the div */
					border-top:1px solid #999999; 
					}
 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:white; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#666666; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer ul.fineprint li {color:#000;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li {border-left:0;} /* removes the left border of the list items - IDWIMIE */

 
 #artgrid img {padding: 0px; margin-bottom: 0px; border: 1px solid #000000;}
 
 div#artimage {width:940px; padding:0px;}
div#artimage img {padding:0px; margin-bottom: 0px; border:5px solid #000000;}

