body
{
	background-color:#999999;
	font-family:"Arial", Times, sans-serif;
}
p{}
#page{
	background-color:white;
	width:1024px;

	margin-left:auto;
	margin-right:auto;
}


#menu{
        width:20%;
	background-color:#CCCCCC;
	/*float:left;*/
	display:table-cell;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;

}
#content{
	/*float:left;*/
	display:table-cell;
	width:78%;
}

#tablewrapper{
	display:table;
}


#menuborder{
	background-color:rgb(0,71,124);
	width:2%;
height:200px;
	/*float:left;*/
	display:table-cell;

}

#header{
	background-color:#CCCCCC;
	
	height:150px;
}
#logo {
   height:140px;
}


#menu ul li {
  background: url("../img/bluesquare.png") no-repeat left top;
  padding: 3px 0px 3px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 10 0 10 0;
}

#menu ul ul li {
  background: url("../img/graysquare.png") no-repeat left top;
  padding: 0px 0px 0px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 5;
}

#menu a {

	text-decoration:none;
	color:black;
}


.thumb a
{
   width: 100px; 
   display: block; 
   float: left;
   overflow: hidden; 
   height: 65px; 
   z-index:1;
   position: relative; 
   margin: 0 20px 0 0; 

   border: solid 1px #ccc;
}
.thumb a:hover	{overflow:visible; z-index: 1000;}
.thumb a:hover img	
{
   width: 1000px;
	height:250px;
   position: relative;  
   margin-left: -125px;
   margin-top: -50px;
}
.container p
{
        
	width:78%;
	margin-left:auto;
	margin-right:auto;

}

.center
{
	margin-left:auto;
	margin-right:auto;

}

.container 
{
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	font-weight:bold;
	display:table-cell;
        text-align: center;

}
