* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
	
body {background-color: #74B1F4;}

.fR{float: right;}
.fL{float: left;}
.clr{clear:both;font-size:0;line-height:0;}

img {border: 0;}

a {color: #5b5b5b; text-decoration: none;}
a:hover {color: #FF8C00;}

#content{
	margin-top:150px;
	width:100%;
	padding: 20px 0;
	background:#FFFFFF;
	border-top: 3px double #74B1F4;
	border-bottom: 3px double #74B1F4;
}

#focus{
	margin: auto;
	width: 450px;
	background: url(/_img/loupe.gif) top right no-repeat;
}

li{
	list-style-type:none;
	margin:0;
	padding:0;
	width: 130px;
	line-height: 29px;
	border-bottom: dotted 1px #C5C5C5;
	background:transparent url(/_img/fl.gif) no-repeat scroll right;
}

.spacer{padding-left:30px;}

#copyright{
	width: 100%;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
