/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 745px;
 display: inline;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 120px;
background-image:url(images/header.png);

}

#footer { 
 width: 900px;
 height: 25px;
 clear: both;
 color: #FFFFFF;
 text-align:center;
 background: #003333;
}

#leftcolumn { 
 color: #333;
 background: ;
 height: 550px;
 width: 129px;
 float: left;
 background-image:url(images/left.png);
}






.buttonscontainer {width: 129px;}

.buttons a {color: #FFFFFF;
background-color: ;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color:#E9F3E9 ;
color: #009933;
text-decoration: none;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
color:white;
text-align:center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
