/* Koga 2008 */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #071e68;
  background: #090c82 url('/images/2008/kogologo_bg.jpg') repeat;
}

#wrapper {
  width: 975px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url('/images/2008/wrapper_bg.jpg') repeat-y;
}

#page {
  width: 935px;
  margin: 0 20px;
}

#header {
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 10px;
}

#logo-block {
  float:left;
  position:relative;
  width: 308px;
}

#contact-nav-block {
  float:right;
  position:relative;
  width: 620px;
}

#contact-block {
  height: 142px;
}

.contact-inner-block {
  float: left;
  position: relative;
  padding: 40px 0 0 15px;
  width: 190px;
  color: #0c7b03;
  font-size: 12px;
  font-weight: bold;
}

#navbar {
  float: left;
  position: relative;
  background: #e5e5e5 url('/images/2008/nav/navbar-bg.jpg') repeat-x;
  height: 21px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navbar li { 
  float: left;
  position: relative;
  height: 21px;
}

.nav {
  padding: 0 15px;
  background: url('/images/2008/nav/tab-bg.jpg') right no-repeat;
}

.nav a {
  display: block;
  color: #16ad0c;
  padding: 4px 12px 0 0;
  text-decoration: none;
}

.firstnav {
  padding-left: 0;
}

.firstnav a {
  background: url('/images/2008/nav/tab-left-first.jpg') no-repeat; 
  padding-left: 25px;
  padding-bottom: 2px;
}


#content {
  
}

#photobox {
  float: left;
  position: relative;
  width: 308px;
  background: url('/images/2008/photobox-bg.jpg') repeat-y;
}

.photobox-pic {
  border: 1px solid #e5e5e5;
  margin: 5px 0 1px 21px;
}

#content-inner {
  float: right;
  position: relative;
  width: 615px;
}

#footer {
  padding: 5px 0 15px;
  margin-top: 15px;
  border-top: 1px dotted #ccc;
}

#footer p {
  text-align: center;
  color: #999999;
  font-size: 11px;
  margin: 0;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

h1 {
  font-size: 17px;
}

h2 {
  font-size: 15px;
}

#home-info {
  line-height: 140%;
}

#home-info h2 {
  margin-bottom: 0;
}

.portrait {
  float: left;
  position: relative;
  padding: 0 0 25px 30px;
  font-weight: bold;
  text-align: center;
}

.portrait img {
  border: 2px solid #b7b7b7;
}


.newsletter-stack {
  float: left;
  position: relative;
  padding: 15px 40px;
  text-align: center;
  line-height: 150%;
}

.newsletter-stack h3 {
  margin: 0;
  font-size: 14px;
}
.newsletter-stack a {
  display: block;
  font-size: 12px;
  line-height: 150%;
}

