@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
* img { 
	border:none;
}
body {
	background:#CCC;
}
#sider {
	width:900px;
	height:100%;
	margin:0 auto;
}
#main {
	ppadding:0px;
	margin:0 auto;
	margin-top:-63px;
	width:800px;
	border-bottom:2px #3d1c51 solid;
	border-left:2px #3d1c51 solid;
	border-right:2px #3d1c51 solid;
	background:white;
	height:100%
}
#header {
	height:130px;
	width:100%;
}
#headerLeft {
	float:left;
	width:400px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}
#headerLeft ul {
	list-style:none;
	display:inline;
}
#headerLeft li {
	list-style:none;
	display:inline;
	padding-right:30px;
}
#headerRight {
	text-align:center;
	padding-top:20px;
	margin:0 auto;
	width:400px;
	float:right;
}
#headerRight ul {
	list-style:none;
	display:inline;
}
#headerRight li {
	list-style:none;
	display:inline;
	padding-right:30px;
}
#navbar {
	padding-top:5px;
	height:35px;
	width:800px;
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
	font-variant:small-caps;
	background-color:#3d1c51;
	text-decoration:none;
	margin-bottom:20px;
}
#navbar a {
	color:#FFF;
	text-decoration:none;
	font-weight:400;
}
#navbar a:visited {
	text-decoration:none;
}
#navbar ul {
	list-style:none;
	display:inline;
}
#navbar li {
	list-style:none;
	display:inline;
	padding-right:30px;
}
#content {
	height:950px;
}
#left {
	width:510px;
	float:left;
	margin:20px;
}
#left h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:22px;
	padding:0px;
	margin:0px;
}
#left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
	font-size:32px;
	margin-top:-12px;
}
#right a {
	color:black;
}
#right a:visited {
	color:black;
}
#right a:hover {
	color:black;
}
#pStudent {
	height:800px;
}
#pStudent h5 {
	font-weight:bold;
}
#right {
	width:250px;
	float:right;
}
.header {
	font-size:24px;
	background:#3d1c51;
	color:white;
	height:30px;
	width:100%;
	font-variant:small-caps;
	margin-top:10px;
	margin-bottom:10px;'
	font-weight:normal;
}
.header img {
	padding-top:5px;
	padding-left:20px;
}
#right li {
	list-style:none;
	margin-left:5px;
}
#about {
	padding-top:10px;
	padding-bottom:10px;
}
#contact {
	text-align:center;
	margin-left:10px;
}
#footer {
	width:800px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
}

/*classes*/
.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.text {
	padding:10px;
}
.rightImage {
	position:relative;
	top:130px;
	left:852px;
}
.leftImage {
	position:relative;
	top:130px;
	left:12px;
}
