/******************************************
 * Copyright (c) 2006 Erotophilia.com
 * CSS design & programming by Amaryllia Liu
 * 2006 June 04
 ******************************************/

/***************LAYOUT****************/
body {
	background: #000000;
	color: #808080;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	}
div#main {
	background-image: url(../openpg.gif);
	background-repeat: no-repeat;
	height: 781px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 900px;
	}
div#main { z-index: 7; }
div#pgcontent { z-index: 6; }
div#rt-nav { z-index: 5; }
div#pgturn { z-index: 4; }
div#header { z-index: 3; }
div#logo { z-index: 2; }
div#footer { z-index: 1; }

/**********PAGE CONTENT***********/
div#pgcontent {
	height: 570px;
	left: 200px;
	overflow: auto;
	position: absolute;
	top: 150px;
	width: 520px;
	}
#pgcontent p, #pgcontent h4 { margin: 0px 10px 10px 17px; }
#pgcontent p.center { text-align: center; }
#pgcontent p.right { text-align: right; }
#pgcontent li { margin: 0px 0px 0px 30px; }
#pgcontent a, #pgcontent a:active, #pgcontent a:link, #pgcontent a:visited {
	color: #ff8800;
	text-decoration: none;
	}
#pgcontent a:hover { border-bottom: 1px dotted #ff8800; }
.imgleft {
	color: #000000;
	float: left;
	margin: 5px 10px 5px 0px;
	text-align: center;
	}
.imgright {
	color: #000000;
	float: right;
	margin: 5px 0px 5px 10px;
	text-align: center;
	}

/************RIGHT MENU*************/
div#rt-nav {
	left: 755px;
	position: absolute;
	text-align: right;
	top: 125px;
	width: 140px;
	}
#rt-nav p {
	color:#cebf9b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 28px;
	margin:0;
	padding: 0px 12px 0px 0px;
	}
#rt-nav a, #rt-nav a:active, #rt-nav a:link, #rt-nav a:visited {
	color:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
#rt-nav a:hover { border-bottom: 1px dotted #f0f0f0; }

/***********PAGE CORNER************/
div#pgturn {
	left: 645px;
	position: absolute;
	top: 725px;
	}
#pgturn a, #pgturn a:active, #pgturn a:link, #pgturn a:visited {
	color: #ff8800;
	text-decoration: none;
	}
#pgturn a:hover { border-bottom: 1px dotted #ff8800; }

/**************HEADER****************/
div#header {
	height: 39px;
	left: 314px;
	position: absolute;
	top: 105px;
	width: 281px;
	}
#header img { border: 0px; }

/****************LOGO*****************/
div#logo {
	height: 44px;
	left: 479px;
	position: absolute;
	top: 27px;
	width: 259px;
	}
#logo a { text-decoration: none; }
#logo img { border: 0px; }

/***************FOOTER****************/
div#footer {
	clear: both;
	color: #f3f3f3;
	float: left;
	height: 30px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	width: 850px;
	}
#footer a, #footer a:link, #footer a:visited {
	color: #999933;
	text-decoration: none;
	}
