@charset "UTF-8";
@charset "utf-8";
/* CSS Document */
/*   
Theme Name: DiBella1
Theme URI: http://www.dibella.com
Description: DiBella Chiropractic Web Site v.1.0
Author: Ari Miller
Author URI: http://www.perceptionarts.com
Version: 1.0
.
Copyrighted material.  May not be redistributed without consent of author.
.
*/
html, body {
	padding:0px;
	margin:0px;
	height:100%;
	
        
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	margin-top:0;
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

a:link {
	color: #c60651;
}
a:visited {
	color: #c60651;
}
a:hover {
	color: #999999;
}
#indexLogo {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#topIcons {
	height: 25px;
	width: 75px;
	margin-left: 550px;
	margin-top: 30px;
	float: left;
	margin-bottom: 10px;
	background: url(images/dibellaTopIconsBack.jpg) no-repeat;
}
#nav {
	width: 220px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom:20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: .9em;
}
#nav   li  a    {
	display: block;
	text-decoration: none;
	height: 30px;
	width: 150px;
	background: #FFFFFF url(images/navArrow.jpg) no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	color: #666666;
}
#nav a:hover {
	background: #FFFFFF url(images/navArrowOver.jpg);
	color: #c60651;
}
#mainBody {
	width:650px;
	background:#FFFFFF url(images/mainBodyBack.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom:20px;
}
#centerCol {
	width: 420px;
	float: left;
	padding-right: 30px;
	min-height:100%;
}
#centerCol  h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c60651;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 20px 0px 0px;
}
#centerCol h2 {
	color: #c60651;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}
#centerCol h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #c60651;
}
#centerCol h4 {
	font-weight: bold;
}
#centerCol  ul {
	line-height: 1.3em;
	list-style: circle;
}
#centerCol ol {
	line-height: 1.3em;
	list-style: upper-roman outside;
}
#centerCol img.alignLeft {
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}
#centerCol img.alignRight {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
#rightCol {
	float: left;
	width: 200px;
	background: url(themes/sidebarBack.jpg) no-repeat;
	
}
#rightCol #12Years {
	height: 115px;
	width: 170px;
	float: left;
}
#rightCol #seperator {
	float: left;
	width: 170px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightCol #consult {
	float: left;
	width: 170px;
}
#rightCol #ncca {
	float: left;
	width: 170px;
	padding-bottom:20px;
}
#rightCol #sideBarAds {
	float: left;
	width: 170px;
	padding-top: 15px;
}
.push {
	height:4em;
}
#footer {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 900px;
	border-top: 1px solid #CCCCCC;
	clear:both
}
#footerNav {
	text-align: center;
	margin-top: 5px;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
}
#footerNav li {
	display: inline;
	font-size: .7em;
    padding-right: 10px;
	color: #999999;
}
#footerContact {
	font-size: .7em;
	color: #CCCCCC;
	text-align: center;
	margin-top: 5px;
}
#footerNav a {
	color: #999999;
	text-decoration: none;
}
#footerNav a:hover {
	color: #c60651;
}
#testimonial {
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}
.pinkColor {
	color: #C60651;
}
.back2top {
	font-size: 0.8em;
	color: #C60651;
}
img {
	border-style: none;
}

