@charset "utf-8";


/* .bg_main {
	background-image: url(../images/Bg.jpg);
}
*/


/* whole page */
#wholeShebang {
	margin:auto;
	width: 920px;
	background-color: #FFF;
	overflow:visible;
	top: 20px;
	height: 150px;
	margin-top: 20px;
}
/* top */

#top {
	
	width: 1000px;
	/*position:relative;*/
	background-color:#fff;
	float: left;
	height:100px;
	}
	
#topLeft {
	float:left;
	margin-left:30px;
	width: 470px;
	text-align:left;
}
#topRight {
	float:left;
	width: 440px;
	text-align:right;
}
/* end of top bit */

/* image and quotes - different for each page */
#piccieHome {
	
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img1.jpg);
	margin-top:12px;
	}
	
	#piccieHome2 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img2.jpg);
	margin-top:12px;
	}
	
	#piccieHome3 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img3.jpg);
	margin-top:12px;
	}
	
	#piccieHome4 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img4.jpg);
	margin-top:12px;
	}
	#piccieHome5 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img5.jpg);
	margin-top:12px;
	}
	#piccieHome6 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img6.jpg);
	margin-top:12px;
	}
	#piccieHome7 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img7.jpg);
	margin-top:12px;
	}
	#piccieHome8 {
	width: 920px;
	float: left;
	height:314px;
	background-image:url(../images/topImages/img8.jpg);
	margin-top:12px;
	}
	
#quote {
	margin-left:20px;
	margin-top:35px;
	width:600px;
	height:175px;
	
}

/* menu */
#menuBit {
	float:left;
	margin-left:30px;
	width: 800px;
	height: 25px;
	overflow: hidden;
	/*margin-top:2px;*/
}


/* middle bit */

#mainBit {
	float:left;
	margin-left:30px;
	width: 900px;
	height: auto;
	overflow: hidden;
}

#mainBitLeftTop {
	float:left;
	/*margin-left:40px;*/
	width: 400px;
	margin-right:75px;
	height: auto;
	overflow: auto;
	margin-bottom: 12px;
}
#mainBitRightTop {
	float:left;
	width: 400px;
	margin-right:20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
#mainBitLeftBot {
	float:left;
	margin-top:0px;
	width: 400px;
	margin-right:75px;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
#mainBitRightBot {
	float:left;
	margin-top:0px;
	width: 400px;
	margin-right:20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}

/* bottom bit */

#foota {
	width:900px;
}

#leftFoota {
	float: left;
	width: 500px;
	height: 60px;
	/*position:absolute;
	background-color:#F90;*/
	display: inline;
}

#rightFoota {
	float: right;
	width: 400px;
	height: 60px;
	text-align:right;
	/*position:absolute;
	background-color:#F90;*/
	display: inline;
}


/* fonts */


h1 { font: "Courier New", Courier, monospace; font-size:24px; font-family:"Courier New", Courier, monospace; color: #333; font-weight:bolder;}
.SerifBigQuotes { font-family:"Courier New", Courier, monospace; font-size:28px; color: #fff; /*font-style:italic;*/ font-weight:bolder;}
.generalStuff {
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color: #666;
	}
	
.tailText {
font: Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:400;
	color: #666;
	text-decoration:none;
}
.whoSaidThat {font-family:Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold; color: #FF8B33;;}
.whereTheyFrom {font-family:Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold; color: #fff;}

.linkText {font-family: "Courier New", Courier, monospace;
	font-size:15px;
	color:#FF8B33;
	font-weight:bold;
	text-decoration:none;
	
}
.linkText:hover {
	font-size:15px;
	color: #903;
	font-weight:bold;
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	
}
.menuText {
	font-size:18px;
	color:#FF8B33;
	/*font-weight:bold;*/
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	font-weight: normal;
	
}
.menuText:hover { 
font-size:18px;
	color:#bc1a5d;
	/*font-weight:bold;*/
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	}

/* dissappearing div etc. */

#apDiv1 {
	/*clear:both;*/
	position:relative;
	left:-45px;
	/*top:623px;*/
	float:none;
	width:56px;
	height:59px;
	z-index:12;
	bottom: 25px;
}

.makeItOrange { color:#FF8B33; font: "Courier New", Courier, monospace; font-size:22px; font-weight:bolder;}
