body {
    background: #fffbd5 ;
  <!-- color: #fffbd5; -->
}

.clear{
	clear: both;	
}

h1, h2, h3, h4, h5,  {
  padding: 0;
  margin: 0;
  font-family: Arial,sans-serif;
}

h1 { 
 font-size: 24px;
 color: #772f3a;
 font-weight: normal;
}

h2 { 
 font-size: 17px;
 color: #772f3a;
 font-weight: normal;
}

h5 { 
 font-size: 15px;
 font-weight: normal;
 color: white;
 height: 25px;
 padding: 5px 0 0 10px;
}

#bg_black{
	background: url(images/top_bg.png) repeat-x top;
	height: 100px;	
}

#logo{
	width: 1032px;
	margin: 0 auto;
	height: 52px;
	padding-top: 30px;
	padding-left: 30px;
	
}

#logo h1 { 
   font-family: Arial,sans-serif;
  color: #fea160;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 250px;
  top: 5px;
  padding: 5px 0 0 30px;
}

#logo h2 { 
   font-family: Arial,sans-serif;
  color: #fea160;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  left: 620px;
  top: 40px;
}

#header {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 80px;
  width: 1024px;
  height: 150px;
  background: #3b203c; 
}

#top_menue {
  position: absolute;
  left: 50%;
  margin-left: -498px;
  top: 190px;
  width: 997px;
  height: 40px;
}

#top_menue ul, #top_menue li {
  padding: 0;
  margin: 0 5px;
  list-style-type: none;
  font-family: Arial,sans-serif;
}

#top_menue li {
  float: left;
  padding: 12px 10px 0px 21px;
}

#top_menue a {
  color: #fea160;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
}


#top_menue a:hover, #top_menue a.first {
  font-weight: bold;
  color: #fffbd5;
}

#main_site {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 280px;
  width: 1024px;
  background: #fffbd5;
}

#main_site_center {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  top: 90px;
  clear: both;
}

#main_site_text {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  top: -40px;
  clear: both;
}

#footer  {
  position: relative;
  top: 680px;
  margin: 0 auto;
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 70px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;
  }
  
#footer1  {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 2400px;
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 70px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;  
}

#footer2  {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 1600px;
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 70px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;  
}

#footer3  {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 900px;
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 90px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;  
}

#footer5  {
  position: fixed;
  left: 50%;
  margin-left: -512px;
  bottom: 0px;
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 30px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;  
}

#footer a, #footer1 a, #footer2 a, #footer3 a, #footer5 a {
  color: #fea160;
  text-decoration: none;
}

#footer a:hover, #footer1 a:hover, #footer2 a:hover, #footer3 a:hover, #footer5 a:hover  {
  color: #fffbd5;
  text-decoration: none;
}


