body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	background: url(images/bg.jpg);
	color: #ffffff;
	margin:0px;
}

th, td {
	font-size: 12px;
}

img.thumb{
border:10px outset white;
-moz-box-shadow: 0 1px 3px black;
-webkit-box-shadow: 0 1px 3px black;
}
img.thumb:hover{
-moz-box-shadow: 0 1px 5px black;
-webkit-box-shadow: 0 1px 5px black;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  left;

}



p {
	margin: 1em 00px;
	line-height: 1.3;
}



html, body {
	height: 100%;
}

#wrapper {
	height: 100%;
	margin:auto auto;
}

blockquote {
	margin: 1em 35px;
}

a {
	color: #E38F32;
	text-decoration: none; 
	font-size: 13px;
}

a:hover {
	color: #FFFFFF;
   text-decoration: underline;
   font-size: 13px;
   
}



