body {
	font-family: times, helvetica, sans-serif;
	font-size:14px;
	color:#333;
	min-width:760px;
}
h1 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
img {
	border:none;
	position:relative;
	top:2px;
}
img.noshift {
	top:0;
}
hr {
	clear:both;
	height:1px;
	border-style:none;
	border-width:0px;
	border-bottom:1px solid #999;
}
a:link {
	color:#03F;
	text-decoration:none;
}
a:visited {
	color:#03F;
	text-decoration:none;
}
a:hover {
	color:#E00;
	text-decoration:none;
}

.dialog {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	width:90%;
	margin:auto;
}
.dialog_title {
	text-align:center;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #999;
	color:#f60;
	margin:0;
	padding:0 10px;
	font-size:14px;
}

#layout_header {
	height:80px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}
#header_logo {
	float:left;
	width:200px;
}
#header_text {
	float:left;
	width:500px;
	padding:10px 30px;
	font-size:20px;
}
#header_text_ln2 {
	padding-left:50px;
}
#layout_content {
	text-align:center;
}
#layout_footer {
	clear:both;
	font-size:12px;
	padding:20px;
	text-align:center;
}
#dmoz_attribution {
	width:355px;
	margin:auto;
	border:3px solid #360;
	line-height:19px;
	font-family:sans-serif, arial, helvetica;
	font-size:13px;
}
#dmoz_attribution_ln1 {
	background-color:#360;
	color:#FFF;
}
#dmoz_attribution_ln2 {
	background-color:#CCC;
}
