html, body, h1, h2, h3, p, div, span, ul, ol, li, img {
	border:0;
	margin:0;
	padding:0;
}
html {
	height:100%;

}
body {
	font-family:candara, Constantia, calibri, cambria, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	height:100%;
	background:url(/style/logobak.png) no-repeat top left;
}
#about {
	position:absolute;
	top:65px;
	left:-5px;
	height:100px;
	width:189px;
/*	background:url(/style/logo.png) no-repeat top left;*/
}
#about div {
	padding:70px 16px 0 20px;;
	font-size:11px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
}
#about div a {
	text-decoration:none;
	color:#1C72A5;
}
#wrapper {
	width:100%;
	height:100%;
}
ul#content {
	position:absolute;
	bottom:2px;
	margin:0 3% 2px 22%;
	display:block;
	width:74%;
}
ul#hidden {
	display:none;
}
li {
	list-style:none;
	clear:both;
	display:block;
	margin-top:12px;
	margin-bottom:12px;
	/*background:#f6f6f6 url(/style/bubble.png) no-repeat top left;*/
}
li img {
	background-color:#FFFFFF;
	border-top:solid #F0EFE8 1px;
	border-left:solid #F0EFE8 1px;
	border-right:solid #D1C9B3 1px;
	border-bottom:solid #D1C9B3 1px;
	padding:4px;
}
li img:hover {
	background-color:#F0EFE8;
}
a:focus {
	outline-style:none;
}
