@charset "utf-8";

  <style>

  /* 

		CSS Document
		
		HDC UK common css 
		
		Author:  Andrew Plested
		Version: 1.6a
		Date:    13th July 2007
		Latest:	 13th July 2007
   
    Free for use, copy and paste!
   
  */	
	
	/* Main CSS layout */
	
	
	html {}
	
	
	body {
			background:#ffffff;
			border:none;
			margin:0px;
			padding:0px;
			height:100%;
			width:100%;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			}
	
	
	img { 
			border:none;
			margin:0px;
			padding:0px;
			}
	 
	
	a { 
			text-decoration:none;
			}
	
	
	a:link {}
	
	
	a:visited {}
	
	
	a:hover {
			text-decoration:underline;
			}
	
	
	a:active {}
	
	/* Main CSS layout End */
	
	
	/* Content Body - size, shape and position */
	
	#contentBody {
			position: relative;
			height: 630px;
			width:750px;
			margin: 0px auto 0px auto;
			padding: 0px auto 0px auto;
			background-color:#ffffff;
			z-index: 0;
			}
	
	/* Content Body - size, shape and position. End*/
	
	
	
	/* Content of Page */
	
	#buttons {
			position: relative;
			padding-top: 10px;
			font-size: 12px;
			text-align: right;
			font-family:Arial, Helvetica, sans-serif;
			z-index: 3;
			}
			
			.home_button {
					position: relative;
					right: 45px;
					color: #999999;
					z-index: 3;
					}
			
			.portfolio_button {
					position: relative;
					right: 20px;
					color: #999999;
					z-index: 3;
					}
					
			.contact_button {
					position: relative;
					right: 0px;
					color: #999999;
					z-index: 3;
					}
	
	.portfolio_image {
			position: relative;
			font-size: 12px;
			text-align: right;
			right: 118px;
			color: #999999;
			z-index: 3;
			}
	
	#main_image {
			position: relative;
			padding-top: 20px;
			margin-top: 20px;
			z-index: 3;
			}
			
	#contact_image {
			position:relative;
			margin-top: 130px;
			z-index: 2;
			}
					
	#image_description {
			position: absolute;
			top: 0px;
			padding-top: 90px;
			margin-top: 90px;
			left: 0px;
			padding-left: 190px;
			margin-left: 190px;
			width: 340px;
			height: auto;
			text-align: left;
			z-index: 3;
			}		
			
	#claire_holmes {
			position: relative;
			padding-top: 150px;
			padding-right: 1px;
			margin-top: 150px;
			margin-right: 1px;
			z-index: 4;
			}
	
	#contact_content {
			position: relative;
			width: 300px;
			margin-top: 40px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px, auto, 0px, auto;
			z-index: 3;
			}
			
	.contact_text {
			color: #999999;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			}

	.portfolio_table {
			position: relative;
			margin: 50px auto 0px auto;
			padding: 50px auto 0px auto;
			z-index: 3;
			}


	.claire_copyright {
			position: absolute;
			bottom: 0px;
			padding-bottom: 5px;
			margin-bottom: 5px;
			left: 0px;
			font-size: 11px;
			z-index: 3;
			}
	
	#hdcuk_logo {
			position: absolute;
			bottom: 0px;
			padding-bottom: 3px;
			margin-bottom: 3px;
			right: 63px;
			z-index: 3;
			}
	
	.hdcuk_copyright {
			position: absolute;
			bottom: 0px;
			border-bottom: 5px;
			margin-bottom: 5px;
			right: 0px;
			font-size: 11px;
			z-index: 3;
			}		
		
	/* Content of Page End */
	

	
	/* Modifiers */			
			
	/* Modifiers End */
  
  </style>
