
/**************************
      general styling 
***************************/

 * {
 padding:0;
 margin:0;
 outline: 0;
 }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

body{
	font-size: 12px;
	color: #999;
	margin: 0px;
	background: #fff url('../images/bkgd.jpg') repeat-x;	
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
	}


h1{
	color: #c63;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 5p 3px 5px;

	}

h2{
	color: #c63;
	font-size: 16px;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 8px;
	}

h3{
	color: #c63;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	line-height: 14px;
	padding-left: 12px;
	}

a{
	color: #069;
	}

a:hover{
	color: #000;
	}
p {
	margin-bottom: 12px;
	padding-left: 12px;
	line-height: 18px;
}

/**************************
      general styling 
***************************/

#container {
	width: 900px;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	background: #fff;
	}

#header{
	height: 73px;
	width: 900px;
	background: #fff url('../images/header.gif');
	text-align: left;
	}

#nav{
	float: right;
	height: auto;
	padding: 3px;
	font-size: 12px;
	text-align: right;
	display: inline;
	margin-top: 47px;
}
	
#nav li{
	display: inline;
	text-decoration: none;
}

#nav a {
	display: inline;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0px 8px;
	}

#nav a:visited {
	text-decoration: none;
	}


#nav a:hover {
	color: #06f;
	}
	
#nav a.active {
	background: #fff;
	}
	
#mid{
	height:177px;
	width: 900px;
	background: url('../images/mid.jpg') no-repeat;
	}
	
#body{
	height: auto;
	width: 898px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000000;
	margin-top: -1px;
	}		

#footer{
	font-size: 12px;
	height: 23px;
	width: 900px;
	background: url('../images/footer.gif') no-repeat;
	}

#contact{
	float: right;
	padding: 8px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}

.right{
	float: right;
	z-index: 2;
	}
		
.left{
	float: left;
	}
	
.center{
	text-align: center;
	}	
.small {
	font-size: 10px;
	font-style: italic;
}
#galleryTable {
	margin-left: 12px;
}
#galleryTable td {
	padding: 5px;
}
#galleryTable td img {
	padding: 4px;
	border: 1px solid #666;
}
