

/*@import url(http://fonts.googleapis.com/css?family=Unkempt); */
@import url(http://fonts.googleapis.com/css?family=Tangerine);

/*-----------------------------------*\
	$RESET
\*-----------------------------------*/

* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}



/*-----------------------------------*\
	$MAIN
\*-----------------------------------*/

html {
  font-size: 100%;
  font-family: Verdana, Geneva, sans-serif;

}

@media screen and (max-width: 650px) {
	html {
		font-size: 100%;
	}
}

body {
  margin: 22px auto;
  background-color: #674322;
  background-image: url(bg_312171.png);
}

.container {
  max-width: 840px;
  min-height: 580px;
  margin: 30px auto;
  padding: 0;
  background-color: #ece1dd;
  background-image: url(big-a.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border: 0px solid #000;
  box-shadow: 1px 1px 8px #000000;
}

.title {
  position: relative;
  float: left;
  top: 340px;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  text-align: center;
  background-color: #ece1dd;
  border: 0px solid #00FF00;
}

h1 {
  font-family: Tangerine;
  font-size: 48pt;
  font-weight: normal;
  color: #674322;
  line-height: 1.1;
  padding-top: 0px;
  text-shadow: 0px 0px 7px #000;
  border: 0px solid #0000ff;
}

h2 {
  font-family: Tangerine;
  font-size: 22pt;
  font-weight: normal;
  color: #674322;
  margin-top: 15px;
  text-shadow: 0px 0px 7px #000;
  border: 0px solid #ff0000;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 20px;
  border: 0px solid #330099;
}

a:link {
  color: #330000;
  text-decoration: none;
}

a:hover, a:visited:hover {
  color: #a19d97;
  text-decoration: none;
}

a:visited, a:visited {
  color: #330000;
  text-decoration: none;
}

ul {
  line-height: 1.35;
  font-weight: normal;
  text-align: center;
}

.list1, .list2, .list3, .list4 {
  position: relative;
  float: left;
  clear: right;
  display: inline-block;
  top: 280px;
  left: 0px;
  width: 209px;
  padding-left: 10px;
  border: 0px solid #99FF33;
}

/*.list1, .list4 {
  width: 190px;
}

.list2 {
  width: 190px;
}

.list3 {
  width: 190px;
}*/

li {
  list-style: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
