*{
  margin: 0;
  padding: 0;
}

.lookatme {
  font-size: 17px;
  font-family: sans;
  font-weight: bold;
  font-color: brown;
  text-align: left;
}
body{
  /*background-color: #ccd8e0;*/
  background-image: url(images/sand.png);
  font-family: helvetica;
  color: #4e4436;
}

a{
  color: #4e4436;
}

a:hover{
  text-decoration: none;
}

ul{
  list-style: none;
}

#wrapper{
  width: 90%;
  margin: 20px auto 0 auto;
  background: #fff;
  border: 3px solid #436175;
}

#header{
  display: block;
  height: 75px;
  background: url('images/nothermachis.png');
  background-repeat: no-repeat;
  /*border: 10px solid #fff;*/
}

#header h1{
  line-height: 200px;
  text-align: center;
  font-size: 50px;
  color: #4e4436;
}

#menu{
  text-align:center;
  display: block;
  height: 40px;
  /*background: url('images/menu.jpg') repeat-x;*/
  background-color: #ccd8e0;
  border-top: 2px solid #958369;
  border-bottom: 2px solid #958369;
}

#menu ul{
  margin: 0 5px;
}

#menu li{
  display: inline;
}

#menu li a{
  color: #4e4436;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#menu li a:hover{
  border-bottom: 1px solid;
	border-top: 1px solid;
}

#content{
  /*background: url('images/content.jpg') top right repeat-y;*/
  /*background-color: black;*/
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*height: 600px;*/
  font-family: verdana, helvetica, sans;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  /*overflow: auto;*/
}

#right{
  display: block;
  width: 190px;
  float: right;
  padding-right: 10px;
	padding-top: 30px;
}
#right h2{
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #958369;
  padding: .6em .4em;
  background: #ffffff;
}

#right ul li a{
  display: block;
  padding: .3em;
  border-bottom: 1px solid #958369;
  border-left: 1px solid #958369;
  border-right: 1px solid #958369;	
  text-decoration: none;
  font-size: .9em;
  background: #ccd8e0;
}

#cheat {
	border-top: 1px solid #958369;
}

#right ul li a:hover{
  background: #FFFFFF;
}


#main{
  margin-right: 220px;
  padding: 0 20px;
}

#main h2{
  font-size: 1.4em;
  color: #958369;
  margin-bottom:4px;
}

#main h3{
  font-size: 1em;
  color: #958369;
  margin: .5em 0;
}

#main .desc{
  font-size: .7em;
}

#main p{
  text-align: justify;
  margin: .5em 0 1.2em 0;
}

#main ul{
  list-style: disc;
  margin: 1em 0;
}

#main ul li{
  margin-left: 25px;
}

#main ol{
  margin: 1em 25px 1em 0;
}

#main blockquote{
  padding-left: 50px;
  background: url('images/quotes.jpg') top left no-repeat;
  margin: 1em 0;
}


#footer{
  display: block;
  margin: 0 auto;
  width: 750px;
  text-align: center;
  padding: 1em;
  font-size: .8em;
}

.slogan {
  font-family: impact, arial,verdana, helvetica, sans;
  font-size: 42px;
  font-weight: normal;
  color: #436175;
  font-style: italic;
  padding-bottom: 15px;
  }

.subnote {
	font-size:10px;
	}

