﻿body {
	margin:0px;
	background: #FFE665 url('images/bg.jpg') repeat-y center center;
	font-family: Arial;
	font-size: 10pt;
	font-style:normal;
	text-align:justify;
}
#wrapper {
	margin: 0px auto;
	background: #fff url('images/car2.jpg') no-repeat 250px bottom;
	width: 750px;
	height: 100%;
	text-align: inherit;
	overflow:hidden;
}
#header {
	background: yellow url('images/header.jpg') no-repeat;
	width: 750px;
	height: 150px;
}
#left-column {
	background:#fffcbc;
	width: 200px;
	height: 100%;
	float: left;
}
#navigation {
	padding:20px 0px 0px 0px;
	background: #fff url('images/menu-bg.jpg') no-repeat;
	width: 200px;
	height: 800px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	display: block;
	width: 100%;
}
#navigation li a {
	background: /*url('images/nav-off.jpg')*/;
	color: #000000;
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}
#navigation li a:hover {
	background: #ABB143 /*url('images/nav-on.jpg')*/;
	color: green;
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	color:white;
}
#navigation h5 {
	margin:0px;
	padding:0px;
	font-size: 11pt;
}
#right-column {
	width: 530px;
	height: 100%;
	float: left;
	padding:0px 20px 0px 0px;
}
#text {
	padding: 20px 10px 20px 10px;
}
.image {
	text-align:center;
}
ul#specialties {
	list-style-type:decimal;
}
.titles {
	font-weight:bold;
	padding: 20px 10px 20px 10px;
}
.numbers {
	font-weight:bold;
}
.top {
	background:url('images/up-arrow.jpg') no-repeat right center;
	color:#000000;
	font-size:xx-small;
	text-transform:uppercase;
	text-align:right;
	width:100%;
}
.top a {
	color:#000000;
	text-decoration:underline;
}
.top a:hover {
	color:#000000;
	text-decoration:none;
}
#block {
	margin:0px 0px 0px 3px;
	background:url('images/block.jpg') no-repeat center top;
	width:195px;
	height:200px;
}
p {
	padding:0px 0px 0px 15px;
}

.indent {
	padding:0px 0px 0px 10px;
}