body {
	background: rgb(196,166,85) url(back.gif) repeat-x top left;
	color: #232323;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	}

.img-right {
	border: 0px; 
	float:right;
	line-height:10px;
	font-style:italic;
	color:#663300;
	text-align: center;
	margin: 5px 0px 0px 0px; 
	padding: 0px 0px 0px 2px;
	}

.img-left {
	float:left;
	line-height:10px;
	font-style:italic;
	text-align: center;
	color:#4A546B;
	border: 0px; 
	margin: 5px 0px 0px 0px; 
	padding-right: 10px;
	}


.centerpic	{
	display: block;
	text-align: center;
	margin: 0 auto;
	}

a {
	font-family: verdana, arial, sans-serif;
	outline: none;
	}

p { 
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	line-height: 1.7em;
	}

h1 {
	font-weight: bold;
	text-align:left;
	font-size:16px;
	color:rgb(0,127,159);
	margin:0;
	padding-top:14px;
	padding-bottom:14px;
	}
h2 {
	background:url(../images/header.html) center no-repeat;
	font-weight: normal;
	text-align:center;
	font-size:11px;
	color:#FFEECC;
	margin:0;
	padding-top:14px;
	padding-bottom:14px;
	}
ul {
	margin: 2px 0px 18px 16px;
	padding: 0px;
	}

ul li {
	list-style-type: disc;
	margin: 0px 0px 5px 20px; 
	padding: 0px;
	}

ol {
	margin: 0px 0px 0px 24px;
	padding: 0px;
	}

ol li {
	list-style-type: square;
	margin: 0px 0px 11px 0px; 
	padding: 0px;
	}

blockquote { 
	margin: 20px 0px 20px 0px; 
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	border-color: #4A546B;
	}

#menu {
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 22px;
	height: 35px;
	text-transform: uppercase;
	width: 850px;
	border-bottom: 0px solid #000;
	background: transparent;
	color: #ededed;
	}

#menu ul {
	margin: 0px auto;
	} 

#menu li { 
	float: left; 
	margin: 0px; 
	padding: 0px 1px 0px 0px;
	list-style: none;
	} 

#menu li a { 
	display: block;
	float: left;
	height: 36px;
	text-decoration: none; 
	padding: 6px 19px 0px 19px;
	border: 1px solid;
	font-weight: normal;
	background: transparent;
	font-size: 11px;
	color: #000;
	border-color: #2C2C2A;
	} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover { 
	background: rgb(196,166,85);
	color: #000;
	padding-bottom: 8px;
	border-bottom: 0px;
	} 

#pagecontent {
	font-family: verdana, arial, sans-serif;
	width: 850px;
	overflow: hidden;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-color: #232323;
	margin-left: auto; 
	margin-right: auto;
	background: rgb(160,29,47);
	}

.news {
	padding-left: 125px;
	padding-right: 125px;
	background-color: rgb(255,255,204);
	}

.headernews {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgb(168,56,0);
	}

.chiro {
	padding-left: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: rgb(23,23,150);
	}

.headnews {
	font-size: 20px;
	font-weight: bold;
	color: rgb(153,102,255);
	}

.newstext {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(102,0,102);
	text-align:center;
	}

.newscontainer {
	padding: 5px;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	width: 558px;
	background-color: rgb(254,247,207);
	}

.newscontent {
	padding: 0px;
	border: 0px;
	font-size: 13px;
	font-weight: bold;
	width: 600px;
	background-color: rgb(254,254,254);
	}

#heading { 
	background: transparent url(bg_header.jpg) no-repeat top left;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 150px;
	border-top: 0px solid;
	}

#heading h1{
	display: block;
	font-size: 28px;
	font-style: italic;
	text-transform: none;
	font-weight: bold;
	margin-left: 80px;
	padding: 15px 0px 0px 0px;
	border: 0px;
	letter-spacing: 0px;
	color: rgb(103,74,34);
	}

#slogan { 
	width: 280px;
	background: transparent;
	color: rgb(103,74,34);
	margin: 50px 9px 0px 170px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 20px 10px 0px 25px;
	text-transform: uppercase;
	}

#footer {
	float: none;
	margin-top: 6px;
	font-size: 90%;
	background: transparent url(h2bg.gif) repeat-x top left;
	width: 100%;
	text-align: center;
	padding: 15px 0 25px 0;
	color: #232323;
	font-weight: normal;
	}

#footer a {
	text-decoration: none;
	color:#552200;
	}

#footer a:hover {
	text-decoration: none;
	color: #000;
	}

.pagetop {
	margin-left: 100px;
	padding: 0px;
	}

.galleryselect {
	margin: 0px;
	border: 0px;
	background: transparent;
	color: #232323;
	text-align: left;
	width: 400px;
	float: left;
	padding: 15px 0px 0px 15px;
	}

#scrolltext {
	float: left;
	font-weight: bold;
	margin-left:-10px;
	padding-top: 12px;
	padding-bottom: 1px;
	width: 513px; 
	height: 30px;
	background:url(style/header.html) repeat-x top left;
	color:  #ededed;
	font-size: 13px;
	text-decoration: none;
	}
