/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
       
}

#toparea {
	width: 660px;
	height: 60px;
	background-image:url(top.jpg);
}

#bottomarea {
	width: 660px;
	height: 70px;
	background-image:url(bottom.jpg);
}

#titlearea {
        width: 660px;
	background-image:url(btnrow_bktile.jpg);
        text-transform: uppercase;
}


#navarea {
        width: 660px;
	background-image:url(btnrow_bktile.jpg);
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0c0c0;
        text-align: center;
}

#thumbnailarea {
	width: 660px;
	height: 520px;
        background-image:url(bktile.gif);
        text-transform: uppercase;
}


#imagearea {
	width: 660px;
        background-image:url(bktile.gif);
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #c0c0c0;
        text-transform: uppercase;
}

#imagetitle {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #c0c0c0;
        text-transform: uppercase;
}

img {
	border-color: #666666;
}


/* Put a border on all generated images */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
       
}



.camera {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #FFFFFF;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}




/* Header */
h1 {
	font-size: 20px;
	font-weight: bold;
}


.bottomtext {
	font-size : 10px;
	color : #000000;
	text-align: center;

}

a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #000000;
}
.bottomarea {
	background-image: url(bottom.jpg);
	height: 70px;
	width: 660px;
}

.imageslides {
	background-image: url(bktile.gif);
	height: 520px;
	width: 660px;
}

.thumbnailarea {
	background-image: url(bktile.gif);
	height: 520px;
	width: 660px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;

}
