
/* Layout Stylesheet */ 

body {
	margin:0px;
	background:#000000;
	color: #000000;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:10pt;
	color:white;
 text-align:left;
 }

body ul {
	text-decoration:none;
	margin-top:5px;
	margin-bottom:0px;
}

body li {
	margin:0px;
	margin-left:-10px;
	padding:0px;
	padding-bottom:8px;
}

body a {
	text-decoration: none;
	color: #AF0007;
	font-weight: bold;
}

body a:hover, a:active {
	color:#FF0000;
	text-decoration:none;
}

.header1 {
	font-size:12pt;
	font-weight: bold;
	color: #FFCC33;
}
 
.footer {
	font-size:8pt;
	color:#999999;
 }
 
.footer a {

	text-decoration: none;
	color: #AF0007;
	font-weight: bold;
}	
.footer a:hover, a:active {
	color:#FF0000;
	text-decoration:none;
}

#outer {
	text-align:left;
	width:830px;
	margin: 0px;
	padding: 0px; 
 }

#hdr {
 height:131px;
 background:#000000;
 }

#bar {
 height:31px;
 background:#000000;
 border:0px;
 margin:0px;
 padding:0;
 }

#bodyblock {
 position:relative;
 background-image: url(../img/parchment.jpg);
	background-repeat: repeat-y;
 width:980px;
 padding:0;
 }

#l-col {
 float:left;
 width:180px;
 }

#cont {
	width:750px;
	background:#000000;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 0px;
 }
 
 #splash {
	width:1000px;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 0px;
 }

#ftr {
	height:170px;
	background:#000000;
	padding-left:0px;
	padding-top:0px;
	background-image: url(../img/parchbot.jpg);
	background-repeat: no-repeat;
 	margin:0;
 }
 
.hr {
	border-bottom:1px solid #666666;
	margin-bottom:9px;
	padding-bottom:7px;
	color: #FF9900;
	font-weight: bold;
	font-size:12pt;
}
.style1 {color: #663300}

#navbar {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
 }
 
#container {
    position:relative;
    width:880px;
    height:492px;
    margin:20px auto 0 auto;
    border:1px solid #666;
	background:#000 url(../img/back.gif) 110px 170px no-repeat;
    }
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(../img/gallery/1-t.jpg);
    height:76px;
    width:100px;
    }
#container a.slideb {
    background:url(../img/gallery/2-t.jpg);
    height:76px;
    width:100px;
    }
#container a.slidec {
    background:url(../img/gallery/3-t.jpg);
    height:76px;
    width:100px;
    }
#container a.slided {
    background:url(../img/gallery/4-t.jpg);
    height:76px;
    width:100px;
    }
* html #container a.slided {
    width:100px;
    w\idth:100px;
    }
#container a.slidee {
    background:url(../img/gallery/5-t.jpg);
    height:76px;
    width:100px;
    }
#container a.slidef {
    background:url(../img/gallery/6-t.jpg);
    height:76px;
    width:100px;
    }
* html #container a.slidef {
    width:100px;
    w\idth:100px;
    }
#container a.slideg {
    background:url(../img/gallery/7-t.jpg);
    height:76px;
    width:100px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:220px;
    height:386px;    
	margin:5px;
    float:right;
    }
#container li {
    float:left;
	margin:0px;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:650px;
    height:490px;
    top:0px;
    left:0px;
    color:#000;
    background:#fff;
    }


