/* body background */

body {background-image: url();
      background-attachment: fixed;
	  background-position: top left;
	  background-repeat: no-repeat;
      background-color: #2B3856; }

/* tables */

table.main {border-style: solid;
            width:"650";
            border-width: 0px;
            table-align: center; }

td.black {background-color: #000000; }

table.thumbnail {border-width: 0px;
                 table-align: center; }
				 
table.frame {border-width: 0px;
			border: 0px;
			border-spacing: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
			border-collapse: collapse;
			width: 430px;
			height: 430px;
			table-align: center;
			vertical-align: middle;
			background-color: #000000; }
			
td.frame {font-size: 10pt;
		font-family: arial;
		color: #B0C4DE;
		vertical-align: middle;
		margin-left: auto;
		margin-right: auto; }

/* regular text */

td {font-size: 10pt;
   font-family: arial;
   color: #B0C4DE; }

blockquote {font-size: 8pt;
            font-family: arial;
            text-align: right;
            color: #333366; }

code {color: #D8BFD8; }

caption {font-size: 10pt;
         font-family: arial;
         font-weight: bold;
         text-align: center;
         color: #D8BFD8; }

/* headers */

h1, h2, h3, h4, h5, h6 {text-align: center;
		        color: #D8BFD8; }


/* mouseover link effect (may not be compatible with all browsers) */

a {text-decoration: none; color: #333366; font-size: smaller; }
a:hover {text-decoration: none; color: #728FCE; }
a.external {text-decoration: none; color: #333366; font-size: 10pt; }
a:hover.external {text-decoration: none; color: #728FCE; }

a.gallery {display:block; height:50px; width:200px; overflow:hidden; }
a:hover.gallery {display:block; text-indent:-200px; }
a.sundry {display:block; height:50px; width:165px; overflow:hidden; }
a:hover.sundry {display:block; text-indent:-165px; }
a.about {display:block; height:50px; width:150px; overflow:hidden; }
a:hover.about {display:block; text-indent:-150px; }
a.links {display:block; height:50px; width:150px; overflow:hidden; }
a:hover.links {display:block; text-indent:-150px; }

a.galleryno {display:block; height:50px; width:35px; overflow:hidden; }
a:hover.galleryno {display:block; text-indent:-35px; }
a:active.galleryno {display:block; text-indent:-35px; overflow:hidden; }

/* thumbnail image rollover */

.rollover a {display: block;
             width: 54px;
             background-color: #000000; }

.rollover a:hover {background-color: #728FCE; }