#background {
	background: #bababa;
}


/*
*   Generic styles
*/

* {
	padding: 0;
	margin: 0;
}

h2 {
display:block;
height: 153px;
width:980px;
background-image: url('topa.jpg');
}

h2 span
{
display:none;
} 


body {
	background: #1E0000;
	font-size:62.75%;
	font-family:Tachoma, Geneva, sans-serif;
	text-align: center;
	position: relative;
	color: #222727;
}

a {
	color: #B4723C;
	text-decoration: none;
}

#logoTarget{
	min-height: 150px;
	
	}
	
#logo{
	margin: 0 0 3px;
	max-height: 150px;
	border: 0px;
	}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
}

p {
    font-size: 1.2em;
    margin: 0 0 20px;
	line-height: 1.5em;
}

ul {
    list-style: none;
	}
	

sup {
    font-size: 0.5em;
}
td {
	color: #272727;
	}

#wrapperContent {
    width: 980px;
    text-align: left;
    margin: 0 auto;
	background-color: #ECECEC;
}

#content {
  	clear: both;
    background-color: #ECECEC;
    padding: 0 5px 5px 10px;
	height: 1%;
	}

/*
*   END Global elements
*/


/*
*   Gallery modules
*/
ul.gallery li a span {
    position: absolute;
	left: 0;
	background: #68DDEF;
	cursor: pointer;
	z-index: 100;
}

ul.galleryIndex {
	background: #FFFFFF none repeat scroll 0;
	margin: 0;
	min-height: 194px;
	overflow: hidden;
	padding: 4px 0 0 3px;
}

ul.galleryIndex li {
	float: left;
	margin: 0 4px 5px 0;
}

ul.galleryIndex li a {
    position: relative;
    display: block;
    overflow: hidden;
}

ul.galleryIndex li a img {
    float: left;
    position: relative;
    z-index: 10;
}

ul.galleryIndex li.feature {
	float: left;
	margin: 0 4px 0 0;
}
ul.galleryThumbs {
	background: #FFFFFF none repeat scroll 0;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
	width: 955px;
	max-width: 955px;
}
ul.galleryThumbs li {
	background: #FFFFFF none repeat scroll 0;
	float: left;
	margin: 2px 2px 0 3px;
	overflow: hidden;
	padding: 5px;
}

ul.galleryThumbs li a {
    position: relative;
    display: block;
    width: 174px;
    height: 131px;
    overflow: hidden;
}

ul.galleryThumbs li a img {
    float: left;
    position: relative;
    /*z-index: 10;*/
}

ul.galleryThumbs li.feature {
    float: right;
}

ul.galleryThumbs li.featureAlt {
    float: left;
}

ul.galleryThumbs li.featureCentreLeft {
    clear: left;
}

ul.galleryThumbs li.featureCentre {
    float: left;
    margin: -97px 5px 0 0;
}

ul.galleryThumbs li.featureCentreRight {
    margin: -97px 0 0 0;
}


ul.galleryThumbs li.feature a,
ul.galleryThumbs li.featureAlt a,
ul.galleryThumbs li.featureCentre a {
    position: relative;
    display: block;
    width: 419px;
    height: 179px;
    overflow: hidden;
}

/*
*   END Gallery modules
*/
