

<!--
  A{text-decoration:none}
-->

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: 0 0;
}

#header {
height:175px;
margin: 0 auto;

	}

#wrapper {
width:1000px;
margin:3px auto;
	}
	
div#navbar2 {
height: 30px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #336699;
margin: 5px;
}
div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
div#navbar2 li {
list-style-type: none;
display: inline;
}
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
div#navbar2 lia:link {
color: #FFF:
}
div#navbar2 lia:visited {
??? color: #CCC;
}
div#navbar2 lia:hover {
font-weight: bold;
color: #FFF;
background-color: #3366FF;
}



.first {
font-family: Courier New;
font-size: 14pt;
text-align: left;
}


.second {font-family: Georgia, Times New Roman, Times, serif;
       font-size: 16pt;
	   text-align: center;

       }
	   
.third {
font-family: Courier New;
font-size: 14pt;
text-align: left;
}


#bottom {clear: left;
}

#maincontent{
margin: 0 auto;
width: 600px;
clear: left;
}
	   




	
#order {
width: 350px;
float: right;
clear: right;
margin-top: 5px;
margin-right: 20px;
font-family: Courier New;
size: 14px;
}


/*gallery page*/

#image_gallery {
position: relative;
overflow: visible;
}

ul#gallery_thumbs {
list-style: none;
margin: 0 auto;
padding: 0;
position: absolute;
top: 275px;
left: 200px;
}

#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: 3px solid #000000;
}

.thumb:hover img {
background-color: transparent;
}

.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}
.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 2px solid #000000;
}
.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
position: absolute;
top: 50px; /* absolute positioning to control where previews are displayed */
left: 0px;
font-family: Courier New;
}


#gallery_thumbs li {
background: none;
display: inline;
}

#title {width: 350px;
float: right;
margin-right: 20px;
margin-top: 25px;
font-family: Courier New;
border-bottom: dashed; 
border-bottom-color: #336799;
border-top: dashed;
border-top-color: #336799;
}

a { text-decoration:none }

#contact
{width: 350px;
float: right;
margin-right: 20px;
margin-top: 5px;
font-family: Courier New;
clear: both;
border-bottom: dashed; 
border-bottom-color: #336799;
border-top: dashed;
border-top-color: #336799;
}

#galleryinfo {
float: right;
margin-right: 20px;
margin-top: 5px;
clear: right;
width: 350px;
font-family: Courier New;
size: 14pt;}

/*index page*/

#content-left {
float: left;
width: 500px;
padding: 10px;
margin: 15px;
font-family: Courier New;
font-size: 12pt;
text-align: left;
}



#content-right {
float: left;
width: 400px;
border-left: dotted #5fc7fa;
padding: 10px;

}


