/* style1.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;
}

#head {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 0px;
width: 533px;
height: 360px;
}

#headnav {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 360px;
width: 533px;
height: 44px;
}

#toprightpic {
background-color: #ffffff;
position: absolute;
left: 713px;
top: 0px;
width: 227px;
height: 424px
}

#secondpic {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 444px;
width: 300px;
height: 424px
}

#content1 {
background-color: #ffffff;
position: absolute;
left: 480px;
top: 444px;
width: 460px;
height: 424px
text-align: top;
}

#content2 {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 888px;
width: 780px;
min-height: 1000px;
text-align: top;
}


/* 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;
}


