*{
  margin: 0;
  padding: 0;
}

* body {
  font: .8em arial, Sans-Serif;
  line-height: 1.8em;
  background: #fff;
  color: #6e1e0e;
}

a:link {
  COLOR: #6e1e0e;
  text-decoration: underline;
}
a.menu:link {
  COLOR: #6e1e0e;
  text-decoration: none;
}

a.menu:visited {
  COLOR: #6e1e0e;
  text-decoration: none;
}

a:visited {
  COLOR: #333;
  text-decoration: underline;
}

a:hover {
  COLOR: #333;
  text-decoration: underline;
}

h1 {
  margin: 0 0px 10px;
  padding: 5px 0 3px;
  font: 1.8em arial, Sans-Serif;
  line-height: 1.8em;
}

h3 {
  padding: 5px 0 3px;
  font: 1.4em arial, Sans-Serif;

  line-height: 1.6em;
}

ul {
  padding: 0;
  margin: 0 0 10px;
}

li {
  list-style-type: none;
}

p {
  margin: 5px 0 10px 0;
}

img {
  border: 1px solid #6e1e0e;
}


#wrap {
  padding: 10px 10px 3px 10px;
  width: 760px;
  margin: 20px auto;
	border: 3px solid #6e1e0e;
	background: #fff;
  float: centre;
}
#header {
  background: #6e1e0e repeat-x;
  float: right;
  width: 760px;
  height: 75px;
}

#header h1 {
  font-size: 25px;
  font-weight: 100;
  letter-spacing: -1px;
  padding: 26px 0px 5px 10px;
}

#header h2 {
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  padding: 0 0 0 11px;
  letter-spacing: -1px;
  line-height: 12px;
}

#left {
  float: left;
  width: 155px;
  height:350px;
  background: #e0d2c7;
  margin-bottom: 0px;
  margin-top: 0px;
  border: 1px solid #6e1e0e;
}


#left ul {
  padding: 5px 10px 10px 10px;
  margin: 0;
}



a.menu:hover {
  COLOR: #333;
  text-decoration: underline;
}

#right {
  margin-bottom: 10px;
  float: right;
  width: 550px;
  padding: 0 10px 10px 10px;
  margin-top: 10px;
}

#right li {
  list-style: circle inside;
}

#footer {
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 10px 5px;
}