@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #6CF;
}
* {
	margin: 0px;
	padding: 0px;
}
#all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#header {
	height: 100px;
	width: 890px;
	margin-top: 10px;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/bg.png);
	padding: 20px;
}
#all #header h1 {
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 20px;
	margin-left: 50px;
}
#all #header p {
	margin-left: 20px;
	line-height: 24px;
}

#wrap {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	width: 890px;
	margin-top: 30px;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
}

#group {
	padding: 20px;
	width: 850px;
	background-image: url(../images/bg_2.png);
	background-repeat: repeat;
	background-position: left top;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
}
#personal {
	padding: 20px;
	width: 850px;
	background-image: url(../images/bg_2.png);
	background-repeat: repeat;
	background-position: left top;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	margin-top: 30px;
}
#tutor {
	padding: 20px;
	width: 850px;
	background-image: url(../images/bg_2.png);
	background-repeat: repeat;
	background-position: left top;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	margin-top: 30px;
}

h2    {
	margin-bottom: 20px;
	color: #00C;
}
#comment {
	padding: 20px;
	width: 850px;
	background-image: url(../images/bg_4.png);
	background-repeat: repeat;
	background-position: left top;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	margin-top: 30px;
}
#reference {
	padding: 20px;
	width: 850px;
	background-image: url(../images/bg_4.png);
	background-repeat: repeat;
	background-position: left top;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	margin-top: 30px;
}
#reference h2 {
	color: #FFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 20px;
	width: 890px;
	margin-top: 20px;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/bg.png);
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#all #wrap p  {
	margin-bottom: 5px;
	margin-top: 10px;
}
ul li    {
	margin-left: 30px;
	line-height: 120%;
}
h3    {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}
#all #header p {
	font-size: 16px;
}
