
/**************************
      general styling 
***************************/

 * {
 padding:0;
 margin:0;
 outline: 0;
 }
 body {padding:5px;}
 h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
 li, dd, blockquote { margin-left: 40px; }
 fieldset { padding:10px; }



/* 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: #000;
	margin: 0px;
	background: #6F7F8D url('../images/bg.gif') repeat-x;	
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
	}

p {
	color: #333;
	font-family: tahoma,geneva, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
	}

h1{
	color: #c63;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 5p 3px 5px;

	}

h2{
	color: #c63;
	font-size: 14px;
	text-align: left;

	}

h3{
	color: #036;
	text-align: left;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	line-height: 14px;

	}

a{
	color: #069;
	}

a:hover{
	color: #000;
	}


/**************************
      general styling 
***************************/

#container {
	width: 900px;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	background: #fff url('../images/yellow.jpg') repeat-y; 
	border: 1px solid #000;
	}

#header{
	height: 137px;
	width: 900px;
	background: #fff url('../images/header.jpg');
	text-align: left;
	}


#body{
	float: right;
	width: 620px;
	margin: 0px;
	padding: 0px;
	
	}		

#sidebar{	
	height: 391px;
	width: 259px;
	background: url('../images/side4.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer{
	clear: both;
	font-size: 12px;
	height: 25px;
	width: 900px;
	background: url('../images/footer4.jpg') no-repeat;
	}

#footer a {
	color: #069;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
}
#footer p {
	margin: 0 0 0 275px;
	padding: 4px 0 0 0;
}
	
#contact{
	float: right;
	padding: 10px;
	background: #fff;
}

span.cen {
	text-align: center;
	vertical-align: top;
	color: #555;
	}
	
.right{
	float: right;
	}
.right img {
	margin: 8px;
	padding: 4px;
	border: 1px solid #000;
}
		
.left{
	float: left;
	}
	
.center{
	text-align: center;
	}	

#galleryTable {
	margin-left: 0px;
}
#galleryTable td {
	padding: 5px;
	text-align: center;
}
#galleryTable td img {
	padding: 4px;
	border: 1px solid #666;
}