html {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	/*background: url("../images/background.png") repeat-x fixed;*/
	margin: 10px 0 10px 0;
	padding: 0;
}

body#home .btn_home,
body#contact .btn_contact,
body#services .btn_services,
body#clinic .btn_clinic,
body#gallery .btn_gallery {
	color: #8cbe1f;
	text-decoration: underline;
}

p.center {
	text-align: center;
}

p.justify {
	text-align: justify;
	padding: auto;
}

#container {
	background: #ffffff;
	margin: 10px auto;
	width: 900px;
}

#header {
	background: url("../images/banner.jpg") no-repeat;
	width: 900px;
	height: 135px;
	/* padding: auto; */
	/*margin: 10px 10px;*/
	clear: both;
	float: left;

}	

#nav {
	clear: both;
	background: #ffffff;
	width: 900px;
	height: 33px;
	margin: 102px auto auto auto; /* 119px */
	font: 80% century gothic;
	color: #218ac3;
	/* border-top: 2px solid #1979b0; */
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	float: left;
	padding: 8px 23px 8px 30px;
		
}

#nav ul li a {
	text-decoration: none;
	color: #218ac3;
}

#nav ul li a:hover {
	color: #8cbe1f;
	text-decoration: underline;
}	

#banner {
	clear: both;
	padding: auto;
	margin: 10px 10px;
	float: left;
}

#content {
	clear: both;
	background: url("../images/content_bg.jpg");
	width: 900px;
	/* height: 300px; */
	font: 80% arial;
	color: #4e4e50;
	margin: 0 0 0 0;
	float: left; 

}

#right_box {
	width: 700px;
	float: right;
}

#right_box p.center {
	margin: 5px 5px;
	text-align: center;
}

#right_box p.justify {
	margin: 5px 5px;
	text-align: justify;
}

#right_box a {
	color: #4e4e50;
	text-decoration: none;
}

#right_box a:hover {
	text-decoration: underline;
}

#left_box {
	clear: both;
	float: left;
	padding: auto;
	margin: auto;
	width: 200px;
}

#footer {
	clear: both;
	background: url("../images/footer_bg.jpg") repeat;
	float: left;
	width: 900px;
	margin: auto;/* 10px 10px; */

}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer p {
	clear: both;
	font: 75% century gothic;
	color: #ffffff; /* #4e4e50; */
	text-align: center;
	padding: 0;
	margin: 2px;
}
