/* CSS Document */
body{
margin-top:0px;
padding-top:0px;
background-color:#CCCCCC;
}

.container{
margin-top:0px;
margin:auto;
width:1000px;
background-color:#EEEEEE;
}

.banner{
width:1000px;
height:140px;
background-image:url(images/banner1.jpg);
background-repeat:no-repeat;
font-size:34px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font:Ariel;
font-weight:bold;
line-height:129px;
}
.navbar{
width:1000px;
height:40px;
background-color:#000000;
background-image:url(images/navbar.jpg);
background-repeat:repeat-x;
}

.navitem{
text-decoration:none;
color:#FFFF00;
font-family:Tahoma,Arial, "Times New Roman" ;
font-size:20px;
font-weight:bold;
height:40px;
margin-left:5px;
margin-right:5px;
}

.navitem:hover{
text-decoration:underline;
}

.leftcolumn{
width:280px;
float:left;
border:#000000;
border-width:2px;
vertical-align:middle;
background-image:url(images/sidebar.jpg);
background-repeat:no-repeat;
background-position:center;
border-style:solid;
height:486px;
background-color:#990000;
}

.leftcoltxt{
margin-left:10px;
margin-right:10px;

text-align:left;
color:#FFFF00;
font:Tahoma, "Times New Roman", Arial;
font-size:16px;
font-weight:bolder;
}

.midcolumn{
margin-left:10px;
width:702px;
float:left;
background-color:#EEEEEE;
}

.footer{
clear:both;
width:996px;
height:30px;
color:#FFFFFF;
font-size:14px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font:Ariel;
font-weight:bold;
background-color:#999999;
line-height:25px;
border:#000000;
border-width:2px;
border-style:solid;

}

.big{
font-size:20px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font:arial;

}

.rightimg{
float:right;
margin-right:5px;

}


.littlebold{
color:#000000;
font-size:16px;
text-align:center;
font-weight:bold;
}


.address{
	margin-left:50px;
	font-size:20px;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	font:arial;
	line-height:22px;
}


.shopdetails{
	font-size:20px;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	font:arial;
	line-height:22px;
}

.addressblock{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
	width:500px;
	background-color:#FFFFFF;
	border-right:#000000;
	border-bottom-style:double;
	border-bottom-color:#333333;
	border-right-color:#999999;
	border-right-style:solid;
	background-image:url(images/womendemonstratinglondon.jpg);
	background-repeat:no-repeat;
	
}


.eventsblock{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
	width:600px;
	height:620px;
	background-color:#FFFFFF;
	border-right:#000000;
	border-bottom-style:double;
	border-bottom-color:#333333;
	border-right-color:#999999;
	border-right-style:solid;
	background-image:url(images/eventsinfo.jpg);
	background-repeat:no-repeat;
	
}


.miningdemo{
	background-image:url(images/MaestegMayDaymarch1983.jpg);
	background-repeat:no-repeat;	
	width:695px;
	height:460px;
	border-right:#000000;
	border-bottom-style:double;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-right-style:solid;
	
}



.gallery li {
        display: inline;
        list-style: none;
        width: 150px;
        min-height: 250px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}
	
.quote{
	text-align:justify;
	font-style:italic;
	font-weight:bold;
	border-bottom:#000000;
	border-bottom-style:double;	

}


.by{
	text-align:justify;
	font-weight:bold;
	border-top:#000000;
	border-top-style:double;	

}