HTML, BODY {
	background-image: url(../IMG/layout/bg.jpg);
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

IMG {
	border: 0;
	behavior: url('iepngfix.htc');
}

#glow {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -404px;
	margin-top: -281px;	
	z-index: 1;
}

TH {
	width: 100px;
	text-align: left;
	font-weight: bold;
}

UL,LI {
	padding-left: 0px;
	margin-left: 10px;
}

H1 {
	margin-top: 0;
	font-size: 20px;
}
H5 {
	margin-top: -10px;
	font-size: 10px;
}

A {
	color: #ff0000;
}

A:hover {
	text-decoration: none;
}

#container, #fixed_over {
	height: 513px;
	width: 759px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -256px;
	overflow: hidden;
	z-index: 40;
}

#copyright {
	height: 20px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 240px;
	margin-top: 240px;
	text-align: center;
	z-index: 100;
}

#copyright A {
	color: #c0c0c0;
	text-decoration: none;
	font-size: 10px;
}

#copyright A:hover {
	text-decoration: underline;
}


#contents {
	width: 6072px;
	height: 513px;
}

#menu {
	behavior: url('iepngfix.htc');
	background: url(../IMG/layout/menubg.png);
	height: 39px;
	width: 739px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -379px;
	margin-top: 185px;
	z-index: 100;
	padding-left: 20px;
}

#index, #model, #singer, #dancer, #journal, #contact, #links, #fixed_over, #actress {
	float: left;
	width: 759px;
	height: 513px;
}

#index {
	background-image: url(../IMG/layout/index.jpg);
}

#model {
	background-image: url(../IMG/layout/model.jpg);
}

#singer {
	background-image: url(../IMG/layout/singer.jpg);
}

#dancer {
	background-image: url(../IMG/layout/dancer.jpg);
}

#actress {
	background-image: url(../IMG/layout/actress.jpg);
}

#journal {
	background-image: url(../IMG/layout/journal.jpg);
}

#contact {
	background-image: url(../IMG/layout/contact.jpg);
}

#links {
	background-image: url(../IMG/layout/links.jpg);
}

#fixed_over {
	z-index: 50;
}

#i_index {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: -30px;
}

#menu IMG {
	cursor: pointer;
}

.page_content, #fixed_over_contents {
	color: #ffffff;
	width: 420px;
	height: 410px;
	margin: 20px 0 -444px 20px;
	z-index: 20;
	position: relative;
	overflow: hidden;
}

.shade_background {
	height: 600px;
	width: 450px;
	margin-bottom: -600px;
	background-image: url(../IMG/layout/singer_background.png);
	behavior: url('iepngfix.htc');
	position: relative;
	z-index: 10;
}

#preload, #load {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #000000;
}

#preload DIV, #load DIV {
	width: 50%;
	height: 10%;
	position: absolute;
	top: 40%;
	left: 25%;
	text-align: center;
	letter-spacing: 5px;
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
}

.eventstable {
	width: 100%;
	padding-left: 10px;
}

/* GALLERY */
/* OVERLAY */

#overlay  {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	display: none;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


* html #image, * html #closenextprev { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#closenextprev,#image{
	position: fixed;
	z-index:1000;
	top: 50%;
	left: 50%;
	text-align: center;
}

.pa-tx {
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	margin-top: -63px;
	padding: 5px;
	text-align: left;
	z-index: 1000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.tx {
	margin-left: -14px;
	margin-right: 2px;
	margin-bottom: 95px;
	width: 9px;
	height: 7px;
}
.tool-tip {
	background-color: #000000;
	color: #ffffff;
	text-align: left;	
	padding: 5px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
	z-index: 1000;
}

.bordered {
	border: 4px solid #ffffff;
}

A.thumbs IMG, A.thumbs2 IMG {
	width: 90px;
	height: 90px;
	margin: 5px;
	border: 1px solid #fff;
}
A.thumbs:hover IMG, A.thumbs2:hover IMG {
	width: 100px;
	height: 100px;
	margin: 0;
}
#image_close, #image_next, #image_prev {
	cursor: pointer;
}