@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	color:#c3145d;
	margin:4px;
	font-size:22px;
	font-weight:bold;
}
h2 {
	color:#c3145d;
	margin: 0px;
	font-size:12px;
	font-weight:bold;
	display:inline;
}
h3 {
	color:#0066CC;
	margin: 0px;
	font-size:12px;
	font-weight:bold;
	display:inline;
}
h4 {
	color:#c3145d;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
#header {
	background:url(images2/headerbg.gif) repeat;
	height:102px;
	text-align:left;
}
#outercontainer {	
	width:845px;
	float:left;
	margin-left:15px;
}
#container {
	width : 623px;
	float:right;
	/*margin : 0 auto;
	padding : 0px;*/
	position : relative;
	vertical-align:top;
}
#videobox {
	position:absolute;
	left:-222px;
	top:10px;
}
#videoboxtop {
	background:url(images2/videocorner1.gif) no-repeat;
	width:222px;
	height:11px;
}
#videoboxbottom {
	background:url(images2/videocorner2.gif) no-repeat;
	width:222px;
	height:11px;
}
#videoboxmiddle {
	background:url(images2/videobg.gif) repeat-y;
	padding-left:13px;
}
#contentbg {
	background:url(images2/contentbg.gif) repeat-y;
	background-color:#FFFFFF;
	width:673px;
	margin-top:20px;
	vertical-align:top;
}
#content {
	text-align : left;
	padding:10px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	position:relative;
}
#content td {
	vertical-align:top;
}
#list {
	text-align:left;
	margin-bottom:40px;
	margin-top:40px;
}
#freeadultchat {
	background:url(images2/tab1.gif) no-repeat;
	width:610px;
	height:35px;
	text-align:center;
	padding-top:3px;
}
#benefits {
	background:url(images2/tab2.gif) no-repeat;
	width:161px;
	height:23px;
	text-align:left;
	position:relative;
	top:0px;
	left:-9px;
	padding-top:5px;
	padding-left:5px;
}
#chatrooms {
	text-align:left;
}
#chatroomstab {
	background: url(images2/tab3.gif) no-repeat;
	text-align:left;
	width:375px;
	height:29px;
	position:relative;
	top:0px;
	left:-9px;
	padding-top:5px;
	padding-left:5px;
}
#boxtop {
	background:url(images2/bgtop.gif) no-repeat;
	width:673px;
	height:6px;
}
#boxbottom {
	background:url(images2/bgbottom.gif) no-repeat;
	width:673px;
	height:6px;
}
#subnav {
	background:url(images2/subnavbg.gif) no-repeat;
	width:553px;
	height:27px;
	text-align:center;
	position:absolute;
	right:10px;
	margin:0px;
}

#subnav ul {
	margin:4px;
}
#subnav ul li{
	margin-left:3px;
	margin-right:10px;
	list-style:none;
	display:inline;
}
#subnav ul li a {
	font-size:12px;
	color:#000000;
}
#link {
	text-align:center;
}
#copyright {
	font-size:10px;
	color:#000000;
}