p {
	margin-top: 30px;
}

#logo {
  display: block;
  float: left;
  margin-left: 60px;
  margin-top: -35px;
}

#title {
	float: left;
	width: 600px;
	margin-left: 45px;
	margin-right: 10px;
	font-family: 'Merienda One', cursive;
	font-size: 50px;
}

#press img {
	float: right;
	margin-top: -30px;
}

#footer_text a {
  font-size: 13px;
  
  color: #79837d;
  text-decoration: underline; white-space: nowrap;
}

#slogan {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #a6a3a3;
}
a.main_nav_active_item {
  font-family: Tahoma, serif;
  font-weight: bold;
  text-decoration: none;
  color: #A48C7A;
}
a.main_nav_item {
  font-family: Tahoma, serif;
  font-weight: bold;
  text-decoration: none;
  color: #426f90;
}
a.main_nav_item:hover {
  color: #A48C7A;
  font-family: Tahoma, serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

a.sub_nav_active_item {
  text-decoration: none;
  color: #A48C7A;
}

a.sub_nav_item {
  text-decoration: none;
  color: #35312f;
}
a.sub_nav_item:hover {
  text-decoration: none;
  color: #3e7aa1;
}
.content h1 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #5a5959;
}
.content h2 {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #3a5d75;
}
.content h3 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #4e9247;
}
.content, .content p {
  font-size: 15px;
  text-decoration: none;
}
.content a:link {
  font-size: 100%;
  text-decoration: underline;
  color: #1688da;
}
.content a:visited {
  text-decoration: underline;
}
.content a:hover {

}
.content a:active {
  font-size: 100%;
  text-decoration: underline;
  color: #1e1e1e;
}
#footer_text {
  font-size: 10px;
  text-decoration: none;
  color: #79837d;
}