@charset "UTF-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
body {
    font-family: tahoma, arial, sans-serif;
    font-style: normal;
	font-size: 14px;
	background-color: #555555;
	background-image: url(ltbg.gif);
	background-repeat: repeat-y;
	background-position: center;   
	 
}


.bodytext {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #232323;
}
#container {  
	min-height: 100%;
	width: 970px;
	margin: 0 auto;	
}
* html #container {
	height: 100%;	
}

#leftedge {
 margin: 0 auto;
 position: relative;
 top: 0px;
 left: 0px;
 float: left;
 background-color: #e2e2e2;
 z-index: 2;


}

  
#menu {
 margin: 0 auto;
 position: relative;
 top: 0px;
 left: 0px;
 float: left;
 z-index: 4;


}

#corner {
 margin: 0 auto;
 position: relative;
 float: left;
 top: 0px;
 left: 0px;
 z-index: 3;
 height: 150px;
 width: 157px;
 background-image: url(corner.jpg);

}

#content {
 margin: 0 auto;
 position: relative;
 width: 620px;
 top: -95px;
 right: 60px;
 float: right;
 z-index: 6;


}

#content_low {
 margin: 0 auto;
 position: relative;
 width: 620px;
 top: -45px;
 right: 60px;
 float: right;
 z-index: 6;


}

#content_low h2 {
    font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	color: #543b62;
	font-weight: normal;
	letter-spacing: 2px;
}


#thumb_table_wrapper {
overflow: auto; 
border:0px;
height:auto;
padding:5px;
width:600px;
text-align:center;
}
#image {
border:0px;
float:left;
margin:4px;
padding-top:6px;
position:relative;
height:130px;
width:130px;
}


.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid #000000;
}

.borderit:hover{
color: #000000; /* irrelevant definition to overcome IE bug */
}
