#body {
  background-color: #eeeeee;
}
body{ 
	font: 62.5% "Trebuchet MS", sans-serif; 
	color: #333333;
	font-size:12px;
	margin:1px 0 0 10px;
	}
.demoHeaders { margin-top: 2em; }
/*.text {
	color: #333333;
	font-size:12px;
	margin:5px 0 0 0;
     }*/
h2{
   font-size:16px; 
   margin:10px 0 0 0;
   text-indent:5px;
}
h3{
   font-size:14px; 
   margin:5px 0 0 0;
   text-indent:10px;
}
p.text {
	color: #333333;
	font-size:12px;
	margin:5px 0 0 10px;
     }
#header {
	position:relative;
}
#content {
		position:relative;
		left:225px;
		top:0px;
		background-color: #ffffff;
		border-color: transparent;
		-moz-box-shadow: 5px 7px 7px rgba(194, 194, 194, 0.3);
		-moz-border-radius: 7px 7px 7px 7px;
		-webkit-border-radius: 7px 7px 7px 7px;
		border-width: 0px;
	    float: none;
		min-height: 400px;
		padding: 1%;
		width: 646px;
	}
li.menu {
	  list-style-type: none;
	  border-top-style: none;
	  border-top-width: 0px;
	  clear: both;
	  padding-bottom: 1px;
	  padding-top: 0px;
	  position: relative;
	  width: 100%;
	}
	
li.text {
		color: #333333;
		font-size:12px;
		margin:5px 0 0 10px;
		list-style-type:square;	  
		}

	
div.images{
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari and Chrome */
		column-count:2;
		-moz-column-gap:150px; /* Firefox */
		-webkit-column-gap:150px; /* Safari and Chrome */
		column-gap:150px;
		}

span.thumb { 
		width:50px; 
		position:relative; 
		vertical-align:middle; 
		font-size:1em; 
		padding:0px 0px 10px 5px; 
		border:0; 
		background-color:none; 
	}
#copyright {
	  position:relative;
	  padding:25px 10px 0px 0px;
	}
		
