@charset "UTF-8";

body  {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../background.jpg) repeat fixed center top;
		background-repeat: repeat-y;
	background-position: top;
font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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: #000000;
	line-height: 1.2;
	background-color:#000000;
	}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000;
	padding: 0 00px 0 00px;  /* 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. */
	background-image: url(headerimage2.jpg);
	height: 75px;
	border: 1px #000;
} 
.twoColFixLtHdr #header h1 {
	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: 00px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
}
#sidebar1 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#sidebar1 ul li {
margin: 0px;
padding: 0px;
}
#sidebar1 ul li a {
font-size: 100%;
display: block;
padding: 5px 0px 2px 4px;
text-decoration: none;
text-align:left;
color: #000;
width:150px;
}

#sidebar1 ul li a:hover, #vertmenu ul li a:focus {
color: #000;
font-weight:bold;
letter-spacing:1px;
}
.style1 {color: #000}
a:link {
	color: #000000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
.style2 {
	font-size: 9pt
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* 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: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
body {
}
.twoColFixLtHdr #footer { 
	width: 980px;
	margin-left: 10px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.column1 {
	float:left;
	width: 410px;	
}
.column2 {
	width: 500px;
	right: 700px;
}
.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;
}body {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

	
	
.album{
  width:790px;
  background-color:#fff; 
  padding: 10px; 
  float:left;
  border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.album .imageSingle {
  float: left; 
  margin: 5px; 
  width:145px; 
  text-align:center; 
  border: none;
}
.album .imageSingle .image {
  width:140px; 
  height:200px; 
  margin:3px;
  border: none;
}
.album .footer {
	text-align:left;
	color:#000;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.album .footer2 {
	text-align:left;
	border-bottom:solid 1px #333;
	color:#999;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
}

	
	
.albumglove{
  width:790px;
  background-color:#fff; 
  padding: 10px; 
  float:left;
  border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.albumglove .imageSingle {
  float: left; 
  margin: 5px; 
  width:205px; 
  text-align:center; 
  border: none;
}
.albumglove .imageSingle .image {
  width:201px; 
  height:200px; 
  margin:3px;
  border: none;
}
.albumglove .footer {
  text-align:center;
  width: 200px; 
  border-bottom:solid 1px #333; 
  color:#999; 
  font-weight:bold; 
  padding-top: 7px; 
  padding-bottom:7px; 
  margin-top: 10px;
}



.albumboot{
  width:790px;
  background-color:#fff; 
  padding: 10px; 
  float:left;
  border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.albumboot .imageSingle {
  float: left; 
  margin: 5px; 
  width:205px; 
  text-align:center; 
  border: none;
}
.albumboot .imageSingle .image {
  width:201px; 
  height:245px; 
  margin:3px;
  border: none;
}
.albumboot .footer {
  text-align:left;
  width: 200px; 
  border-bottom:solid 1px #333; 
  color:#999; 
  font-weight:bold; 
  padding-top: 0px; 
  padding-bottom:0px; 
  margin-top: 2px;
  vertical-align: top;
}