.right{
float: right;
}

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border-top: 5px solid #f5979c;
margin:0;
padding:0;
background: url('../images/bg_body.jpg') top left repeat-x;
background-color: #fde7e5;
text
}

h1{
color:#333333;
}

#header{
background: url('../images/bg_header.jpg') top left no-repeat;
height: 260px;
width: 1000px;
margin: 0 auto;
}

	#head_info{
	float: right;
	width: 500px;
	text-align: right;
	/* margin when telephone number is added - margin-top:186px; */
	margin-top:147px;
	padding-right: 20px;
	color: #979797;
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	#head_info a{
			color: #979797;
			text-decoration: none;
			}
				#head_info a:hover{
				text-decoration: underline;
				}
	#head_info span{
	font-size: 1.9em;
	}
	
#content_container{
background: url('../images/half_tone_logo.jpg') bottom left no-repeat;
background-color: #f3f2ed;
background-color: #fff;
padding-bottom:  30px;
border: 1px solid #c8c8c8;
margin: 0 auto;
width: 940px;
padding: 20px;

}

	#navi{
	width: 170px;	
	float: left;
	padding: 0px;
	font-size: 0.9em;
	margin: 0 30px 0 0px ;
	}
	
	#navi #nav_menu{
	margin-bottom: 30px;
	}

	#navi #nav_menu ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	font-weight: 400;
	border: 1px solid #ffc4c4;
	}

		#navi #nav_menu ul li{
		margin:0;
		padding: 0;	
		}
			#navi #nav_menu ul li a{
				height: 15px;
			color: #666666;
			text-decoration: none;
			display: block;
			padding: 8px 0 8px 15px;			
			background-color: #FDE8E7;
			background: url('../images/bg_nav_link.jpg') bottom left repeat-x;
			background-color: #FDE8E7;
			}
				
				#navi #nav_menu ul li a:hover{
				padding: 8px 0 8px 15px;
				background: url('../images/bg_nav_link.jpg') bottom left repeat-x;
				background-color: #FFEFEF;
				}
	
	
	
	#content{
	width: 670px;
	float: left;
	}
		#content img{
		padding-bottom: 7px; 
		margin-right: 19px;	
		background: url('../images/image_shadow.jpg') bottom left no-repeat;
		}
		
		#content img.none{
		padding-bottom: 0px; 
		margin-right: 19px;	
		background: url('../ximages/image_shadow.jpg') bottom left no-repeat;
		}
		
		#content h1{
		color: #f56068;
		font-weight: 400;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 2em;
		margin: 0;
		padding: 20px 0 0 0;
		}
		
		#content h2{
		color: #808080;
		font-weight: 700;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		}
		#content h3{
		color: #808080;
		font-weight: 700;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin: 50px 0 5px 0;
		border-bottom: 1px solid #FBC1BF;
		padding: 0;
		}
		
		#content ul{
		font-size: 0.8em;	
		color: #666663;
		margin: 30px;
		}
		#content ul li{
		margin: 7px 0;
		}
		
		#content p{
		font-size: 0.8em;
		color: #666663;
		line-height: 160%;
		margin-bottom: 25px;
		}



#footer{
margin: 0 auto;
width: 960px;
height: 129px;
font-size: 0.8em;
color: #aaa;
}

#footer ul{ list-style-type: none; margin: 15px 0 0 0; padding: 0;}
#footer ul li{ display: inline;  }
#footer ul li a{color: #666; text-decoration: none; padding: 0 3px}
#footer ul li a:hover{color: #000;}
