*{
  margin: 0;
	padding: 0;
}

body{
  background:url('images/gb.jpg') top left no-repeat #003388;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFCC;
	text-align:center;
	line-height: 1.5em;
	letter-spacing: .1em;
}

a, a:visited{
  color: #FFCC00;
}

a:hover{
  color: #FFD400;
}

#container{
  width: 600px;
	margin: 0px auto;
	text-align:left;
	padding: 40px 0 0;
}

h1,h2,h3,h4{
  font-size: 1.0em;
	font-weight: normal;
	letter-spacing: .5em;
	margin: 0 0 50px 0;	
}

h1{
  color: #ffcc00;
}

.siteTitle{
  text-align:center;
}

#breadcrumb{
  text-align:left;
	height: 30px;
	text-transform: uppercase;
	padding: 5px 0 0 5px;
	color: #ffcc00;
	font-size: .8em;
}

#footer{
  font-size: .8em;
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

#footer a, 
#footer a:visited,
#footer a:hover{
	color: #003388;
}

.primary{
  text-align:center;
	padding: 50px 0;
}


p{
	text-align: justify;
	padding: 0 0 20px;
}

.left{
  float:left;
	text-align:left;
}

.right{
  float:right;
	text-align: right;
}