@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: repeat;
	background-color: #333;
	/* This next one is for IE6 */
background-attachment: fixed;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, serif;
}


img#background {
	color:white;

min-width:1240px;
position:absolute;
width:100%;
z-index:-10;
}

#bg{
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	position:fixed;
	overflow:hidden;
}

h1 {
	font-size:110%;
	letter-spacing:0.05em;
	font-weight:normal;
	font-style:italic;
	color:white;
	padding:0;
	margin:0;
}

h2 {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.02em;
	color:#555;
	font-weight:bold;
}


/*This places an invisible div in the background which is made into a link home*/
#homelink{
	cursor: pointer;
		height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	position:fixed;

}

/*This wrapper contains all the divs and places them in the right place*/
#wrapper {
	height:100%;
	min-height:100%;
	background-color:#FFF;
	margin:0;
	padding:0;
	width:680px;
	position:absolute;
	left:100px;
	top:0;
	height:auto;
}

/*This CSS defines the Navbar*/
#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#000;
	color:#FFF;
	height:47px;
}

#navigation ul li {
	text-align:center;
	list-style:none;
	float:left;
	display:inline;
}

#navigation ul li a img {
	border:none;
}

.wider {
	width:114px; /*The outside buttons 1px bigger to compensate*/
}

.smaller {
	width:113px;
}

.here {
	background-color: #1cd1f1; 
}

/*This css defines the main content of the page*/
#content {
	background:#FFF;
	clear:both;
	padding:10px;
}

/* this is a 10px spacer between lines */
.spacer {
	padding:5px;
	clear:both;
}


/*Defines the size of the images and captions as well as making the small boxes sit next to each other*/
.imagebig img{
	width:660px;
}

.imagesmall img {
	width:330px;
}

.captionbig {
	width:635px;
}

.captionsmall {
	width:305px;
}

.buttonbig {
	width:660px;
}

.buttonsmall {
	width:330px;
}

.imagesmall, .captionsmall, .textsmall, .buttonsmall {
	float:left
}

.captionsmall, .captionbig{
	padding:10px 10px 10px 15px;
}

.captionsmall p, .captionbig p{
	padding:0;
	margin:0;
	font-size:70%;
	font-style:italic;
	color:#FFF;
	
}

.buttonbig a:link, .buttonsmall a:link, .buttonbig a:visited, .buttonsmall a:visited {
	padding:10px 10px 10px 15px;
	margin:0;
	color:#FFF;
	font-size:110%;
	color:#FFF;
	display:block;
	background-color:#1cd1f1;
	text-decoration:none;
	font-style:italic;
	letter-spacing:0.05em;
	
}

.buttonbig a:hover, .buttonsmall a:hover {
	background-color:#9FF;
}

/*defines big and small text boxes*/
.textbig {
	width:635px;
}

.textsmall {
	width:305px;
}

.textsmall, .textbig{
	padding:10px 10px 10px 10px;
}

.textsmall p, .textbig p {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.02em;
	color:#555;
}

.textsmall a:link, .textsmall a:visited, .textbig a:link, .textbig a:visited {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, serif;
	font-size:12px;
	line-height:20px;
	color:#555;
	letter-spacing:0.02em;
}

.textsmall p a:hover, .textsmall p a:active, .textbig p a:hover, .textbig p a:active  {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, serif;
	color:#1cd1f1;
	text-decoration:underline;
}

/*The colour classes that you can use to change the caption colour*/
.pink {
	background-color:#1cd1f1;
}


/*smaller footer on homepage*/
#homefooter {
	padding: 8px 8px 6px 8px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:110px;
	color:white;
	background-color:#000;
	font-size:50%;
	font-weight:bold;
	line-height:150%;
}

/*footer on other pages*/
#footer {
	padding: 8px 8px 6px 8px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:10px;
	color:white;
	background-color:#000;
	font-size:50%;
	font-weight:bold;
	line-height:150%;
}
