@charset "utf-8";
/* CSS Document */

html, body {
text-align:center;
}

p {
text-align: left;
}

img {
border-style: none;
}


body {
background-image:url(back1.jpg);
background-repeat:repeat-x;
}

#bodybox {
background-color: #ffffff;
border: solid 1px #000000;
padding: 4px;
width: 650px;
height: 430px;
margin: 0 auto;
margin-top: 100px;
display: block;
}

#bodybox1 {
background-color: #ffffff;
border: solid 1px #000000;
padding: 4px;
width: 650px;
height: 600px;
/*height: 410px;*/
margin: 0 auto;
margin-top: 100px;
display: block;
}

#boxtop {
background-image:url(Untitled-1.jpg);
background-repeat:no-repeat;
border-bottom-style: none;
width: 640px;
height: 75px;
padding: 5px;
}

#toptext {
color: #000000;
float: right;
padding-right: 1px;
padding-top: 1px;
font-size: 10px;
}

#toptext a {
color: #000000;
text-decoration: none;
}

#facebook {
top: 100px;
left: 700px;
position: relative;
}

#boxleft {
background-color: #b80028;
width: 103px;
float: left;
height: 320px;
padding: 10px 5px;
border-top: #ffffff solid 5px;
}

#boxleft1 {
background-color: #b80028;
width: 103px;
float: left;
height: 490px;
padding: 10px 5px;
border-top: #ffffff solid 5px;
}

#nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

#nav a {
color: #fff;
text-decoration: none;
}

#nav a:hover{
color: #faf06d;
}

#main {
background-color: #f2f5ed;
border-top: solid #ffffff 5px;
float: right;
border-left: solid #ffffff 3px; 
padding: 10px 7px;
width: 520px;
height: 320px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#main1 {
background-color: #f2f5ed;
border-top: solid #ffffff 5px;
float: right;
border-left: solid #ffffff 3px; 
padding: 10px 7px;
width: 520px;
height: 490px;
/*height: 300px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1 {
font-weight: bold;
color: #b80028;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px
}

.gallerycontainer{
position: relative;
height: 300px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -160px;
left: 430px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


