/* design by BaconProductions http://birdbox.us/BaconProductions/index.html 
*/

/* GENERAL PAGE ATTRIBUTES */
a:link {
  color: #ff9966;
  font-weight: bold;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #ffcc33;
}
a:active {
  color: #ff9966;
}
p {
text-indent: 30px;
}

h1 {
 font-family: "Times New Roman", sans-serif, serif;
 color:beige; 
}
h2 {
 font-family: "Times New Roman", sans-serif, serif;
 color:bisque; 
}
h3 {
 font-family: "Times New Roman", sans-serif, serif;
 color:black;
 }
h4 {
 font-family: "Times New Roman", sans-serif, serif;
 color:black; 
}
h5 {
 font-family: "Times New Roman", sans-serif, serif;
 color:black; 
}
h6 {
 font-family: "Times New Roman", sans-serif, serif;
 color:black;
}
.h1 {
 font-family: Arial ! important;
 color: #0564ff;
 font-size: 30px;
}
.h2 {
 font-family: Arial ! important;
 padding:10px;
 color: #0564ff;
 font-size: 26px;
}
.h3 {
 font-family: Arial ! important;
 padding:10px;
 color: #000000;
 font-size: 22px;
}
.h4{
 font-family: Arial ! important;
 padding:10px;
 color: #000000;
 font-size: 18px;
}
.h5 {
 font-family: Arial ! important;
 padding:10px;
 color: #000000;
 font-size: 14px;
}
/*  body */
body {
 background: #e38139;
 width: auto;
 padding: 10px;
 margin-left: 15px;
 margin-right: 15px;
 /*border: 1px solid*/
}
#main-1 {
 height: 150px;
 text-align:  center;
}
#main-2 {
 height: auto;
 text-align: left;
}
/*
#main {
 height: auto;
 width:auto;
 border-style: solid;
 border-width: thick; 
} 
*/
#top {
 background-color: auto;
 position: center center;
 margin-top: 50px;
 width: auto;
 text-align: center;
}
/*
.liner {
 padding 10px 5px;
 border-style: dotted;
 border-color: red;
 border-color: red;
} */
#Front-L {
 float: left;
 clear: none;
 width: 273px;
 height: auto;
 margin: 10px 5px; 
 padding:10px 5px 10px 5px;
 text-align: center;
 background-color: #ff8205;
 border:dotted 1px green;
}
#Front-C {
 float: left;
 clear: none;
 width: 273px;
 height:auto;
 padding: 10px 5px 10px 5px;
 margin: 10px 5px; 
 text-align: center;
 background-color: #ccdef6;
 border:dotted 1px green;
}
#Front-R {
 float:left;
 clear: none;
 width: 273px;
 height:auto;
 padding: 10px 5px 10px 5px;
 margin: 10px 5px; 
 text-align: center;
 background-color: greenyellow;
 border:dotted 1px green;
}
#Front-C2 {
 float: left;
 clear: none;
 width: 273px;
 text-align: center;
 padding: 10px 5px 10px 5px;
 margin:10px 5px;
 background-color: #eabe38;
 border:dotted 1px green;
}
#Empty {
 float:left;
 clear: none;
 width: 273px;
 height:auto;
 padding: 10px 5px 10px 5px;
 margin: 10px 5px; 
 text-align: left;
 background-color: auto;
 border: dotted 2px black;
}
#Box-1 {
 float: none;
 clear: both;
 width: auto;
 height: auto;
 margin-top: 5px;
 margin-left: 15px;
 margin-right: 15px;
 text-align: left;
 background-color: #e5d0c0;
}
#foot {
 clear: both;
 width: 350px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 background-color: #66669a;
 position: center center;
}