/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
      color: white;
}

.sidebar{
	background:#000000;
}

.nested{
	padding: 10px;
	width:auto;
}

.main {
	background:#000000;	
}

.container_layout{
	background:#FFFFFF;
	padding: 10px;
}

.nested a img {

/* This centers the image 
display: block;
margin-left: auto;
margin-right: auto;*/

/* This adds the border */
padding:8px;
border: solid;
border-color: #FFD100;
border-width: 2px 2px 2px 2px;
background-color:white;
}

.nested img {
/* This adds the border */
padding:8px;
border: solid;
border-color: #FFD100;
border-width: 2px 2px 2px 2px;
background-color:white;
}

td, th { text-align: center; vertical-align: middle;}