@charset "utf-8";
/* CSS Document */

body{
margin: auto;
background-color: #fff;
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
color: #000;
}

#top-line {
background-image: url(images/bg_topline.png);
background-repeat: repeat;
margin-top: 0px;
height: 15px;
}

.container {
margin: auto;
width: 802px;
margin-top: 0px;
}

#container-padded {
margin: auto;
width: 802px;
}

#search {
font-size: 22px;
font-weight: bold;
color: transparent;
text-transform: uppercase;
float: right;
text-align: right;
width: 100%;
}

#header {
width: 100%; 
background-image: url(images/bg.png);
background-color: #fff;
background-repeat: repeat-x;

margin-top: 0px;
}

#royal {
float: left;
}

#tabs {
float: right;
margin-top: 20px;
}

#content{
top: 425px;
background: transparent;
height: 100%;
}

#changeable-content{
font-family: Arial, Tahoma, sans-serif;
color: #000;
text-align: justify;
font-size: 12px;
background-color: #fff;
width: 500px;
border: 10px solid #fff;
margin-top: 10px;
float: left;
}

.sidebar {
float: right;
width: 245px;
border: 10px solid #fff;
background-color: #fff;
margin-top: 10px;
font-family: Arial, Tahoma, sans-serif;
color: #000;
text-align: justify;
font-size: 12px;
margin-right: 4px;
}

#footer{
background-image: url(images/bg_topline.png);
background-color: #7a0e0e;
background-repeat: repeat;
height: 100%;
color: #fff;
}

#contact {
font-family: Arial, Tahoma, sans-serif;
color: #fff;
text-align: justify;
font-size: 12px;
float: left;
width: 500px;
}

#form {
font-weight: bold;
}

#name-email-phone {
float: left;
}

#comment {
float: right;
}

#hours {
font-family: Arial, Tahoma, sans-serif;
color: #fff;
text-align: justify;
font-size: 12px;
float: right;
width: 245px;
}

* html body{ /*IE6 hack*/
padding: 441px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #changeable-content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

div.clear {
clear: both;
}

h3 {
font-family: Arial, Tahoma, sans-serif;
font-size: 16px;
color: #FFF;
text-transform: uppercase;
}
