/* homes.css */

body {
background-color: #ffffff;
}


#all {
position: absolute;
background-color: #ffffff;
left: 0%;
top: 0%;
width: 100%;
min-height: 2000px;
}

#fabric {
background-color: #ffffff;
position: absolute;
left: 0px;
top: 0px;
width: 140px;
height: 2000px;
}

#header1 {
background-color: #ffffff;
position: absolute;
left: 193px;
top: 0px;
width: 190px;
height: 100px;
}

#header2 {
background-color: #ffffff;
position: absolute;
left: 393px;
top: 0px;
width: 567px;
height: 100px;
}

#flash {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 120px;
width: 780px;
height: 620px;
}

#footer {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 740px;
width: 780px;
min-height: 300px;
}

#footer1 {
background-color: #ffffff;
position: absolute;
left: 193px;
top: 740px;
width: 190px;
height: 100px;
}

#footer2 {
background-color: #ffffff;
position: absolute;
left: 393px;
top: 740px;
width: 567px;
height: 100px;
}




/* largeleft */

h1 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: large;
}

/* mediumleft */

h2 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* smallleft */

h3 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

p {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* xsmallleft */

h4 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* menutype */

h5 {
  color: #898E67;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: x-small;
}


