body {
	margin: 0px auto;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e3e3e3;*/
	color: #333;
	text-align: center;
	/*overflow: hidden;*/
}

/*Wrapper*/
div#wrapper {
	width: 1010px;
	height: 700px;
	margin: 0px auto 0px;
	background:url(../img/bg/bg.jpg);
	}
/*Wrapper*/

/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 530px;
	padding: 20px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	margin: auto;
	text-align: left;
}

div#wrapper div#fakepr_logo {width:300px; height: 80px; margin: 200px auto 0px; background-position: center; background-image: url(../img/fakeLogo.png); background-repeat: no-repeat;}
div#wrapper div#fakepr_logo img{width: 300px; height: 80px; margin: 0px auto; border: none;}

p#scroller {height: 192px; width: 510px; overflow:auto;}

.thumbnailContainer {
	width: 530px;
	/*border: 1px solid #ccc;*/
	margin-top: 0px;
	padding-bottom:15px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	border: 1px solid #ccc;
	width: 508px;
	height: 210px;
	float:left;
	font: Helvetica, Verdana, Geneva, sans-serif;
	color: #666;
	line-height:1.5;
	font-size:12px;
	padding: 10px;
	background-color:#FFF;
	 -moz-border-radius:5px;
	 -khtml-border-radius:5px;

}

.thumbnailContainer .tab {
	/*border: 1px solid #ccc;*/
	width: 242px;
	margin: 0px;
	float: left;
	font: Helvetica, Verdana, Geneva, sans-serif;
	color: #666;
	line-height:1.5;
	font-size:14px;
	text-align: center;
		background-color:#FFF;
	 -moz-border-radius:5px;
	 -khtml-border-radius:5px;

}

.thumbnailContainer .tabtxt {
	/*border: 1px solid #ccc;*/
	width: 195px;
	margin: 5px;
	float: left;
	font: Helvetica, Verdana, Geneva, sans-serif;
	color: #666;
	line-height:1.5;
	font-size:12px;
	text-align: left;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#footer {
	width: 530px;
	/*border-top: 1px solid #ccc;*/
	margin: 230px auto 0px;
	padding: 10px 0px;
	text-align: center;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {	color: #666;
	text-decoration: none;
}

.left {
	float: left;
}

.center {
	text-align:center;

}

.right {
	float: right;
}

#images {
	display: none;
}
