html {
height: 100%;
margin: 0;
padding: 0;
font-family: arial, tahoma;
color: #676767;
}

body {
background-color: #FFF1CE;
padding: 0;
margin: 0 auto;
min-height: 100%;
font-size: 11px;
padding-top: 20px;
}

h1 {

color: #832324;
font-size: 16px;
font-family:"Times New Roman", Times, serif;
}

h2 {

color: #832324;
font-size: 12px;
}

a {
text-decoration: underline;
color: #CC0000;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color:#990000;
}

#container {
clear: all;
margin: 0 auto;
width: 725px;
background-color: #832324;
}

#header {
height: 118px;
text-align: center;
color:#FFFFFF;
}

#redbox {
width: 719px;
border: 3px solid #832324;
margin-bottom: 5px;
}

#navbar {
text-align: center;
color: #ffffff;
margin: 0 auto;
background-color: #832324;
width: 719px;
height: 17px;
padding-top: 8px;
}

#navbar a {
color:#FFFFFF;
font-weight: bold;
text-decoration: none;
letter-spacing: 5px;

}

#navbar a:hover {
text-decoration: underline;
color:#FFCC66;
}

#whitebox {
margin: 0 auto;
background-color: #ffffff;
width: 719px;
height: 400px;
background-image: url('images/bg.jpg');
background-repeat:no-repeat;
background-position:bottom;

}

.padding {
padding: 20px;
}

#content .img {
border: 1px solid #999999;
margin-left: 20px;
}


#content {
font-size: 12px;
color:#333333;
line-height: 16px;
width: 675px;
text-align: justify;
}

#sidebarright {
float: right;
width: 300px;
}

#address {
vertical-align: bottom;
color: #832324;
width: 719px;
background-color: #ffffff;
text-align: center;
padding-bottom: 10px;

}

.details {
font-family: arial, tahoma;
font-size: 10px;
color:#333333;
}

#footer {
font-weight: normal;
font-size: 9px;
font: Geneva, Arial, Helvetica, sans-serif;
text-align: center;
color: #832324;
margin: 0 auto;
clear: both;
height: 20px;
padding-top: 10px;

}


#footer a {
color: #832324;
text-decoration: underline;
}

#footer a:hover {
color: #CC9933;
}
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.stat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#stat {
text-align: center;
font-color: #832324;
}