/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : Portfolio Layout
Author : Richard Carpenter 
URL : www.hv-designs.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#000;
	font-size: 16px;
	color: #7e7e7e;
}

.latest_img {
	
	margin-left: 12px;
}

.img {
	
	margin-left: 12px;
}

.title_color1 {color: #ffffff}
.title_color2 {color: #0390c5}

#latest_work {
	float: left;
	width: 570px;
	margin-top: 20px;
}

#content {
	width: 770px;
	margin: auto;
}

#latest_work_title {
	float: left;
	font-size: 18px;
}

#head {
	width: 730px;
	height: 90px;
	background-image: url(images/head.png);
	background-color: #000;
}


#images {
	width: 764px;
	float: left;
	background-color: #000;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

#text{
	text-align: center;
	width: 764px;		
	background-color: #000;
	
	margin: auto;
	line-height: 20px;
	
}

#text p{

}

#div{
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}