body 	{
	color:#000;
	background-color:#ccc;
	background-image:url(../images/template/banner_bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font: 12px verdana, arial, helvetica, sans-serif;
	}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	}
#banner {
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
	}
	/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	top:119px;
	width:auto;
	min-width:120px;
	margin:0px 160px 20px 0px;
	border:1px solid black;
	color:#000;
	background-color:#fff;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.content-full-width {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	top:119px;
	width:auto;
	min-width:120px;
	margin:0px 0px 20px 0px;
	border:1px solid black;
	color:#000;
	background-color:#fff;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content a {
	color:#f00;
	}
.content table	{
	font-size:12px;
	}
#navAlpha {
	position:absolute;
	width:150px;
	top:140px;
	left:20px;
	border:1px solid #000;
	background-image:url(../images/template/menu_bg.gif);
	padding:5px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.  Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navBeta {
	position:absolute;
	width:190px;
	top:140px;
	right:20px;
	border:1px solid #000;
	background-color:#eee;
	padding:5px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
}
	/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

	/*following style apply only to the index page*/
#featured-image {
	position:absolute;
	left:0px;
	top:120px;
	width:240px;
	background:#000;
	border:solid 2px #000;
	border-top-width:0px;
	}
#main {	position:relative;
	top:120px;
	width:auto;
	min-width:360px;
	margin-right:160px;
	margin-left:242px;
	height:354px;
	overflow: scroll;
	border-left:solid 2px #000;
	background:#eee;
	padding:3px;
	}
#news {	position:absolute;
	right:0px;
	top:120px;
	width:158px;
	height:360px;
	background:#999;
	}
#news img {
	border-width:0px;
}
.news-heading {
	background:#c00;
	color:#fff;
	font-weight:bold;
	padding:2px;
	}

#recent-heading {
	color:#fff;
	position:absolute;
	width:100%;
	top:480px;
	left:0px;
	height:20px;
	background:#C00;
	margin-left:0px;
	margin-right:0px;
	vertical-align:middle;
	border-width:0px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	}
#recent-images {
	position:absolute;
	left:0px;
	top:499px;
	width:100%;
	background:#000;
	border-width:0px;
	/*overflow: scroll*/
	}
#recent-images img {
	vertical-align:top;
	border:solid 1px black;
	border-top-width:2px;
	border-bottom-width:2px;
	/*width:120px;*/
	height:80px;
	}
#recent-more {
	border:solid 2px #000;
	position:absolute;
	top:499px;
	right:0px;
	}
#mailing {
	position:absolute;
	left:0px;
	top:582px;
	width:100%;
	height:80px;
	border-width:0px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	background:#ccc;
	background-image:url(../images/template/mailing_bg.gif);
	background-repeat: repeat-x;
	}
#mailing img {
	border-width:0px;
	}
#home-bottom {
	padding-top:5px;
	font-size:0.8em;
	border-width:0px;
	position:absolute;
	left:0px;
	top:662px;
	width:100%;
	height:40px;
	color:#999;
	background-color:#eee;
	}
.textbox {
	border:solid 1px #000;
	height:20px;
	background-image:url('../images/template/textbox_bg.gif');
	}
a 	{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

div#descriptions span {
	display:block;
	width:200px;
	padding:5px;
	margin:10px;
	z-index:99;
	color:#333;
	background:#eee;
	font: 10px Verdana, sans-serif;
	text-align:left
	;text-decoration:none;
	}
select	{
	background-color:#ddd;
	color:#222;
	font-weight:bold;
	}
img	{
	border:0px
	}
h1,h2,h3,h4,h5,h6 {
	color:#d00;
	}
ul	{
	list-style-type: square;
	color:#173051;
	}
.contentHeading{color:#fff;background-color:#d00;font-size:28px;font-weight:bold;text-align:center;border-width:1px;border-color:#222;border-style:solid;padding:5px;}
.contentSubHeading{color:#fff;background-color:#666;font-size:16px;font-weight:bold;border-width:1px;border-color:#222;border-style: solid;padding:2px;}
.contentSubSubHeading{color:#fff;background-color:#999;font-size:14px;font-weight:bold;border-width:1px;border-color:#222;border-style: solid;padding:2px;}
.contentBody{color:#000;background-color:#eee;font-size:12px;} 
.contentFooter{color:#fff;background-color:#d00;font-size:14px;} 

.entry{	
	color:#000;
	background-color:#ccc;
	border: solid 1px #222;
	}
.frame {
	width:140px;
	border:solid 2px #000;
	}
.frame_sm {
	width:60px;
	border:solid 2px #000;
	}
.matted {
	border: solid 20px #fff;
	}
div.img
  {
  margin:2px;
  border:0px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  height:80px;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
