
/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% lucida grande, georgia, sans-serif;
	text-align:justify;
	color: #292A28; 
	background: #A9B2A9 url(images/bg_gradient_01.jpg) repeat-x top left; 
	margin: 0; 
	padding: 0;
	}
	
p { 
	margin-top: 0; 
	margin-left: 0px;
	}
	
.heading1 {	
    font-size:16px;
	color: #1E4C2F;
	font-weight:normal;
	border-bottom:thin dotted #ffffff;
	}
	
.heading2 { 
	font: 14px;
	color: #16301E;
	}
	
.mainBody {
	font: 12px;
	color: #16301E;
	text-align:justify;
	line-height: 19px;
	}

	
a:link { 
	text-decoration: none; 
	color: #115328;
	}
	
a:visited { 
	text-decoration: none; 
	color: #115328;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #287D45;
	}

ul {
	font-size: 10px;
	line-height: 2em;
	font-weight: normal;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 10px;
}	

.containerHome { 
	background: url(images/bg_homepage.jpg) repeat top left; 
	width: 880px;
	height: 690px;  
	margin: 0; 
	}

.containerPages { 
	background: url(images/bg_homepage.jpg) repeat top left; 
	width: 910px; 
	margin: 0; 
	}
	
.homepageNarrowImage {

	text-align: center;
	margin: 14px 10px 14px 14px;
	}	
	
.artistBg {
	background-image: url(images/artist_printmaker_backgroun.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}	

.forthcomingBg {
	background-image: url(images/forthcoming_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}		
 
.projectManagerBg {
	background-image: url(images/project_manager_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}		 

.publicArtBg {
	background-image: url(images/public_work_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}			

.homepageBg {
	background-image: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}		

.contacBg {
	background-image: url(images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:10px;
	}		
	 
.thumbnailBlock {
	background-color:#FFFFFF;
	width:300px;
	height:120px;
	margin: 10px 10px 10px 10px;
    float:left;
	position:relative;
	display:table-row;
	font-size: 11px;
	}
	
.thumbnailBlockForthcoming {
	background-color:#FFFFFF;
	width:600px;
	height:110px;
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	}
	
		
.paddingLeft {
	padding-left:10px;
	}
.paddingTop {
	padding-top:10px;
	}

.homepageHeader {
	margin-bottom: 10px;
}


#footer { 
    color: #ffffff;
	font-size:9px;
    width: 910px; 
	height: 20px; 
	text-align: left; 
	padding: 6px 0 0 10px;
	background-color: #254C37;
	
	}

