/* CSS Document Colors
Green #777D02
Orange #973100
Cream	#EADFC8
Gold  #CC9933
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#333333;
	line-height: 16px;		
}

.boldText{font-weight:bold;}

h1{font-size:16px; line-height:20px;}/*Artist Name*/
h2{font-size:12px; line-height:18px;}/*Painting Title Etc*/
h3{font-family:"Times New Roman", Times, serif; font-size:16px; text-transform:uppercase; margin-bottom:10px;}
h4{}
/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#wrapper{
	position:relative;
	width:800px;
	border:2px solid #000000;
	margin:20px auto;
	background-color: #FFFFFF;
	text-align:center;
}
#clearit{clear:both;}
a{color:#333333; text-decoration:none; font-weight:bold;}
a:hover{color:#000000; text-decoration:underline;}

#col{width:253px; margin:10px 0 10px 10px; float:left;}
	.colHeader{background-color:#333333; color:#FFFFFF; padding:3px; font-weight:bold; font-size:12px;}
	.colText{padding:5px; text-align:left;}
	
#separator{background-color:#333333; color:#FFFFFF; width:780px; margin:10px; font-weight:bold; font-size:12px; padding:3px 0;}
/***********************************************/
/*            LOGOS                            */
/***********************************************/

