/* Screen CSS Document */

* {
	margin:0px;
	padding:0px;
	}

html {overflow-y:scroll;} /* Always show the vertical scroll bar */
	
body {
	color:#666666;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; 
	}

a {
	color:#B10000;
	}

a img {
	border:none;
	}

#wrapper {
	background-color: transparent;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;

	}

#img_wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border:solid 1px;
	}
	
#text_wrapper {
	color: #4c4c4c;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;}

#text_wrapper h1 {
	font-size:1.5em;
	font-weight:bold;
	}

.bdytxt1 {
	color:#000000;
	}

img.thumb {
	margin:2px;
	border: solid 1px #fff;
}

.hidden_text {
	color:#FFFFFF;
	}
