* {
	padding: 0;
	margin: 0;
}
/* Default font definitions */
body {
	font-family: "Calibri", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 17px;
	text-align: justify;
	background: white;
	color:#666;
}
/* Remove all underlines from links per default */
a {
	text-decoration:none;
}
/* Center all images per default */
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
}
#portrait{
	margin-top: 15px;
	margin-bottom: 10px;
}
#header {
	color: #FFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top:20px;
	width: 100%;
	height: 380px;
	background: url(../images/fading_box.png) repeat-x;
}
.menu ul {
	height:30px;
	font-size:18px;
	list-style:none;
	margin-left: auto;
	margin-right: auto;
	width:370px; 
}
.menu li {
	float:left;
	padding:0px;
}
li.selected {
	color:#235594;
}
.menu li a {
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:30px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover {
	color:#069;
}
.main {
	float:center;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
}
.main h1, h3, h3 {
	margin-top:20px;
	color:#333;
	font-family: "Georgia", serif;
}
.main h1 {
	font-size: 30px;
}
.main li{
	margin:10px;
	margin-left:15px;
}
.main hr {
	width:auto;
	margin:5px 0px;
}
