/* CSS Document */

#sub_right
{
float: right;
width: 580px;
margin-top:0px;
padding:0px;
background-color:transaprent;
/*border-left:1px solid red;*/
/*border-right:1px solid red;*/

}

ul,li{
margin-right:20px;
}



#sub_mast
{
padding:0px;
height:180px;
background-color:transparent;
/*border-top:1px solid #424242;*/
/*border-bottom:2px solid #496482;*/
background-repeat:no-repeat;
background-position:top left;
}



.about_chiro
{background-image:url(mastheads/about_chiro.jpg);}

.about_doc
{background-image:url(mastheads/doctors.jpg);}
.about_hq
{background-image:url(mastheads/abouthq.jpg);}

.nutrition
{background-image:url(mastheads/nutrition.jpg);}

.clients
{background-image:url(mastheads/clients.jpg);}

.wellness
{background-image:url(mastheads/wellness.jpg);}

.testimonials
{background-image:url(mastheads/testimonial.jpg);}

.events
{background-image:url(mastheads/events.jpg);}

.links
{background-image:url(mastheads/healthlinks.jpg);}

.massage
{background-image:url(mastheads/massage.jpg);}





img.floatLeft { float: left; 
margin: 4px; }

#image
{
margin:0px;
border:1px solid #000;
}

div#main a.picframe
{
	border: 1px solid #E4E1D6;
	background-color: #fff;
	width: 1%;
	height: 1%;
	display: table;
	padding: 3px;
	float: right;
	margin-left: 10px;
}

#nwf-container
 {
width:500px;
height:300px;
position:relative;
margin:0px 0px 20px 0px;

padding:0px;
}
#left-image {
float:left;
padding:5px;
}
#right-text {
display:table-cell;
text-align:left;
margin:0px;
}
* html #right-text {
display:inline-block;
}