/* */

body {
	font-family: Helvetica;
	font-size: 12pt;
	background: url("background2.png") repeat-y;
}

div.title {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #FFFF80;
	border-bottom: 5px solid blue;
	padding: 0px;
	margin: 0px;
}

div.title h1 {
	text-align: center;
	color: blue;
}

ul.menu {
	position: absolute;
	float: left;
	left: 0px;
	top: 105px;
	list-style-type: none;
	width: 130px;
	margin: 0px;
	padding: 5px;
}

ul.menu li {
	margin-bottom: 5px;
}

ul.menu li a {
	display: block;
	border: 5px solid transparent;
	text-decoration: none;
	color: blue;
}

ul.menu li a:hover {
	background: #FFFF80;
	border: 5px solid #FFFF80;
	text-decoration: none;
	color: black;
}

div.content {
	position: relative;
	top: 90px;
	margin-left: 150px;
}

hr {
	clear: both;
}

p.widget {
	text-align: right;
	float: right;
}

img {
	border: 0px;
}

p.widget a {
	border: 1px solid gray;
	padding: 2px;
	background: khaki;
}

p.widget a:hover {
	background: yellow;
}
