/* 
------ CSS left side breakdown
------ Created by Eric Zabinsky
------ flashbyz.com 
*/

/* Styles for the image gallery. */

#picCount {
  color:#993300;
  font-weight:bold;
  }

#thumbs {
    display: inline;
    float: left;
    margin: 10px 0 0 15px;

}

#thumbs td {
    text-align: center;
}

#thumbs img {
    background-color: #cccccc;
    border: #999999 solid 2px;
	padding: 2px;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
	color: #BC4504;
}

#left{
width:240px; 
height:620px;
position:absolute; 
top:20px; left:5px; 
margin:0; 
padding:0px;
}

#leftzpic{
width:235px; 
height:195px;
display:block;  
position:relative;
margin: 0 auto;
padding:0; 
border:1px solid #BC4504; 
background:#DCDAC2; 
font-size:12px; 
line-height:23px;
}
#leftzpic p{
padding: 5px;
margin-left: auto;
margin-right: auto;
}
#leftZpic p span{
background:#FFFFFA; 
color:#3D3C2C;
font-weight:bold;
}
#leftzpic img{
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
#leftzpic a{
text-decoration:none; 
color:#FFFFFA; 
background:#B0AD93;
}
#leftzpic a:hover{
text-decoration:underline;
background:none;
}

#leftZ{
width:235px;  
position:relative; 
border:1px solid #BC4504;  
background:#DCDAC2; 
display:block; 
padding: 0; 
margin:25px 0 0 0; 
font-size:12px; 
line-height:23px; 
}
#leftZ p{
padding: 5px;
}
#leftZ p span{
background:#FFFFFA; 
color:#3D3C2C;
font-weight:bold;
}
#leftZ a{
text-decoration:none; 
color:#FFFFFA; 
background:#B0AD93;
}
#leftZ a:hover{
text-decoration:underline;
background:none;
}

#left h3{
height:24px; 
background:#FCFAE6; 
display:block; 
float:right; 
padding:0 0 0 50px; 
margin:12px 0 15px 13px; 
font:24px/24px Georgia, "Times New Roman", Times, serif; 
color:#3D3C2C;
}

#left ul{ 
display:block; 
float:right; 
width:150px; 
height:327px;
}
#left ul li{
background:url(/images/arrow3.gif) 130px 5px no-repeat; 
padding:0px 30px 0 0; 
text-align:right;
} 
#left ul li a{
background:#FCFAE6; 
color:#BC4504; 
text-decoration: underline;
}
#left ul li a:hover{
text-decoration:none;
}