/* CSS Document 
DATE: 01/05/07
Info: layout change for version 02. With new devision of sctions within website.
*/

body {
	scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#cccccc;
    scrollbar-track-color:#cccccc;
    scrollbar-darkshadow-color:#cccccc;
    scrollbar-face-color:#cccccc;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-image:url(../images/bg.jpg)
}
/*side menu*/	
.subdivtxt {
	text-align: left;
	font-size:9px;
	font-style:italic;
	padding-top:0;
	}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
/* page contant & elements*/
.page{
	/*width:85%;
	margin:0 auto;
  	width:expression(document.body.clientWidth < 605 ? "600px" : "85%" ); 
	border:1px dashed #CCCCCC;
	overflow: visible;*/
	min-width:780px;
	text-align:center;
	overflow: visible;
		}
.mainBody{	
	border:1px dashed #CCCCCC;
	overflow: visible;
	width:780px;
	margin:0 auto;
	background-color:#ffffff;
	overflow: hidden;
  	/*width:expression(document.body.clientWidth < 780? "780px" : "90%" ); 
	min-width:780px;
	border-right:1px dashed #CCCCCC;*/
	}

div>#mainBody
{
  margin: 0 auto;
  /*min-width: 780px;*/
  width: 780px; /*90%;*/
  /*overflow: inherit;*/
}

.content{
	width:80%;
	float: left;
	text-align: left;
	border-right:1px dashed #CCCCCC;
	padding:5px;
	overflow: visible;
	}
.mainNav{
	width:7%;
	margin-left:80%;
	padding:15px;
	text-align:left;
	}
.subHeading{
	text-align:center;
	border-bottom:1px dashed #CCCCCC;
	/*padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	white-space: nowrap;	border-top:1px dashed #CCCCCC;*/
	}
.coypright /*footer border-top:1px dashed #CCCCCC;*/
{
	margin: 2em auto;
	clear: both;
	text-align: center;
	width: 100%;
	height: 3em;
	/*padding-top: 10px;*/
}
#backlink {
	position: relative;		
	width:100%;
	height:15px;
	z-index:4;
	text-align:right;
	/*background-color:#FFFFFF;*/
}
/*object setting*/
hr { 
	color: #CCCCCC;	
	background-color: #CCCCCC;
	height: 1px;	
	}
a {
	/*padding-left: 5px;
	padding-right: 5px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	font-weight:bold;
	}
a:active {
	color: #FF9933; 
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
a:visited {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
a:hover {
	color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	text-align:center;
	margin: 20px;
}
h2 {
	background-color: #EEEEEE;
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	text-align:center;
	margin: 10px;
}
h3{
	background-color: #DDDDDD;
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	text-align:center;
	margin: 10px;
}
h4 {
	background-color: #CCCCCC;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	text-align:center;
	margin: 10px;
}
h5 {
	background-color: #BBBBBB;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	width:70%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	background-color: #bbbbbb;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	width:40%;
	/*margin:0 0 0 15px;
	padding:0 0 0 5px;*/
}
/*-----------------------------------------------*/
.gallery{
	width:80%;
	float: left;
	text-align: center;
	border-right:1px dashed #CCCCCC;
	padding:5px;
	}
s{
	text-decoration: line-through;
}

.tb1 {
	border: 0px;
	width:600px;
	vertical-align: middle;
	white-space: normal;
	font-size: 10px;
	}

.rightside{ text-align:right;
}

.borders {
	border: 13px solid #EEEEEE;
}
.borderTB {
	border: 1px solid #EEEEEE;
	padding:5px 5px 5px 5px;
}
.picNav {
	text-align: center;
	margin: 10px;
	padding:20px;
	border:1px solid #EEEEEE;	
}
.editer {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.notation {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align:center;
}
.title {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	visibility: visible;
	width: 300px;
	margin:10px;
	/*padding:0 20px 0 20px;*/
}

#char{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	}
#char img{
	border: 5px solid #FFFFFF;
	float: right;
}

#backlink {
	position: relative;		
	width:100%;
	height:15px;
	z-index:4;
	text-align:right;
	/*background-color:#FFFFFF;*/
}
.floatLeft{float:left;}
.floatRight{float:right;}
img {
	border: 0px;
}
.monsterInfo{background-color: #bbbbbb;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	width:100%;
	}