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

body{
	background-image:url(../TourforceEd77/Images/bgi.jpg);
	background-repeat:repeat-x;
	background-color: #bbcd83;
	font-family: Arial, Helvetica, sans-serif;
}
/*This bit of code will cancell the large blue bordwe thAT apears around linked images when you wrap them in an 'a' tag.*/
a{ 
	text-decoration:none;
	border:0px solid #fff;
}

h1, h2, ul, li, p{
	padding: 0;
	margin: 0;
}

#wrapper{
	width: 800px;
	border: 10px solid #FFF;
	margin: 0 auto;
}

#header{
	height: 150px;
	background-color: #C4696A;
	background-image:url(../TourforceEd77/Images/Heading.jpg);
}

#editionbar{
	height: 35px;
	background-color: #3A3A3A;
	font-weight: bold;
}
#edition{
	color:#FFF;
	float:left;
	text-align:left;
	height: 35px;
	width: 270px;
}

#edition p{
	padding: 10px 5px 10px 45px;
}
#circulation{
	color:#FFF;
	float: right;
	text-align:right;
	height: 35px;
	width: 400px;
}
#circulation p{
	padding: 10px 45px 10px 0;
}
#void{
	background-color: #fff;
	height: 10px;
	width: 800px;
}
#publishedbar{
	height: 35px;
	background-color: #3A3A3A;
	font-weight: bold;
}
#publishedby{
	height: 35px;
	width: 600px;
	float: left;
	background-color: #3A3A3A;
}
#publishedby p{
	color:#FFF;
	float:left;
	font-weight: bold;
	padding: 10px 5px 10px 45px;
}
#contentwrapper{
	padding: 10px;
	background-color: #EDEDED;
	clear:both;
}

#content{
}

#facebookwrapper{
	background-color:#FF3;
}

#facebook{
	width: 630px;
	height: 100px;
	background-color:#97BAFF;
	color: #FFF;
	text-align: center;
	float:left;
}

#facebook h1{
	padding: 29px;
}

#facebookicon{
	width: 150px;
	height: 100px;
	background-color:#0C6;
	background-image:url(../TourforceEd77/Images/facebookicon.jpg);
	float: left;
}

#quicklinkswrapper{
	clear:both;
	padding:10px;
}

#quicklinkswrapper li{
	float: left;
	background-color: #FFF;
	margin:5px;
	width: 370px;
	height: 50px;
	list-style: none;
	color: #3A3A3A;
}
#quicklinkswrapper li:hover{
	background-color: #3A3A3A;
	color: #FFF;
}
#quicklinkswrapper ul{
	height:290px;
}
#quicklinkswrapper li p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
#headerbar{
	clear:both;
	height:70px;
	background-color: #3A3A3A;
	margin: 10px 0 10px 0;
	color: #FFF;	
}
#headerbar h1{
	padding: 13px 0 0 20px;
	font-size: 40px;
}
#storyheaderbar{
	background-color: #444444;
	height: 50px;
	margin-top: 10px;
}
#storyheaderbar h1{
	color: #FFF;
	padding: 5px 0 0 21px;
	font-size: 30px;
}
#storyheaderbarlong{
	background-color: #444444;
	height: 80px;
	margin-top: 10px;
}
#storyheaderbarlong h1{
	color: #FFF;
	padding: 5px 21px 0 21px;
	font-size: 30px;
}
#subheaderbar{
	height: 35px;
	background-color: #5D5D5D;
	color: #FFF;

}
#subheaderbar h2{
	padding: 5px 0 0 22px;
	font-size:16px;
}
#story{
	background-color: #FFF;	
}

#story p{
	padding: 10px 15px 10px 15px;
}
#leftcolumn{
	width: 390px;
	float: left;
}
#leftcolumn ul{
	padding: 0px 15px 0px 30px;
}
#rightcolumn{
	height: 290px;
	width: 390px;
	float: left;	
}
#rightcolumn ul{
	padding: 0px 15px 0px 30px;
}
#rightcolumnspecial{
	height: 300px;
	width: 390px;
	float: right;
}
#rightcolumnimagesonly{
	height: 500px;
	width: 390px;
	float: right;
}
#image{
	background-color: #FC3;
	height: 250px;
}
#clear{
	clear:both;
	background-color:#0F6;
}
#footer{
	height: 100px;
	background-color: #FFF;
}
#boxOne{
	width: 227px;
	height: 60px;
	float: left;
	border: 20px solid #EDEDED;
	border-color: #3A3A3A;
	color:#333;
}
#boxOne p{
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#boxTwo{
	width: 226px;
	height: 60px;
	float: left;
	border: 20px solid #EDEDED;
	border-color: #3A3A3A;
}
#boxTwo p{
	text-align: center;
	padding: 10px;
	color:#333;
	font-weight: bold;
}
#boxThree{
	width: 227px;
	height: 60px;
	float: left;
	border: 20px solid #EDEDED;
	border-color: #3A3A3A;
}
#boxThree p{
	text-align: center;
	padding: 10px;
	color:#333;
	font-weight: bold;
}
.boldtext{
	font-weight: bold;
}
.imagesource{
	font-size: 9px;
}