body{
	margin-top:0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
#container {	
	margin:0px auto;
	width:950px;	
}
#menu{
	margin:0px auto;
	width:899px;
}
div#menu ul#menuitem{
	height:35px;
	width:899px;
	background:transparent url(/images/menu.png) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:35px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#home{
	left:195px;
	width:115px;
}
#about{
	left:310px;
	width:145px;
}
#services{
	left:455px;
	width:135px;
}
#locations{
	left:590px;
	width:155px;
}
#contact{
	left:745px;
	width:145px;
}
#home a:hover,body#homeon #home{
	background:transparent url(/images/menu.png) -195px -35px no-repeat;
}
#about a:hover,body#abouton #about{
	background:transparent url(/images/menu.png) -310px -35px no-repeat;
}
#services a:hover,body#services #services{
	background:transparent url(/images/menu.png) -455px -35px no-repeat;
}
#locations a:hover,body#locationon #locations{
	background:transparent url(/images/menu.png) -590px -35px no-repeat;
}
#contact a:hover,body#contacton #contact{
	background:transparent url(/images/menu.png) -745px -35px no-repeat;
}
#shadow{
	width:950px;
	.width:935px;
	margin:0px auto;	
	background:url(images/wrapper.png);
	background-position:top center;
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
}
#wrapper{
	width:899px;
	margin:0px auto;	
}
#wrapper a {
	color:#b89c6a;
}
#wrapper a:hover {
	color:#00788A;
}
#sidebar{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:185px;
	float:left;
	font-size:14px;
	padding: 10px 10px 20px 10px;	
	color:#000;
}
#sidebar a{
	color:#fff;
}
#sidebar a:hover{
	color:#ccc;
}
.featured_img{
	border:solid 1px #FFF;	
}
#content{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	width:640px;
	float:right;
	font-size:14px;
	padding: 15px 19px 15px 10px;
	color:#000;
	min-height:400px;
	height:auto !important;
	height:400px;	
}
h1{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:24px;
	color:#008FC5;
}
h2{
	font-size:22px;
}
#header {
	width:950px;
	background:url(images/header.png);
	height:140px;
	margin:0px auto;
}
#footer{
	margin:0px auto;
	clear:both;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:12px;
	width:879px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	height:20px;
	padding:10px;
	font-weight:bold;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.styled_button {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #15090a;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
hr{
	border:none;
	border-top: 1px solid #555;
}
table {
	width: 100%;
	margin: 0 0 20px 0;
}

table td {	
	padding: 5px;
	border: 1px solid #e4dada;
}
.content_img{
	padding: 7px;
	border:solid 1px #ccc;
	margin:7px;
}
.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 5px;
	text-align:center;
}
	
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 0px; }
	
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; }

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; } 


