body {
	background: #000;
	margin: 0; 
	padding: 0; 
	color: #bbb; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	line-height: 1.4em;
	height: 100%;
}

big{
	font-size: 125%;
	font-weight: normal;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #666;
}

a:hover {
	color: #a00;
}

p{
	margin: 20px 0 10px 0;
}

.grey{
	color: #999;
}

h2{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin: 40px 0 15px 0;
	padding: 0;
}


h3{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#layout{
	margin: 0 auto;
	width: 950px;
	position: relative;
	background-image: url(images/chat.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#logo{
	position: absolute;
	left: 80px;
	top: 40px;
	height: 128px;
	width: 369px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#girl{
	height: 204px;
	background: url(images/colored.jpg) no-repeat 550px;
}

#menu{
	height: 39px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-style: italic;
}

#menu a{
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding: 0 40px;
	position: relative;
	top: 8px;
}

#menu a:hover{
	text-decoration: underline;
}

#columns{
	height: 1%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

* > #columns{
	height: auto;
}

#columns #description{
	width: 340px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 10px;
	float: left;
	margin-left: 10px;
	position: relative;
}

#columns #description p{
	padding: 3px 0;
	margin: 0;
	font-size: 12px;
}

#columns #list{
	width: 520px;
	height: 400px;
	overflow: scroll;
	float: right;
	margin: 25px 0 0 20px;
}

#columns #list img{
	border: 0;
}

* > #columns #list{
	margin: 25px 20px 0 0;
}

#columns #leftcolumn{
	width: 420px;
	float: left;
	margin-left: 20px;
}

* > #columns #leftcolumn{
	width: 430px;
	margin-left: 30px;
}

#columns #rightcolumn{
	width: 430px;
	float: right;
	margin-right: 10px;
}

#columns #rightcolumn td{
	font-size: 10px;
	padding: 5px;
}

#columns #rightcolumn img{
	padding: 5px 0 0 0;
}

#columns #list thead, #columns #list th{
	font-style: italic;
	color: #fff;
	font-weight: normal;
}

#columns #list td{
	font-size: 12px;
	padding: 4px;
}

#columns #blackbox{
	width: 520px;
	height: 20px;
	position: absolute;
	top: 408px;
	right: 0;
	z-index: 1000;
	background: #000;
}

* > #columns #blackbox{
	right: 20px;
}

#thankyou{
	width: 500px;
	padding: 50px 0 100px 0;
	margin: 0 auto;
	text-align: center;
}

#bottom{
	width: 500px;
	margin: 15px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #333;
	padding-bottom: 20px;
	clear: both;
}

#bottom #copyright{
	font-size: 14px;
}

#bottom #rules{
	font-size: 10px;
	line-height: 1.4em;
}


#enterLayout{
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

#enterLogo{
	margin: 40px auto;
	height: 128px;
	width: 369px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: -20px;
}

#enterAdult{
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 27px;
}

#enterBottom{
	margin-top: 20px;
	color: #333;
}
