@charset "utf-8";
/*** CSS File for Live6 World ***/

html,body {
	background:#C1B396 url(images/pagebg.jpg) center center repeat-y;
	margin:0 auto;
	width:100%;
}

form		{ display:inline; }

.Page {
	margin:0px -470px;
	position:absolute;
	width:940px;
	right:50%;
	left:50%;
}

.Header {
	background:url(images/header.jpg) center center no-repeat;
	height:180px;
	width:940px;
	float:left;
}

.Content {
	padding:10px 20px;
	width:900px;
	float:left;
}

.Galleries {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:solid 1px #222222;
	border-top:solid 1px #222222;
	background:#947E58;
	padding:5px;
	width:890px;
	float:left;
}

.Galleries img {
	border:1px solid #222222;
	height:160px;
	width:216px;
	padding:1px;
	margin:1px;
	float:left;
}

.CamBox {
	background:#222222;
	padding:15px 0px;
	width:900px;
	float:left;
}

.CamBox img {
	background:#222222;
	padding:0px;
	margin:0px;
	float:left;
}

.FreeLinks, .PartnerLinks {
	background:#222222;
	width:900px;
	float:left;
}

.FreeLinks ul, .PartnerLinks ul {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	width:890px;
	margin:0px;
	float:left;
}

.FreeLinks li, .PartnerLinks li {
	line-height:20px;
	list-style:none;
	width:218px;
	padding:1px;
	margin:1px;
	float:left;
}

.FreeLinks a, .PartnerLinks a {
	text-decoration:none;
	color:#EED;
}

.FreeLinks a:hover, .PartnerLinks a:hover {
	text-decoration:none;
	color:#BBB;
}

.TexBox {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 5px;
	width:890px;
	float:left;
}

.TexBox a {
	text-decoration:none;
	color:#222222;
}

.TexBox a:hover {
	text-decoration:none;
	color:#CC0000;
}




























