@charset "UTF-8";
@import url("Faculty/Alanen.html.css");
/* CSS Document */


body{
	background-color: gray;
	font-family: "Droid Sans", "Droid Sans Bold";
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #576351;
	text-decoration: none;	/*word-spacing: 2px;*/
}



#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
}

#header{
	height: 139px
}

#breadcrumbs{
	padding: 10px;
	float:left;
	height: 30px;
	width: 826px;
	background-color: #e9ebe8;
	position: relative;
	border: solid black 2px;
}

#breadcrumbs a{
	list-style-type: none;
	text-decoration: none;
	font-family: "Droid Sans Bold";
	font-weight: bold;
	color: #576351;
	font-size: 15pt;
}

#navbar{
	width: 130px;
	float: left;
	height: 650px;
	background-color: #e9ebe8;
	padding: 5px;
}

#main{
	width: 706px;
	float: left;
	border-left: solid black 2px;
	background-color: #e9ebe8;
}

#content{
	padding: 10px;
	float: left;
	clear:left;
	height:640px;
	width: 468px;
	background-color: #e9ebe8;
	text-align:center;
	color: #000;
}

#picture{
	width: 215px;
	float: left;
}

#navbar ul li {
	list-style-type: none;
	text-decoration: none;
	margin-top: 25px;
	font-family: "Droid Sans Bold";
	font-weight: bold;
}

#navbar ul li a {
	list-style-type: none;
	text-decoration: none;
	font-family: "Droid Sans Bold";
	font-weight: bold;
	color: #576351;
	margin-top: 5px;
}

#footer{
	clear: left;
	text-align: center;
	background-color: #e9ebe8;
	border-top: solid black 2px;
}
#main #content ul li {
	text-align: left;
}
