@charset "UTF-8";



/* left paintings navigation links ---------------------------- */

#leftcol #paintNav ul {
				color: #fff;
				font-family: "Lucida Grande", Tahoma, sans-serif;
				line-height: 2.2em;
				list-style-type: none;
}

#leftcol #paintNav a:link, #leftcol #paintNav a:visited {
				color: #DB5633;
				text-decoration: none;
}

#leftcol #paintNav a:hover {
				color: #a0a0a0;
				text-decoration: none;
				border-bottom: 1px dotted #666;
}





/* mainContent ------------------------------------ */

#mainContent td { padding-bottom: 25px; }


