
#id_ampty_link {
	}
#id_ampty_link a { 
	background-color: transparent;
	text-decoration: none;
	}
#id_ampty_link a:hover {
	background-color: transparent;
	text-decoration: none;
	}
#id_sm_paint /* nav for the small paintings */ {
	background-color: transparent;
	width: 424px; max-width: 424px;
	max-height: 235px;
	float: right;
	overflow: scroll;
	clip: rect(auto auto auto auto);
	}
#id_email_me /* this id is for the cell in contact pages */{
	background-color: transparent;
	color: black;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: bottom;
	}
#id_email_me a { 
	color: #666;
	text-decoration: none;
	}
#id_email_me a:hover {
	color: white;
	text-decoration: none;
	background-color: red;
	}

#painting_box /* nav for the paintings */ {
	display: block;
	background-color: transparent;
	width: 435px;
	height: 510px;
	max-width: 435px;
	max-height: 510px;
	overflow: scroll;
	clip: rect(auto auto auto auto);
	padding: 15px 0;
	vertical-align: middle;
	}

/*hover MUST come after a:link and a:visited*/
a:link /*unvisited link */ {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}
a:visited /*visited link */ {
	color: #39c;
	font-family: Arial, Helvetica, sans-serif;
	}
a:active /*selected link */ {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover /*mouse over link */ {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: red;
	}
	
/*the secound nav*/
.s_nav /*secound nav link */    {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}
.s_nav a /*unvisited link */   {
	padding: 0 4px;
	height: 45px;
	color: black;
	display: block;
	background-color: transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-decoration: none;
	}
.s_nav a:hover /*mouse over link */  {
	padding: 0 4px;
	height: 45px;
	color: white;
	display: block;
	background-color: transparent;
	background-image: url("images/1px_red.png");
	background-repeat: repeat;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	}
/*end of secound nav*/

.text {
	color: black;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	}
.white_text {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.list_text {
	color: black;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	}
.small_title {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.td_text_b_bottom  {
	text-align: left;
	color: black;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: thin solid silver;
	}
.td_right_border {
	height: 100%;/* 600px */
	width: 551px;
	border-right: 1px solid silver;
	}
body {
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	}
iframe  {
	background-color: transparent;
	text-align: center;
	}
.drop_caps  {
	color: #666666;
	font-size: 2.7em;
	line-height: -2;
	font-stretch: condensed;
	padding: 1px;
	position: relative;
	right: 0.1em;
	bottom: 0.1em;
	float: left;
	}
