﻿/* Colours */

body
{
  background: #fff;
  color: #565c61;
}
h1
{
  color: #82a2c2;
}
h2
{
}
h3
{
  color: #373c40;
}
h4
{
  color: #474c51;
}
a:focus, a:hover
{
  color: #009999;
}
a
{
  color: #28639c;
}
.cloak
{
  color: #ffffff;
}
.default
{
  color: #7d4819;
}


/* Blocks */

#header
{
  background: url('../images/bg_med_header.png');
  width: 100%;
  height: 72px;
  margin-bottom: 3em;
}
#header h1
{
  position: absolute;
  top: 20px;
  left: 0px;
}

#content
{
  margin: 30px;
  width: 0em;
}

img.photo
{
  float: right;
  border: 0px #666666 solid;
}
img.diagram
{
  float: right;
  margin: ;
}

img.tl
{
  position: absolute;
  top: 0;
  left: 0;
}

img.tr
{
  position: absolute;
  top: 0;
  right: 0;
}

img.bl
{
  position: absolute;
  bottom: 0;
  left: 0;
}

img.br
{
  position: absolute;
  bottom: 0;
  right: 0;
}

#parallax
{
  background: #96acc1;
  clear: right;
  margin-bottom: 1.5em;
}


/*
.default
{
  text-align: left;
  font-style: italic;
  font-weight: normal;
  margin-right: 0;
  width: 24em;
}
*/


#parallax
{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 390px;
	background-color: #FFFFFF;
}

