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

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

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

*{
	padding:0;
	margin:0;
}

.latest_img {
	height: 146px;
	width: 146px;
	margin-left: 2px;
}

.img {
	width: 924px;
	margin-right: 4px;
	margin-left: 4px;


}

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

#latest_work {
	width: 924px;
	float: left;
}

#content {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#latest_work_title {
	float: left;
	width: 146px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../therapist/images/top_menu_t_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#images {
	float: left;
	width: 924px;
}

#text{
	width: 932px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	padding: 0px;
}

#text p{

}

#div{
	width: 924px;
	float: left;
	background-color: #2d2d2d;
	padding: 0px;
}

#titleBox {
	height: 40px;
	width: 924px;
	clear: both;
}

#textBox {
	font-size: 10px;
	text-decoration: none;
	background-image: url(../image/top_menu_t_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 40px;
	width: 146px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;
	line-height: 4.2em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
}
#textBox a{
	text-decoration: none;
	color: #333;
}

#textBox a:hover{
	color: #F60;
	text-decoration: none;
}

