* {
    padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #FFFFFF url(../img/bg_image.gif) repeat-x;
	text-align: center;
}
a:link,
a:visited {
    color: #000000;
	text-decoration: none;
}
a:hover {
    color: #990000;
	text-decoration: none;
}
a.menu:link,
a.menu:visited {
    color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
#wrapper {
	margin: auto;
	width: 780px;
	height: auto;
	background: url(../img/wrapper-bg.jpg) top left no-repeat;
	text-align: left;
}
#header {
	width: 780px;
	height: 145px;
	background: url(../img/header.jpg);
	text-align: center;
}
#left_column {
    width: 177px;
	height: 665px;
	background: #FFFFFF url(../img/left-menu.jpg) top left no-repeat;
	float: left;
	/*margin-right: 15px;*/
}
#right_column {
    width: 100%;
	float: left;
	height: 220px;
	background: #000000 url(../img/tagboard.jpg) top left no-repeat;
	text-align: left;
}

* html #left_column {
	background: #FFFFFF url(../img/left-menu.jpg) top left no-repeat;
	margin-right: 10px;	
}
#right_column TABLE TD IMG{
	padding: 0;
	margin: 0;
}
#content {
	width: auto;
	/*border: solid 1px black;*/
	padding: 0;
	text-align: left;
	margin-left: 182px;
	/*margin-left: 0px;*/
}
* html #content {
	width: 582px;
	float: none;
	margin-left: 0px;	
}
* html #content {
	margin-left: 175px;
}
#menu {
    width: 175px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding: 10px 0px 0px 10px;
}
#phone1 {
	width: 780px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: -2px;
	margin: auto;
	padding: 2px 0px 0px 0px;
	background: #660000;
	text-align: center;
}
#login {
	width: 500px;
	height: 300px;
	float: left;
	margin-top: 200px;
}
#footer {
    width: 780px;
	margin: auto;
	clear: both;
}
.call {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #990066;
}
.number {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	letter-spacing: -3px;
}
.clear {
    clear:both;
}
.kminfo {
    display: none;
}
.footertext {
    font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.special {
	margin: auto;
}
.loyal {
	border: #000000 1px solid;
	width: 86px;
	text-align: center;
}
.map {
	width: 450px;
	margin: 0px auto 0px 250px;
}
.dataform {
	float: left;
}
.special_text {
	height: 180px;
	width: 200px;
	color: #FFFFFF;
	margin: 55px auto 0px 25px;
	text-align: center;
	font-family: "Comic Sans MS", fantasy, cursive, sans-serif;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	left: 320px;
	top: -25px;
}
/* Gallery ----------------------------------------------------------------*/
#galleryimgcont {
	width:525px;
	height:396px;
}

.thumbpix {
	margin:0px 2px;	
}

.thumbpix a img{
	border: solid 2px #000000;
}

.thumbstrip a:hover img{
	border: solid 2px #888888;
}

.thumbstrip {
}

.thumbstrip a img{
	border: solid 2px #000000;
}

.thumbstrip a:hover img{
	border: solid 2px #888888;
}

/*Do not delete the below elements, they control the motion gallery*/
#motioncontainer {
width: 100%; /* Set to gallery width, in px or percentage */
height: 94px; /* Set to gallery height */
position:relative;
overflow:hidden;
float:left;
}

#motioncontainer img{
	border: solid 2px #000000;
	cursor:pointer;
	margin:0px 3px;
}

#motioncontainer img:hover{
	border: solid 2px #888888;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/*
* html .special_text {
	position: relative;
	left: 0px;
	top: 0px;
}

.special_pic {
	padding: 10px;
	position: relative;
	top: 25px;
	left: 20px;

}

* html .special_pic {
	position: relative;
	top: 0;
	left: 0;
}
*/
