@charset "UTF-8";


a:active
{
outline: none; /* This takes the border away when the link is active */
}

a:focus
{
-moz-outline-style: none; /* This takes the Firefox border away when the link was just visited */
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fd8f02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bgp2.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	line-height: 1.7;
	height: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtr #container #mainContent p {
	color: #F99E10;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #container #bodytext blockquote .style15 {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container title {
	font-weight: bold;
}
.oneColFixCtr #container #GuerrillaGallery #bodytext blockquote .style9 {
	text-align: left;
}
.oneColFixCtr #container #GuerrillaGallery #bodytext blockquote .style9 {
	text-align: justify;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #GuerrillaGallery #bodytext blockquote darktext .style9 {
	text-align: justify;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#bodytext blockquote .style9 {
	text-align: justify;
}
.oneColFixCtr #container #GuerrillaGallery #bodytext blockquote .style15 {
	font-size: 120%;
}
.oneColFixCtr #container #GuerrillaGallery #bodytext blockquote p {
	text-align: justify;
}
.DarkText {
	color: #000;
	font-weight:bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thumbnail img{
	border: 5px solid white;
	margin: 0 2px 2px 0;
	background-color: #FFFFFF;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}
.oneColFixCtr #container title {
	text-align: center;
}
.guerillaheading {
	font-size: 18%;
}
.style1 {color: #fd8f02}
.style9 {
	font-size: 18px;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* CSS Document */
