@charset "utf-8";

  /*==================================*/
 /* css 2.0 document for dextr.co.uk */
/*==================================*/

body {

	font-family: "Cambria", Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	
	background-color: #CBE3A9;
	background-image: url(images/gradient_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	margin: 0px;
}

* {

	padding: 0px;
	margin: 0px auto;
}

p {

	margin-bottom: 3px;
	line-height: 22px;
}

	p.smallText {
	
		font-size: 10pt;
	}

a img {

	border: none;
}

	p a:link, p a:visited, p a:active {
	
		color: #ABD6E7;
		text-decoration: none;
		
		padding: 1px;
		padding-left: 2px;
		padding-right: 2px;
		
		border-bottom: 1px dotted #ABD6E7;
	}
	
		p.smallText a:link, p.smallText a:visited, p.smallText a:active {
		
			color: #333333;
			text-decoration: none;
			
			padding: 1px;
			padding-left: 2px;
			padding-right: 2px;
			
			border-bottom: 1px dotted #333333;
		}
	
	p a:hover, p.smallText a:hover {
	
		color: #333333;
		
		background-image: url(images/gradient_link.gif);
		background-repeat: repeat-x;
		background-color: #F89F2B;
		border-bottom: 1px solid #F89F2B;
	}

#container {

	position: absolute;
	
	left: 50%;
	top: 50px;
	
	width: 800px;
	height: 660px;
	
	margin-left: -400px;
}

	#content {
	
		position: relative;
	}
	
		#content_main {
		
			position: absolute;
			
			left: 10px;
			top: 10px;
			
			width: 500px;
			height: 590px;
			
			background-image: url(images/content_main_bg.png);
			background-repeat: no-repeat;
		}
		
			#content_main p {
			
				color: #FFFFFF;
			}
		
			#main_logo {
			
				position: absolute;
			
				right: 20px;
				top: 20px;
			}
			
			#main_copy {
			
				position: absolute;
				
				width: 440px;
				height: 450px;
				
				top: 110px;
				left: 30px;
			}
		
		#content_contact {
		
			position: absolute;
			
			left: 510px;
			top: 10px;
			
			width: 280px;
			height: 170px;
			
			background-image: url(images/content_contact_bg.png);
			background-repeat: no-repeat;
		}
		
		#content_portfolio {
		
			position: absolute;
			
			left: 510px;
			top: 180px;
			
			width: 280px;
			height: 170px;
			
			background-image: url(images/content_folio_bg.png);
			background-repeat: no-repeat;
		}
		
		#content_photography {
		
			position: absolute;
			
			left: 510px;
			top: 350px;
			
			width: 280px;
			height: 170px;
			
			background-image: url(images/content_photo_bg.png);
			background-repeat: no-repeat;
		}
		
			div.pullout_copy {
			
				position: absolute;
				
				left: 20px;
				top: 50px;
				
				width: 240px;
				height: 90px;
				
				color: #FFFFFF;
			}
		
		#content_footer {
		
			position: absolute;
			
			left: 520px;
			top: 550px;
			
			width: 260px;
			height: 40px;
			
			text-align: right;
			
			color: #333333;
		}
