@charset "UTF-8";
body  {
	font: 100% Tahoma, Verdana, Arial, sans-serif;
	background: #666666 url(../images/home/Background_sq_128.jpg);
	margin: 30px 0 0 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
a, a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover,a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#container {
	width: 760px;
	margin: 0 auto 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 0px;
	text-align: right;
	margin-left: 30px;
}
#sidetop {
	border-bottom: 10px solid #333333;
	height: 120px;
}
#sidetop img {
	margin-right: 30px;
}
#sidetop span {
	position: absolute;
	left: -3000px;
}
#sidenav {
	margin-top: 30px;
	margin-right: 30px;
	height: 100%;
}
#sidenav p {
	font-size: 0.9em;
	line-height: 0.9em;
	letter-spacing: 0.05em;
}
#content {
	padding-left: 30px;
	padding-top: 30px;
	text-align: left;
	padding-right: 20px;
}
#content img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#content p {
	line-height: 2em;
	text-indent: 25px;
	letter-spacing: .1em;
}
#content h1 {
	letter-spacing: 0.3em;
	color: #CCCCCC;
	display: inline;
}
#mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 10px solid #333333;
} 
#header {
	padding-bottom: 30px;
	height: 90px;
	padding-left: 30px;
	border-bottom: 10px solid #333333;
}
#header  span  {
	position: absolute;
	left: -3000px;
}
#Gallcontent {
	padding-left: 30px;
	background-color: #000000;
	padding-top: 30px;
	text-align: center;
}
#Gallcontent p {
	letter-spacing: 0.2em;
	line-height: 1.3em;
}
#bio {
	font-size: 70%;
	line-height: 50%;
}
#bio h1 {
	font-style: normal;
	font-size: x-large;
	display: inline;
}
#bio p {
	text-indent: 0px;
}
#bio ul {
}
#bio li {
	font-size: 100%;
	line-height: 100%;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-right: 30px;
	color: #CCCCCC;
}
#bio h2 {
	text-decoration: underline;
	padding-top: 20px;
	padding-bottom: 10px;
}
#bio h3 {
	padding-left: 20px;
	margin-bottom: -5pt;
	padding-top: 5px;
}
.blk_border {
	background-color: #000000;
	padding: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.inlineImgFltLft {
	float: left;
	padding-right: 15px;
	padding-bottom: 0px;
}
.inlineImgFltLft_blkBorder {
	float: left;
	padding-bottom: 0px;
	margin-right: 20px;
	padding-right: 20px;
}

