﻿/* - piagi css style sheet - */
/* - Created by: Paul Drayton - Date 29th March 2010 - */
/* - Version 1.0 - */

/* -------------------------- Heading Fonts ---------------------- */
h1 {
	font-family: "Century Gothic";
	font-size: xx-large;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-family: "Century Gothic";
	font-size: large;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	font-family: "Century Gothic";
	font-size: xx-large;
	color: #FF0000;
	font-weight: normal;
}
h4 {
	font-family: "Century Gothic";
	font-size: large;
	color: #FF0000;
	font-weight: normal;
}
h5 {
	font-family: "Century Gothic";
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
}

/* ------------------------ Paragraph font ----------------------- */
p {
	font-family: "Century Gothic"; 
	color: #FFFFFF;	
	font-size: small;
}
/* ------------------ Hyper Link fonts+colours -------------------- */
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	font-family: "Century Gothic";
	font-size: small;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: small;
	text-decoration: none;
}
a:hover {
	color: #00FF00;	
	font-family: "Century Gothic";	
	font-size: small; 
	text-decoration: none;
}
/* -------------------------- Background ------------------------ */

body {
	color: #FFFFFF;
	background-color:black;
	font-family: "Century Gothic";
	font-size: small;
	font-weight:normal
}

/* ------------------------ Page Formating ------------------------ */

body {
	text-align:center;		/* IE workaround - this makes all defaul text centered */
}
#bodytext {
	padding:1em;
	margin-right:175px;
}
#header100px {
	margin:0px auto;
	width:90%;
	height:100px;
}
#logodiv {
	margin:20px auto 30px auto;
	width:90%;
	height:205px;
}
#textforafterlogo {
	margin:0px auto 0px auto;
	width:90%;
	height:30px
}
#floatingbuttonscontainer {
	margin:50px auto 0px auto;
	width:90%;
	height:250px;
}
#padder {
	margin:0px auto;
	width:90%;
	height:20px;
}

#maincontainer {
	margin:0px auto;
	width:90%;
	text-align:left;		/* IE workaround - this makes the ID Main text aligned left and cancels default text */
}
#mainarea {
	margin:0px auto;
	margin:auto;
	width:70%;
	height:150px;
}
#rightsidebar {
	float:right;
	width:150px;
	margin: 0px 0px 0px 0px;
	padding:1em;
	min-height:600px;	
}
#leftsidebar {
	float:left;
	width:150px;
	margin: 0px 0px 0px 0px;
	padding:1em;
	min-height:600px;
}
#footer {
	margin:0px auto;
	width:90%;
	height:20%;
}

/* --------------- boxes and images ------------------*/

#image1 {
	float: left;
	height: 80%;
	width: 21%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
#image2 {
	float: left;
	height: 80%;
	width: 21%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
#image3 {
	float: left;
	height: 80%;
	width: 21%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
#image4 {
	float: left;
	height: 80%;
	width: 21%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}

img.advert1 {
	float:left;
	clear:right;
	margin:10px;
}
img.advert2 {
	float: right;
	clear: left;
	margin:10px;
}



/* -------------------------
- End piagi style sheet - 
------------------------- */