@import url('fonts.css');

body
{
  background-image: url('../pics/background.png');
  background-repeat: repeat-x;
  background-position: right bottom;
  background-attachment:fixed;
  background-color:#f1ebe7;
  padding: 0px;
  margin : 0px;
  overflow-y: scroll;
}

div#header
{
  width : 900px;
  height : 150px;
  margin : 0px auto;
  padding : 0px;
  background-image: url('../pics/logo.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 800px 150px;
}

div#content
{
  width : 900px;
  margin : 20px auto;
}

div#main
{
  overflow:hidden;
  display:block;
  background-image: url('../pics/main.png');
  background-repeat: repeat;
  border-left: 1px solid #49281a;
  border-bottom: 1px solid #49281a;
  width : 660px;
  margin: 0px;
  padding : 20px 20px 40px 20px;
}

div#main p, div#main a 
{
  font-family:OpenSansRegular;
  font-weight:normal;
  color: #49281a;
}

div#main h1 
{
  font-family:OpenSansCond;
  font-weight:bold;
  font-size:2.0em;
  color:#49281a;
  margin:0px 0px 10px 0px;
  padding:0px;
}

div#main p
{
  margin:0px 0px 10px 0px;
  padding:0px;
  font-size:0.9em;
  font-weight:normal;
  font-style:normal;
  text-align:justify;
}

div#main img 
{
  width:660px;
  border:1px solid #49281a;
  margin:0px 0px 10px 0px;
}

div#main img.illustration
{
  border : 0px;
  width : 330px;
  margin:0px;
}

table
{
  text-align:left;
  font-family:OpenSansRegular;
  font-weight:normal;
  font-size:0.9em;
  color:#49281a;
  width:660px;
  padding:0px;
  margin:0px;
  border-spacing: 0;
  border-collapse: collapse;
}

table thead td
{
  font-weight:bold;
  color:#8b6353;
  text-align:right;
}

table thead th
{
  font-weight:bold;
  color:#8b6353;
  text-align:left;
}

table tbody th
{
  font-weight:bold;
  text-align:left;
}

table tbody td
{
  text-align:right;
  font-size:0.9em;
}

table tbody th.description
{
  font-weight:normal;
  font-size:0.8em;
  font-style:normal;
  text-align:left;
  padding: 0px 0px 5px 0px;
  border-bottom:1px solid #ccc2bb;
}

table tbody td.description
{
  border-bottom:1px solid #ccc2bb;
}

div#menu
{
  overflow:hidden;
  display:block;
  width : 199px;
  float:left;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

div#menu ul 
{
  margin:0px;
  padding:0px;
}

div#menu ul li
{
  margin:0px;
  padding:0px;
  font-family:OpenSansCond;
  font-weight:bold;
  font-size:18px;
  line-height:26px;
  text-transform:uppercase;
}

div#menu ul li a, div#menu ul li a:visited, div#menu ul li a:link  { text-decoration:none; color:#49281a; }
div#menu ul li a:hover { text-decoration:none; color : #be9381; }
div#menu ul li a.active { text-decoration:none; color : #be9381; }

div#menu p
{
  margin: 0px 0px 1px 0px;
  padding: 0px;
  font-family:OpenSansCond;
  font-weight:normal;
  font-size:14px;
  color:#49281a;
}

div#menu p a 
{
  color:#49281a;
  text-decoration:none;
  border-bottom:1px dotted #49281a;
}

div#menu p.news
{
  font-family:OpenSansRegular;
  font-size:0.8em;
  text-align:justify;
  margin: 0px 10px 1px 0px;
  color: #49281a;
}

div#menu hr
{
  border:0px;
  width:199px;
  height:1px;
  margin:20px 0px;
  padding:0px;
  background-color:#49281a;
}