@charset "UTF-8";

html{
	font-family:sans-serif,'MS Sans Serif',;
	height:100%;
	min-width:1500px;
}
body{
	background-color:rgb(213,229,247);
	font-size:20px;
	margin:0 auto;
	width:100%;
	height:100%;
	cursor:default;
}
ul{
	list-style:none;
}
.Reference{
	background-color:rgb(220,220,220);
}
.ReferenceSrc{
	text-align:right;
	padding-right:10px;
}
.Description{
	margin:auto;
	width:50%;
	text-align:left;
}
.Button{
	font-size:100%;
	font-weight:bold;
	background-color: rgb(237,125,49);
	border-radius: 4px;
	color: rgb(0,0,0);
	box-shadow: 0px 1px 0px rgb(207,95,19);
	text-shadow: 1px 1px 2px rgba(255, 255, 255,1);
	line-height: 52px;
	width:200px;
}
.Button:hover{
	background-color: rgb(255,165,89);
	box-shadow: 0px 1px 0px rgb(247,135,59);
}
.Button:active{
	top:3px;
	box-shadow:none;
}
.Intro{
	margin-left:10%;
}
.IntroHead{
	text-align:left;
	border-bottom:1px dotted rgba(0,0,0,.7);
	margin-right:10%;
}
.IntroBlock{
	display:inline-table;
	width:90%;
}
.IntroPic{
	float:left;
	width:20%;
}
.IntroPicSize{
	width:90%;
}
.IntroStat{
	float:right;
	vertical-align:top;
	text-align:left;
	width:80%;
}
.SpotStat{
	float:right;
	vertical-align:top;
	text-align:left;
	width:95%;
}
.Experience{
	margin-left:10%;
}
.ExpBlock{
	display:inline-table;
	width:90%;
}
.ExpHead{
	text-align:left;
	border-bottom:1px dotted rgba(0,0,0,.7);
	margin-right:10%;
}
.ExpStat{
	text-align:left;
	margin-left:5%;
	width:80%;
}
.ExpPic{
	vertical-align:middle;
	width:45%;
	height:45%;
}
.OutsideList{
	padding-left:5%;
}
.InsideList{
	padding-left:10%;
}
.ListElement{
	
}
.fontStrong{
	font-size:120%;
	font-weight:bold;
}
#HeaderBlock{
	background-color:rgb(150,145,191);
	display:table;
	table-layout:fixed;
	width:100%;
	height:15%;
}
#Logo{
	display:table-cell;
	width:15%;
	vertical-align:middle;
}
#LogoPic{
	width:120px;
	height:120px;
}
#HPName{
	display:table-cell;
	font-size:35px;color:rgb(237,125,49);
	text-shadow:1px 1px 1px #000000;
	text-align:center;
	width:70%;
	vertical-align:middle
}
#Link{
	display:table-cell;
	text-align:right;
	padding-right:20px;
	width:15%;
	vertical-align:middle;
}
#Link a{
	color:#0000ff;
}
#MainBlock{
	margin:auto;
	width:100%;
	height:85%;
}
#ScrollBlock{
	background-color:rgba(255,255,255,0.5);
	text-align:center;
	float:left;
	overflow:scroll;
	margin-left:15%;
	width:70%;
	height:100%;
}
#Announce{
	margin-top:50px;
}
#ListBlock{
	font-size:85%;
	background-color:rgb(219,219,219);
	float:right;
	width:15%;
	height:100%;
}
#MenuBlock{
	text-align:center;
	float:left;
	margin-left:15%;
	width:70%;
	height:100%;
}
#Space{
	float:right;
	width:15%;
}
