html{
	overflow:scroll;
	overflow-x:hidden;
	scrollbar-base-color: #9999CC;
}
body {
	background:url(../main_gfx/bg.jpg);
	background-repeat:repeat-x;
	color:#000066;
	font-family:Arial;
	text-align:center;
	margin:0;
	padding:0;
	/* margin-top:20px; */
	/*margin:0 auto;*/

}
a {
	color:#000066;
}
a:hover{
	text-decoration:overline;
}
input {
  font-size: 14px;
  color: #0000CC;
  background-color: #999999;
  border: 1px solid; 
  border-color: #000033;
  padding:2px;
  font-family: times;
}
select {
  font-size: 14px;
  color: #0000CC;
  background-color: #999999;
  border: 1px solid; 
  border-color: #000033;
  padding:2px;
}
textarea {
	font-size:14px;
	color:#0000CC;
	background-color:#999999;
	border:inset 2px;
	border: 1px solid;
	border-color:#000033;
	padding: 2px;
	font-family: times;
	scrollbar-base-color: #9999CC;
	overflow:auto;
}
hr { 
	color:#0066FF;
	height:1px;
}
#content-container {
/*z-index:500;*/
width: 850px;
position: absolute;
left: 50%;
text-align:left;
}
#content {
/*z-index:10;*/
text-align:left;
width:850px;
height:700px;
margin: 0 auto;
margin-top:0px;
position:relative;
text-align:left;
}
img a{
border:none;
border-width:0px;
}
table.navbar{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
border-top-style:dashed;
border-left-style:dashed;
border-bottom-style:dashed;
border-width:1px;
border-color:#999999;
}
table.navbar td{
padding:10px;
text-align:center;
border-right-style:dashed;
border-right-width:1px;
border-right-color:#999999;
}
table.navbar a{
color:#000066;
text-decoration:none;
display:block;
width:100%;
}
table.navbar td:hover a{
color:#CCCCCC;
}
table.navbar td:hover{
background-color:#003399;
}
table.footer{
color:#333333;
font-size:10px;
}
table.footer a{
color:#333333;
font-size:10px;
}
table.container{
width:800px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#999999;
margin-top:20px;
}
table.container td{
padding:5px;
}
table.inner_content{
text-align:left;
}
.content_header{
font-size:24px;
}
div .showroom_name{
font-size:18px;
border-top:thin;
border-top-width:40%;
border-top-color:#0066FF;
}
.showroom_name{
font-size:18px;
border-top:thin;
border-top-width:40%;
border-top-color:#0066FF;
}
.showroom_images{
font-size:10px;
}
.youarehere{
font-size:12px;
text-align:left;
text-decoration:none;
}
.youarehere a{
font-size:12px;
text-align:left;
text-decoration:none;
}
.youarehere a:hover{
font-size:12px;
text-align:left;
text-decoration:none;
}
.front-page-text{
}

.insurance{
	display:block;
	float:left;
	width:200px;
}
.clearboth{
	clear:both;
}

