@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CDCDCD;
	background-repeat:repeat-x;
	background-position:top;
}
.twoColFixRt #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	min-width: 900px;
	min-height: 750px;
	margin: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0 0 5px 0;
}
.twoColFixRt #adHolder {
	width: 100%;
	margin: 21px 0 0 0;
	padding: 0;
	height: 600px;
	background-image:url(http://beta.paltalk.com/images/adSample.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.twoColFixRt #mainContent { 
	margin: 0 165px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div.netbooknotify
{	
	text-align: left;
	color: #ffffff;
	display: none;	
	font-family: Helvetica;
	font-size: 20;
	font-weight: normal;
	padding-top: 90;
	padding-left: 20;
	padding-right: 20;
}

a.netbooklink 
{
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-family: Helvetica;
	font-size: 16;
	font-weight: normal;
	display: none;
}

div.iovationDiv
{
	padding: 0px;
	margin: 0px;
	position:block;
	display: none;
	height:0px;
	width:0px;
}

div.netbooklogo
{
	position: relative;;
	float: right;
	padding-top: 10;
	padding-right: 30;
	height: 35px;
    width: 165px;
    background: url(paltalklogo.png) no-repeat;
    cursor: pointer;
	margin-top: 20;
	display: none;
}

.netbookbreak
{
	display: none;
}
