@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-attachment: scroll;
	background-color: #0b040b;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#maintbl {
	width: 919px;
}
.Cbox-bg {
	background-attachment: scroll;
	background-image: url(images/bg2_06.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
}
.CB2-corner {
	height: 11px;
	width: 11px;
}
.CB2-bg {
	background-attachment: scroll;
	background-image: url(images/rb5.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 3px;
}
.bottomtext {
	font-size: 12px;
	font-weight: normal;
	color: #484349;
	text-decoration: none;
}
.bottomtext a {
	font-weight: normal;
	color: #8F8891;
	text-decoration: none;
}
.bottomtext a:hover {
	font-weight: normal;
	color: #F79122;
	text-decoration: underline;
}
.content-bg {
	padding-top: 5px;
}
.right-box-bg {
	width: 300px;
	padding-left: 5px;
}
.h1 {
	font-size: 15px;
	font-weight: normal;
	color: #fe8213;
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.content {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;
}
.content a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.content a:hover {
	color: #fe8213;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fe8213;

}
.services-text {
	font-size: 13px;
	font-weight: normal;
	color: #FF9966;
	text-decoration: none;
	line-height: 21px;
}
.h2 {
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
}
.img1 {
	border: 3px solid #000000;
}
.img1:hover {
	border: 3px solid #FF9900;
}
.l1 {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.l1 a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.l1 a:hover {
	color: #FF9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.more {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.more a {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.more a:hover {
	color: #FF9900;
	text-decoration: none;
}

.modelag, .singers, .anchors {
	display:inline-block;
	width:302px;
	height:63px;
}

.modelag {
	background-image:url(images/model_normal.png);
}
.modelag:hover {
	background-image:url(images/model_hover.png);
}

.singers {
	background-image:url(images/singers_normal.png);
}
.singers:hover {
	background-image:url(images/singers_hover.png);
}

.anchors {
	background-image:url(images/anchors_normal.png);
}
.anchors:hover {
	background-image:url(images/anchors_hover.png);
}

#hider {
	position:fixed;
	width:100%;
	height:100%;
	background-image:url(images/hider_bg.png);
	z-index:9;
	visibility:hidden;
}

#message {
	position:fixed;
	left:50%;
	top:50%;
	width:500px;
	height:220px;
	margin:-110px 0 0 -250px;
	background-color: black;
	border:2px solid #333333;
	z-index:10;
	visibility:hidden;
	text-align:center;
	color:#666666;
	font-size:10pt;
}

#message h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;
	font-weight:normal;
}

#message a {
	color:red;
}