body{
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
img{
	border: none;
}
p{
	font-size:.8em
}
h1{
	font-size: 1.2em;
	color:#09F;
	line-height:15px;
}
h2{
	font-size:1.0em;
	color:#06F;
}
.clear{
	clear:both;
}
h2.title{
	text-indent:-99999999999999999px;
}
#header{
	width: 800px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/header-bg.gif) right no-repeat;
}
#logo{
	width:362px;
	height: 99px;
	background:url(../images/logo.gif);
	float:left;
	margin: 10px 0 0 0;
}
#spanish{
	width: 150px;
	height:50px;
	margin: 40px 0 0 0;
	float:right;
}
#nav{
	margin:0 auto;
	height:42px;
	background: url(../images/nav-bg.gif);
}
#nav-bar{
	width:800px;
	margin:0 auto;
}
#nav-bar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav-bar li{
	float:left;
	display:block;
	height:42px;
	padding: 0 20px 0 20px;
}
#nav-bar li.home{
	width: 47px;
	background: url(../images/home-button.gif) no-repeat center;
}
#nav-bar li.about{
	width: 78px;
	background: url(../images/about-button.gif) no-repeat center;
}
#nav-bar li.contact{
	width: 62px;
	background: url(../images/contact-button.gif) no-repeat center;
}
#nav-bar li.treatments{
	width: 85px;
	background: url(../images/treatments-button.gif) no-repeat center;
}
#nav-bar li.office{
	width: 84px;
	background: url(../images/office-button.gif) no-repeat center;
}
#nav-bar li.payment{
	width: 142px;
	background: url(../images/payment-button.gif) no-repeat center;
}
#nav-bar li a{
	height:42px;
	width:inherit;
	display:block;
	border:none;
}

#content-container{
	margin:0 auto;
	width:800px;
}
#left-nav{
	height:800px;
	width:180px;
	background: #ccf3ff;
	border-left: 1px solid #a9e5f8;
	padding: 15px 5px 15px 5px;
	text-align:center;
	font-size: .8em;
	float:left;
}
#content{
	float:right;
	width:590px;
	padding: 15px 5px 15px 5px;
}
#about-pic{
	width: 165px;
	padding: 0 5px 0 5px;
	float:left;
}
#about-desc{
	float:right;
	width: 400px;
}
