@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

a:link{
color: #7E4301;
text-decoration: none;
}
  
  a:visited{
  color: #7E4301;
  text-decoration: none;
  }
  
  a:active{
  color: #7E4301;
  text-decoration: none;
  }
  
  a:hover{
  color: #7E4301;
  text-decoration: none;
  }
  
h1{
font-size: 12px; 
}  
  
#link-left{
font-family: arial; 
font-size: 12px;

}  


#container{
  position: absolute;
	width: 950px;
	margin-left: -475px;
	left: 50%;
	background-color: #ffffff; 
}

#top{
  width: 100%;
  height: 125px;
}

.rand{
  width: 100%;
  height: 20px;
}

#logo-left{
  width: 40px;
  height: 430px;
  float: left;
}

#left{
  list-style: none;
  width: 159px;
  margin-top: 30px;
  height: 4px;
  background-color: #ffffff;
  float: left;
  color: #BFA180;
  font-family: arial; 
  font-size: 10px;
}

#main{
 min-height: 430px;
 width: 729px;
 background-color:#E9CFB6;
 float: left;
 padding-left: 40px;
 border-left: 2px solid #7E4301; 
 padding-left: 10px;
 color: #935F25;
 font-family: arial; 
 font-size: 10px;
 padding-right: 10px
}


#main-left{
  width: 154px;
  height: 380px;
  background-color:#E9CFB6;
  padding-top: 50px;
  float:left;
  border-left: 2px solid #7E4301; 
  padding-left: 40px;
}

#main-right{
 width: 555px;
 height: 430px;
 background-color:#E9CFB6;
 float: left;
 color: #935F25;
 font-family: arial; 
 font-size: 10px;
}