@charset "UTF-8";
/* CSS Document */


html, body {
margin: 0px;
padding: 0px;
}

body {
background:#CCECFB;
font-family: "American Typewriter" "Courier New", Courier, monospace;
text-align: center;
font-size: 100%;
color: #330000;
}



p {
font-size: 80%;
}

p a {
text-decoration: none;
color: #330000;
font-weight: bold;
}

p a:hover {
text-decoration: none;
color: #6EC6F1;
}

#container {
background: url(container.jpg) no-repeat;
text-align: left;
width: 800px;
height: 700px;
margin-left: auto;
margin-right: auto;
border: 0;
}

#wrapper {
font-size: 80%;
color: #330000;
width: 800px;
height: 20px;
margin: 0 auto;
padding: 0;
}

#nav {
position: relative;
top: 180px;
left: 70px;
clear: both;
color: #FFF;
height: 25px;
width: 650px;
padding: 0;
margin: 0;
border-bottom: 1px dashed #330000;
}

#mainNav {
margin: 0;
padding: 0;
list-style-image: none;
list-style-type: none;
}

#mainNav li {
float: right;
margin: 0;
padding: 0 0 0 5px;
font-size: 95%;
letter-spacing: 4px;
}

#mainNav li a {
margin: 0;
background-attachment: scroll;
background-image: url(tabs.png);
background-repeat: no-repeat;
background-position: right 0px;
font-weight: normal;
color: #FFF;
text-decoration: none;
height: auto;
width: auto;
float: left;
padding: 0 8px 0 0;
}

#mainNav li a:hover {
text-decoration: none;
color: #6EC6F1;
}

#mainNav li a span {
background-attachment: scroll;
background-image: url(tabs.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
padding: 6px 20px 0 30px;
height: 19px;
width: auto;
float: left;
cursor: pointer;
cursor: hand;
margin: 0px;
}

#mainNav li a.active {
background-attachment: scroll;
background-image: url(tabs.png);
background-repeat: no-repeat;
background-position: right -50px;
}

#mainNav li a.active span {
background-attachment: scroll;
background-image: url(tabs.png);
background-repeat: no-repeat;
background-position: 0px -50px;
color: #330000;
}

#mainNav li a.active:hover {
color: #FFFFFF;
text-decoration: none;
cursor: pointer;
cursor: hand;
} 

#nav2 ul {
position: relative;
top: 180px;
left: 170px;
width: 550px;
margin: 10px 0 0 0;
padding: 0;
background-color: #FFF;
float: left;
}

#nav2 ul li {
display: inline;
text-align: center;
letter-spacing: 8px;
}

#nav2 ul li a {
padding: 0 10px;
background-color: #FFF;
color:#330000;
text-decoration: none;
float: left;
border-right: 1px solid #330000;
}

#nav2 ul li a:hover, #nav ul li a:focus {
background-color: #FFF;
color: #6EC6F1;
}

#nav2 li a span {
padding: 0 10px;
height: autopx;
width: auto;
float: left;
cursor: pointer;
cursor: hand;
margin: 0px;
}

#nav2 li a.active {
background-color: #FFF;
}

#nav2 li a.active span {
background-color: #CCECFB;
color: #330000;
}

#nav2 li a.active:hover {
color: #E4C3A8;
text-decoration: none;
cursor: pointer;
cursor: hand;
} 

#nav3 ul {
position: relative;
top: 178px;
right: 80px;
width: 470px;
margin: 10px 0 0 0;
padding: 0;
background-color: #FFF;
float: right;
font-size: 90%;
}

#nav3 ul li {
display: inline;
text-align: center;
letter-spacing: 3px;
}

#nav3 ul li a {
padding: 0 10px;
background-color: #FFF;
color:#330000;
text-decoration: none;
float: left;
border-right: 1px solid #330000;
}

#nav3 ul li a:hover, #nav ul li a:focus {
background-color: #FFF;
color: #6EC6F1;
}

#nav3 li a span {
padding: 0 10px;
height: autopx;
width: auto;
float: left;
cursor: pointer;
cursor: hand;
margin: 0px;
}

#nav3 li a.active {
background-color: #FFF;
}

#nav3 li a.active span {
background-color: #CCECFB;
color: #330000;
}

#nav3 li a.active:hover {
color: #E4C3A8;
text-decoration: none;
cursor: pointer;
cursor: hand;
} 

#content {
    position: relative;
    left: 180px;
	top: 200px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 520px;
    font-size: 120%;
    line-height: 120%;
}

#content2 {
    position: relative;
    left: 100px;
	top: 170px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 600px;
    font-size: 14px;
}



.welcome {
width: 180px;
}

.sig {
width: 263px;
}


.gallerylogo {
position: relative;
top: 220px;
left: 190px;
height: 300px;
width: 400px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb:hover img{
border: 1px solid #330000;
}

.thumb:hover span img{
border: 0;
}

.thumb span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: #330000;
text-decoration: none;
}

.thumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 0;

}

.thumb:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 25px;
left: -300px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: 0;
}

.galleryprint {
position: relative;
top: 220px;
left: 230px;
height: 300px;
width: 260px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb2 img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb2:hover img{
border: 1px solid #330000;
}

.thumb2:hover span img{
border: 0;
}

.thumb2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: #330000;
text-decoration: none;
}

.thumb2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 0;

}

.thumb2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: -415px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: 0;
}

.galleryweb {
position: relative;
top: 220px;
left: 230px;
height: 300px;
width: 260px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb3 img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb3:hover img{
border: 1px solid #330000;
}

.thumb3:hover span img{
border: 0;
}

.thumb3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
border: 0;
left: -1000px;
visibility: hidden;
color: #330000;
text-decoration: none;
}

.thumb3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 0;

}

.thumb3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -375px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: 0;
}


.gallerybook {
position: relative;
top: 250px;
left: 230px;
height: 300px;
width: 260px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb4 img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb4:hover img{
border: 1px solid #330000;
}

.thumb4:hover span img{
border: 0;
}

.thumb4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: #330000;
text-decoration: none;
}

.thumb4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 0;

}

.thumb4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -415px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: 0;
}

.gallerybuckleys {
position: relative;
top: 240px;
left: 230px;
height: 300px;
width: 260px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb5 img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb5:hover img{
border: 1px solid #330000;
}

.thumb5:hover span img{
border: 1px solid #330000;
}

.thumb5 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: #330000;
text-decoration: none;
}

.thumb5 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 0;

}

.thumb5:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 45px;
left: -375px; /*position where enlarged image should offset horizontally */
z-index: 50;
border: 0;
}


.galleryphoto {
position: relative;
top: 240px;
left: 75px;
height: 300px;
width: 600px;
margin: 0 auto;
padding: 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumb6 img{
border: 1px solid #CCECFB;
background-color: #FFF;
margin: 0 5px 5px 0;
padding: 3px 3px 2px 3px;
}

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

.thumb6:hover img{
border: 1px solid #330000;
}


#footer {
    width: 800px;
	margin: 0 auto;
	background:#000000;
	color: #FFFFFF;
    margin-top: -20px;
}