/* CSS Document */
body{
	margin:0px;
	padding:0px;
	line-height: 18px;
	background: #fff url(images/mainbg.gif) repeat-x;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

body,html{height:100%; margin:0; padding:0px;}

a {
	color: #315a83; 
	background: inherit;
}

a:hover {
	color: #bc243c;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #bc243c;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #ffffac;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.body_txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height:15px;
}

.title {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #323334;
	border-bottom: dotted #999999 1px;
	line-height:24px;	
}


#layout {width:100%; margin:auto; padding:0;}
#mainheader {
	clear: both;
	height: 230px;
	margin: auto;
	padding: 0;
	background-image: url(images/The-Lighter-Club-of-Great-Britain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#sitename {
	clear: both;
	height: 163px;
	width:960px;
	margin: auto;
	padding: 0;
}
#sitename .padding {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 200px;
}	
#sitename h1 {
	margin: 0;
	color: #333333;
	font-family: 'arial';
	font-size: 48px;
	font-weight: bold;
}
	

/*- topmenu --------------------------- */

#topmenu {
	margin: auto;
	height: 55px;
	width:960px;
	text-align:center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#topmenu ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}

#topmenu ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#topmenu ul li a {
	width: 120px;
	height: 29px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px "arial";
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#topmenu ul li a:hover {
        color: #fff;
        background: #bc243c;
		height: 25px;
}

#topmenu a:active {
		height: 29px;
        background: #828282;
        color: #fff;
}

#topmenu li#active a {
		height: 29px;
        background: #828282;
        color: #fff;
}



#container{
	clear: both; margin:auto; padding:0; width:100%;
	}
	
#page_content { 
	clear: both;
	height: 100%;
	width:960px;
	vertical-align:top;
	margin: auto;
	padding: 0;
	}

/*----left Panel----*/
.left {
	float: left;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
	.left_panel {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lefttop {
	height: 10px;
	color: #FFF;
	background-color: #ffffff;
	background-image: url(images/lefttop.gif);
	background-repeat: no-repeat;
	}
	
	.leftblock {
		color: #000;
		padding: 2px 12px 10px 12px;
		margin: 0 0 15px 0;
		background: #eeeeee url(images/leftbtm.gif) no-repeat bottom left;
	}
	
	.leftblock a {
		color: #BC243C;
		background: inherit;
	}
	
	.leftblock a:hover {
		color: #323334;
		background: inherit;
	}
		
	.leftblock h2 {
		color: #000000;
		background: #999999;
		padding: 5px 5px 5px 10px;
	}
	
/*----left Panel----*/


/*----right Panel----*/
.right {
	float: right;
	width: 280px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.right a {
	color: #bc243c;
	background: inherit;
}

.right a:hover {
	color: #323334;
	background: inherit;
}

		
	.righttop {
		background: url(images/shp_topright.gif) no-repeat;
		color: #fff;
		height: 17px;
	}
		
	.right_articles {
		font-size: 1em;
		background: #eaeaea url(images/shp_btmright.gif) no-repeat bottom left;
		color: #000;
		padding: 0px 15px 17px 20px;	
		margin: 0 0 10px 0;
	}


/*----right Panel----*/


/*--------------footer-----------------*/
#footermain{
	height: 55px;
	width: 100%;
	background: url(images/footer_bg.gif) repeat-x top left;
	color: #fff;
	font: 13px/20px 'arial';
	margin: auto;
	clear: both;
	padding: 25px 0 0 0;
}

#footer{
	width:960px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer ul{
	width:700px;
	height:22px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer li{
float:left; 
}

#footer ul li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
}

#footer ul li a:hover{
text-decoration:underline; 
font-weight:bold;
}

#footer .copyright{
	width:620px;
	position:relative;
	color:#fff;
	font-size:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer .copyright a{
text-decoration:none; 
margin:0; color:#fff;  
font-size:12px;
} 

#footer .copyright a:hover{
text-decoration:underline; 
margin:0; color:#fff;  
font-size:12px;
} 

/*----/end footer----*/

/*----Middle Panel----*/
.middle {
	float: left;
	width: 960px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
	.middle_panel {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.middletop {
	height: 10px;
	color: #FFF;
	background-color: #ffffff;
	background-image: url(images/middletop.gif);
	background-repeat: no-repeat;
	}
	
	.middleblock {
		color: #000;
		padding: 2px 12px 10px 12px;
		margin: 0 0 15px 0;
		background: #eeeeee url(images/middlebtm.gif) no-repeat bottom left;
	}
	
	.middleblock a {
		color: #BC243C;
		background: inherit;
	}
	
	.middleblock a:hover {
		color: #323334;
		background: inherit;
	}
		
	.middleblock h2 {
		color: #000000;
		background: #999999;
		padding: 5px 5px 5px 10px;
	}
	
/*----Middle Panel----*/
