/* Coded by www.edwin-neef.com */


/* All */
* {
	padding: 0;
	margin: 0;
}


/* Body */
body {
	background: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #004381;
}


/* Document */
.doc {
	width: 760px;
	margin: auto;
}


/* Navigation */
.nav {
  text-align: right;
  height: 125px;
}
.nav ul {
  margin-top: 55px;
  float: right;
}
.nav ul li {
  list-style-type: none;
  padding-left: 25px;
  float: left;
}
.nav ul li a {
  color: #FFF;
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav ul li a:hover {
  color: #83b9cb;
}


/* Content */
.con {
  margin-top: 50px;
  padding: 10px;
  width: 738px;
  background: #FFF;
  border: 1px solid #666;
  min-height: 100px;
  color: #666;
  font-family: arial;
  font-size: 12px;
}
.con h1 {
  font-size: 24px;
  font-family: Trebuchet MS;
  font-weight: normal;
  border-bottom: 1px solid #666;
  color: #333;
  margin-bottom: 10px;
}
.con h2 {
  font-size: 24px;
  color: #ff0099;
  font-family: Trebuchet MS;
  font-weight: normal;
}
.con p {
  color: #666;
  font-family: arial;
  font-size: 12px;
  margin-bottom: 16px;
}
.left {
  float: left;
}


/* Adsense */
.rec {
  float: left;
  width: 300px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}


/* Footer */
.valid {
  margin-bottom: 20px;
  float: right;
  font-size: 11px;
  font-family: arial;
  color: #83b9cb;
}
.valid a {
  color: #83b9cb;
  text-decoration: none;
}
.valid a:hover {
  text-decoration: underline;
}
.copyright {
  margin-bottom: 20px;
  float: left;
  font-size: 11px;
  font-family: arial;
  color: #83b9cb;
}
.copyright a {
  color: #83b9cb;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
