body {
	background-image: url(../img/background.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}


p:first-letter {
	font-weight: bolder;
}

#head {
	border: 1px solid #000000;
	background-color: #BDB9B9;
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 575px;
	margin-top: 20px;
	text-align: justify;
}

#menucontainer {
	border:1px solid #606060;
	background-color:#dddddd;
	width:120px;
	float:right;
	padding:5px;
	margin:0px 5px 5px 0px;
	margin-left: 10px;
	line-height:20px;
}

.menutitle {
	margin:-5px -5px 5px -5px;
	padding:2px;
	background-color:#cccccc;
	font-weight:bold;
	font-size: 12px;
	border-bottom:1px solid #606060;
}

.menu {
	font-size: 10px;
}

.cb {
	clear: both;
}

#foot {
	border:1px solid #000000;
	background-color: #BDB9B9;
	width: 565px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 2px;
	padding-right: 8px;
	font-size: 10px;
	text-align: center;
}
