body {
    margin:0px;
    background-image: url('../images/interior-bg.jpg');
    background-repeat: repeat-x;
    background-color: #ECDBAF;   
}
body, td
{
	font-family: arial, sans-serif;
	color: #5E2B00;
	font-size: 14px;
}
.regular {
     padding: 4px;
     font-size: 11px;
     font-weight: bold;
     background-color: #000000;
     border: 1px solid #202B2B;

}
.padding {
    padding: 4px;
}
hr  {
border: 0;
height: 2px;
color: #5E2B00;
background-color: #5E2B00;
}
.interior-padding {
    padding: 10px;
}
.heading {
    font-family: arial, sans-serif;
    font-size: 24px;
    color: #5E2B00;
    font-weight: bold;
}
.hours {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding: 4px;
}
.smallwhitebold {
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.content {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.5em;
}
.footer {
    color: #BEEDED;
    font-size: 11px;

}
.small {
    font-size: 11px;

}
a:link {
	color: #A61221;
}
a:visited {
	color: #570009;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #6D4500;
}

a.featured:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.featured:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;	
}
a.featured:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}
a.featured:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;	
}


a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;	
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
a.footer:active {
	color: #4ACECE;
	text-decoration: none;
	font-weight: normal;
}

INPUT, TEXTAREA, SELECT  {font-family: Arial, Helvetica, san-serif}
INPUT, TEXTAREA, SELECT  {color: #2F8850}
INPUT, TEXTAREA, SELECT  {font-size: 14px}
INPUT, TEXTAREA, SELECT  {font-weight: bold}

.defaultErr {
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

.sys_msg {
	color: #004BFF;
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
#fullheight{height:100%}
#fullheight2{height:100%}
#partialheight{height:176px}
#footerheight{height:130px}