﻿html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	color: #555753; 
	background: #e6e2d7; 
	margin: 0; 
	padding: 0;
	}
image 
{
	border: 0px;
}
h1, h2 {
  font-size: 14px;
  color: #7c4502;
  font-style: italic;
  font-weight: normal;
}

h2 {
  color: #e7e3d8;
}
ul{
list-style-type: none;
}
a {
  text-decoration: none;
  color: #a87f4b;
  font-family: "georgia regular", "georgia";
  font-size: 14px;
}

a:hover {
  color: #d9cdbd;
  font-style: italic;
}
a.body {
  text-decoration: underline;
  color: #a87f4b;
  font-family: "georgia regular", "georgia";
  font-size: 14px;
}
a.body:hover {
  text-decoration: underline;
  color: #7a4501;
  font-family: "georgia regular", "georgia";
  font-size: 14px;
}
div.main {
 background-color: White;
 position:relative;
 width: 1024px;
 margin:0 auto;  
 border-bottom-style: dashed;
 border-bottom-width: thick;
 border-color: Red;
}
div.c1 {
 background-color: White;
 background-image: url(images/top_1.jpg);
 left:0px;
 top: 0px;
 position:absolute;
 width: 100px;
 height: 260px;
}
div.c2 {
 background-color: White;
 background-image: url(images/top_2.jpg);
 left:100px;
 top: 0px;
 position:absolute;
 width: 185px;
 height: 260px;
 text-transform: lowercase;
 line-height: 1.75em;
 text-align: right;
 vertical-align: middle;
}
div.c3 {
 background-color: White;
 background-image: url(images/top_3.jpg);
 left:285px;
 top: 0px;
 position:absolute;
 width: 454px;
 height: 260px
}
div.c4 {
 background-color: White;
 background-image: url(images/top_4.jpg);
 left:739px;
 top: 0px;
 position:absolute;
    width: 161px;
    height: 260px;
}
div.c5 {
 background-color: White;
 background-image: url(images/top_5.jpg);
 left:900px;
 top: 0px;
 position:absolute;
    width: 124px;
    height: 260px;
}
div.bodyleftpadl {
 background-color: white;
 left:0px;
 top: 260px;
 position: absolute;
 width: 60px;
 height: 395px;
 border-left:#bbb 1px solid;
}
div.bodyleft {
 background-color: white;
 left:61px;
 top: 260px;
 position: absolute;
 width: 165px;
 height: 395px;
}
div.bodyleftpadr {
 background-color: white;
 left:226px;
 top: 260px;
 position: absolute;
 width: 25px;
 height: 395px;
}
div.body {
 background-color: white;
 left:251px;
 top: 260px;
 position: absolute;
 width: 522px;
 height: 395px;
}
div.bodyrightpadl {
 background-color: white;
 left:773px;
 top: 260px;
 position: absolute;
 width: 25px;
 height: 395px;
}
div.bodyright {
 background-color: white;
 left:798px;
 top: 260px;
 position: absolute;
 width: 165px;
 height: 395px;
}
div.bodyrightpadr {
 background-color: white;
 left:963px;
 top: 260px;
 position: absolute;
 width: 60px;
 height: 395px;
 BORDER-RIGHT:#bbb 1px solid;
}
div.footer 
{
 BORDER-LEFT:#bbb 1px solid;
 BORDER-RIGHT:#bbb 1px solid;
 background-image: url(images/bottom.jpg);
 left:0px;
 top: 655px;
 position: absolute;
 width: 1022px;
 height: 89px;
 text-align: center;
}

.active, .active a {
  color: #d9cdbd;
  text-decoration: italic;
  font-style: italic;
}
