@charset "utf-8";

.home{
	width:100px;
	height:20px;
	position: relative;
	background-image:url(images/home.jpg);
}
.latest{
	width:100px;
	height:20px;
	position: relative;
	background-image:url(images/latest.jpg);
}
.galleries{
	width:100px;
	height:20px;
	position: relative;
	background-image:url(images/gallery.jpg);
}
.bio{
	width:100px;
	height:20px;
	position: relative;
	background-image:url(images/bio.jpg);
}
.blog{
	width:100px;
	height:20px;
	position: relative;
	background-image:url(images/blog.jpg);
}
.rss{
	width:58px;
	height:20px;
	position: relative;
	background-image:url(images/rss.jpg);
}

#topBar{
	margin: 0px 0px 10px 50px;
	width:100%;
	height:20px;
	background-color:#2D2D2D;
	border:1px solid #363636;
	overflow:hidden;
}

#topBar a{
	float:left;
	display:block;
	text-indent:-400px;
	overflow:hidden;
	background-position:top;
}

#topBar a:hover{
	background-position:bottom;
}

#rssBar{
	margin: -31px 0px 10px 90%;
	width:10%;
	height:20px;
	overflow:hidden;
}

#rssBar a{
	float:right;
	display:block;
	text-indent:-400px;
	overflow:hidden;
	background-position:top;
}

#rssBar a:hover{
	background-position:bottom;
}

html, body {
  margin: 0; padding: 0;
  height: 100%;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #2D2D2D;
  text-align: center;
  color: #FFFFFF;
}

	/* hide from ie on mac \*/
	
#flashcontent {
		height: 100%;
		text-align:center;
	}
	/* end hide */
#txtFmt {
	padding: 50px;
	margin: 10px;
	font: small-caps 14px "Lucida Console", Arial, sans-serif
}



.oneColLiqCtrHdr #container {
    margin: 0; padding: 0;
	width: 90%;  /* this will create a container 87% of the browser width */
	height: 80%;
	background: #2D2D2D;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #2D2D2D; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	background: url(images/logo.jpg) no-repeat;
	overflow:hidden;
	text-indent:-600px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.oneColLiqCtrHdr #mainContent {
	height:100%;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	background: #2D2D2D;
}

/* Footer Section */
#footer {
	  text-align: center;
	  font-size:9px;
}