@charset "utf-8";
/* ------------------------------------------
    Title: Stylesheet for David Irwin Design website - www.davidirwindesign.co.nz
    Arthor: Rebecca L. Dai | bocapa.com 
--------------------------------------------------*/


html { 				
                height: 100%; 
				margin:0px; }

body {
				background:#0a0500;
                margin: 0px;
				
    
}
	
body, p, td, ul, div {
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color: #AFAEAB; /*OFF-GREY*/

}


/* Page Structure
------------------------------------------------------------- */
#container{
    position: relative;
    width: 881px;   
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
    text-align: left;
	background-color:#0a0500;
	background-image:url(images/body-bg.jpg);
	background-repeat: no-repeat;
	border:0px;
}

#header {
	position:relative;
	height: 159px;
	width:881px;
	text-align:center;		
				
}

#header-logo {
	position:absolute;
	top:30px;
	left:170px;
	border:0px;
	text-align:center;
}

#body{
	position:relative;
	height:772px;
}

#company-logo{
	position:relative;
	width:188px;
	height:176px;
	top:70px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#photo-thumbs{
	position:relative;
	top:20px;
	margin-left:200px;
	margin-right:190px;
}

#commission-style{
	position:relative;
	top:40px;
	margin-left:200px;
	margin-right:190px;
}
#footer {
	position: relative;
	padding:10px 0px 0px 0px;

}


/* Links
------------------------------------------------------------ */
a:link, a:visited  {	
				color:#B4962C;
				text-decoration:underline; 
}
				
a:hover {		
				color: #AFAEAB;
				text-decoration:none; 
}


.aThumbnail:link, .aThumbnail:visited  {
				color:#B4962C;
				text-decoration:underline;
}
	

.aThumbnail:hover {
	text-decoration:none;
	color: #AFAEAB;
}
	

	
/*		TEXTS
------------------------------------------------------------ */
	
h1 {
	margin: auto;
	font-size:14px;
	font-weight:bold;
	color:#B4962C;	
	text-align:center;
					
}

h2 {
	position:absolute;
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDFDFD;
	font-weight:normal;
	text-align:center;
	top: 90px;
	left:110px;
	letter-spacing: 0.03em;
}


h3 {  
	color: #B4962C;
	font-size:12px;
	font-weight:normal;
	position:relative;	
	text-align:center;
	margin:auto;
}

h4 {  
	color: #B4962C;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin:auto;
	padding-top:3px;
	padding-bottom:3px;

}
	 
#body p{
	position:relative;	
	text-align:center;
	padding: 90px 200px 20px 200px;
	line-height:1.4em;
}
	 



#footer p{
				font-size:12px;
				color:#B4962C;
				text-align: center;

}


/*  images
------------------------------------------------------------ */	 
.thumbnails{
				border: 3px solid #FEFEFE;
				margin-right:3px;
}

.slideshow {
				border: 3px double #8c7131;
				margin-left: 10px;
				float: right;
				color:#351911;
				font: normal 10px  Arial, Helvetica, sans-serif;
}	
