*{
	font-family:Verdana,Tahoma,Arial,sans-serif;
}
body,html{
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	color:#f9f9f9;
	width:100%;
	height:100%;
	background-color:#333;
	overflow:hidden;
}
#allsite{
	position:relative;
	margin:auto;
	width:100%;
	height:100%;
	overflow:hidden;
}
#introDiv{
	position:relative;
	width:720px;
	height:540px;
	margin:auto;
	margin-top:-270px;
	top:50%;
}
/*===about===*/
#aboutDiv{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:scroll;
	background-color:#000;
	margin:0;
	padding:0;
}
#aboutMain{
	position:relative;
	overflow-y:auto;
	background:url('img/bg_vline.png') repeat-x left bottom;
	margin:0;
	padding:1px;
}
#podval{
	position:relative;
	height:74px;
	background:url('img/bg_podval_vline.png') repeat-x left top;
}
#vertLimiter{
	position:relative;
	float:left;
	width:1px;
	height:520px;
}
#menu{
	position:absolute;
	top:38px;
	left:55%;
	height:30px;
	width:42%;
	text-align:right;
	font-size:0.75em;
	font-weight:bold;
	z-index:99;
}
a{
	color:#318bba;
	text-decoration:none;
}
a:hover{
	color:#9dd8f8;
	text-decoration:underline;
}

a.mm{
	color:#318bba;
	text-decoration:none;
	margin:0 6px;
}
a.mm:hover{
	color:#9dd8f8;
	text-decoration:underline;
}
a.paper{
	color:#318bba;
	text-decoration:none;
	font-weight:bold;
}
a.paper:hover{
	color:#9dd8f8;
	text-decoration:underline;
	font-weight:bold;
}

#text1{
	position:relative;
	width:73%;
	margin:30px 300px 10px 20px;
	z-index:15;
}
#man{
	position:absolute;
	width:231px;
	height:299px;
	top:100%;
	left:100%;
	margin-left:-231px;
	margin-top:-299px;
	background:url('img/man.png') no-repeat left top;
	z-index:5;
}
#glow{
	position:absolute;
	width:576px;
	height:505px;
	top:0;
	left:100%;
	margin-left:-576px;
	margin-top:0;
	background:url('img/glow.png') no-repeat left top;
	z-index:4;
}
h1{
	font-size:40px;
	font-family:Tahoma;
	font-weight:normal;
	padding:0;
	cursor:pointer;
}
h2{
	margin-top:0;
	font-size:23px;
	font-family:Verdana;
	font-weight:normal;
	font-style:italic;
	padding-right:1px;
}
h3{
	margin-top:0;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	padding-right:1px;
}


#h1Div{
	position:relative;
	margin-left:-40px;
	padding-right:5px;
	padding-top:0;
	width:390px;
	height:52px;
	text-align:right;
	background:url('img/h1DivBg.png') no-repeat right bottom;
}
#h2Div{
	position:relative;
	margin-left:-40px;
	padding-right:5px;
	width:390px;
	height:52px;
	text-align:right;
}
#h3Div{
	position:relative;
	margin-left:27%;
	width:100%;
	text-align:right;
}
ol{
	padding-left:11%;
	font-size:0.8em;
	list-style-position:inside;
}
ul{
	padding-left:11%;
	font-size:0.75em;
	list-style-type:none;
}
ul.ulPaper{
	line-height:25px;
}
h5{
	margin-top:45px;
	margin-bottom:10px;
	padding-left:7%;
	font-style:italic;
	font-size:0.8em;
}
span{
	font-weight:normal;
	font-style:normal;
}
p{
	padding-left:11%;
	font-size:0.8em;
}
.p2{
	padding-left:7%;
	font-size:0.8em;
}
#copy{
	padding-top:12px;
	padding-right:12px;
	text-align:right;
	font-style:italic;
	font-size:0.75em;
	color:#aaa;
}
