/*  
Tutorial css
Author: Mikkel Bech
Author URI: http://www.bechbox.dk
*/

body{
  margin: 0;
  padding: 0;
  background: #FDFDFD url(../images/bodyRepeater.jpg) top left repeat-x;
  color: #707070;
  font: 13px/1.4 arial, helvetica, sans-serif;
}

a{
  color: #0071B9;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}

a:hover, a:active{
  color: #B90000;
}

img{
  border: 0;
}

#wrapper{
  margin: 80px 0 0 29px;
  width: 956px;
}

h1{
  margin: 0;
  padding: 0;
}

h1 a{
  display: block;
  width: 320px;
  height: 253px;
  background: url(../images/logo.jpg);
  text-indent: -9000px;
  overflow: hidden;
  top: 0;
  position: absolute;
  top: 0;
  left: 669px;
}

h2{
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 24px;
  font-weight: normal;q
}

h2 a{
  text-decoration: none;
  color: #707070;
  font-weight: normal;
}

h3{
  margin: 0;
  padding: 5px 0 0 0;
  display: block-inline;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 14px;
  font-weight: normal;
}

h3 a{
  text-decoration: none;
  color: #707070;
  font-weight: normal;
}

h4{
  margin: 0 12px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

p{
  margin: 8px 0;
  padding: 0;
}

.abstract {
	width: 619px;
}

.reset {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0px;
	line-height: 1px;
	height: 1px;
}

.img_right {
	float: right;
	margin: 0 0 0 15px;
}

/*
--------------------- FOOTER
*/

#footer{
  margin: 30px 0;
  background: #3E3E3E;
  color: #FDFDFD;
}

#footer p{
  margin: 0;
  padding: 0 10px;
  font-size: 10px;
  line-height: 12px;
}

#footer .footertop{
  padding: 15px 10px 0 10px;
}

#footer .footerbottom{
  padding: 0 10px 15px 10px;
}

#footer a{
  color: #FFF;	
}
