/* Alan Colquhoun, A00390667 */

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background: url(../images/bg_tile.png);
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #4a4a4a;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 36px;
	line-height: 26px;
}
h1.title {
	margin: 50px 0 25px -200px;
	color: white;
	padding: 0;
}
h2 {
	font-size: 30px;
	margin: 20px 0 20px 0;
}	
p {
	line-height: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #0000EE;
}	
a:visited {
	color: #551A8B;
}	
a:hover {
	color: red;
}
a:active {
	color: green;
}	

/*-----------------------------------------------------------------------------------*/
/*	HEADER and TOP NAVIGATION
/*-----------------------------------------------------------------------------------*/

#header {
	position: fixed;
    border: 5px solid silver;
    width: 990px;
    height: 120px;
	background: url(../images/purplehaze.jpg);
	z-index: 20;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

#wrapper {
	margin-left: 244px;
}	
#content {
	position: relative;
	top: 125px;
	left: 0;
	border-right: 4px solid silver;
	border-left: 4px solid silver;
	width: 932px;
	height: 1260px;
	background: #1CA6AF;
	padding: 30px;
}
#content p {
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 20px 15px -200px;
}	
#content img {
	margin: 30px 0 30px -200px;
}	

#filez {
	margin: -20px 0 0 20px;
	line-height: 1.2;
}
	
.one-third {
	width:30.66%;
}
.one-third {
	margin-right: 4%;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
		
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
	top: 125px;
	margin-left: 0;
	border: 4px solid silver;
    width: 932px;
	height: 472px;
	background: #D0E1F9; 
	color: black;
	padding: 30px 30px 20px 30px;
	z-index: 50;
}
#footer .footer-box {
	height: 260px;
}
	
#footer .footer-box.one-third h2 {
	text-shadow: 1px 1px;
}	

#footer .btmtext {
	position: relative;
	margin: 115px 0 0 196px;
	font-size: 28px;
}
	
/*-----------------------------------------------------------------------------------*/
/* TO-TOP BUTTON
/*-----------------------------------------------------------------------------------*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 300px;
  width: 50px; 
  height: 50px;
  z-index: 99;
  border: none;
  outline: none;
  background: url(../images/uparrow.png);
  cursor: pointer;
}

#myBtn:hover {
  background-color: #555;
}
