﻿body#body_home{
	margin: 0;
	padding: 165px 0 0 305px;
	background: #BEB1B5;
}
body#body_repair{
	margin: 0;
	padding: 165px 0 0 305px;
	background:#ADAA76;
}
body#body_sales{
	margin: 0;
	padding: 165px 0 0 305px;
	background:#ADBA76;
}
body#body_news{
	margin: 0;
	padding: 165px 0 0 305px;
	background:#B5A688;
}
body#body_link{
	margin: 0;
	padding: 165px 0 0 305px;
	background:#666B43;
}
div#header{
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	overflow: hidden;
	background: #BFB0B1;
	color: #000;
	background-image:url('../Images/Banner.jpg') ;
}
#topmenu {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background:#BEC1D6;
	list-style-type:none;
	width:100%;
	float:left;
}
#topmenu li{
	margin:1;
	border:4px white outset;
	padding:0;
	float:left;
}
#topmenu a{
	display:block;
	color:black;
	text-decoration:none;
	padding:0 10px;
	line-height:1.75;
	border-right:1px yellow;
}
#topmenu a:hover{
	color:red;
	background:#EDEEF3;
}
#body_home #topmenu_home a, #body_repair #topmenu_repa a, #body_news #topmenu_news a, #body_link #topmenu_link a, #body_sales #topmenu_sale a{
	background:#868DAE;
	color:#FFFFCC;
	font-weight:bold;
}	
div#menubar{
  	position:fixed;
  	text-align:center;
  	top:105px;
  	left:0;
  	width:100%;
  	height:40px;
  	overflow:hidden;
  	background:#777;
  	color: #000;
}
div#menu_message{
	position: fixed;
	text-align: center;
	top: 145px;
	left: 0;
	width: 100%;
	height: 15px;
	overflow: hidden;
	background: #777;
	color: #000;
	padding-bottom: 5px;
}
div#left-sidebar{
	position: fixed;
	top: 165px;
	left: 0;
	width: 300px;
	background: #ccc;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	line-height: 16px;
}
div#left_sidebar h3{
	padding:-1px;
}
div#left-sidebar li{
	font-size:small;
}
div#content_home{
  	background:#BEB1B5;
  	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div#content_repair{
  	background:#ADAA76;
  	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div#content_sales{
  	background:#ADBA76;
  	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div#content_news{
	background: #B5A688;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div#content_link{
  	background:#666B43;
  	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div#content_shows{
	width:100%;
	text-align:center;
}
div#content_shows table{
	margin-left:auto;
	margin-right:auto;
}
div#content_info td{
	border:0px;
	border-style:solid;
	border-color:gray;
}
div#content_shows td{
	padding: 3px;
	outline: #868DAE ridge medium;
}
div#content_shows h2{
	text-align:left;
}
div#footer_contact{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
}
div#footer_copyright{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:xx-small;
	text-align:center;
	background-color:#666666
}
div#lower_menu{
	text-align:center;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:xx-small;
}
.cellPictures{
	text-align:center;
	border:medium;
	border-style:ridge;
	border-color:#868DAE;		
}
.cellPictureTitle{
	font-size:medium;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	border:medium;
	border-style:ridge;
	border-color:#868DAE;		
}
.sideHeader{
	font-size:small;
	font-weight:bold;
}
.sideBarH3{
	line-height:0px;
}	
.tableDescr{
	font-size:small;
}
.topHeader{
	font-size:small;
	font-weight:bold;
	color:navy;
}
.event{
}
.eday{
	font-weight:bold;
	font-size:large;
	color:maroon;
}
.edate{
	font-weight:bold;
	font-size:large;
	color:maroon;
}
.etime{
	font-weight:bold;
	font-size:small;
	color:green;
}
.elocation{
	font-weight:normal;
	font-size:small;
	color:black;
}
.esponsor{
	font-weight:bold;
	font-size:medium;
	color:black;
}
.eoccurrence{
	font-weight:bold;
	font-size:small;
	color:black;
}
.etitle{
	font-weight:bold;
	font-size:small;
	color:maroon;
}
.emessage{
}
.elink{
}
.image{
	
}
.align_left{
	text-align: left;
}