* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Helvetica, arial, sans-serif;
}
body {
	margin: 0 auto;
	width: 750px;
	background-color: black;
	color: #eee;
	padding: 25px 0 25px 0;
}

p {
	margin-bottom: 1.5em;
}
.logo {
	background: url(images/dotorg_logo.jpg) no-repeat;
	width: 300px;
	height: 100px;
	margin-top: 9px;
}
h1, h2 {
	margin: 0;
	text-indent: -90000px;
}
ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.nav li {
	list-style: none;
	float: right;
	display: inline-block;
	margin-right: .5em;
}
ul.nav li a {
	display: block;
	height: 98px;
	width: 72px;
	text-align: center;
	background-position: 0px 20px;
	text-decoration: none;
	font-size: 11pt;
	font-family: "VAGRundschriftD", sans-serif;
	font-weight: normal
}
.link-fb { 	background: url(images/fb.png) no-repeat; }
.link-twitter {background: url(images/twitter.png) no-repeat; }
.link-posterous {background: url(images/posterous.png) no-repeat; }
.link-youtube {background: url(images/youtube.png) no-repeat; }
.link-zyozy {background: url(images/zyozy.png) no-repeat; }
h3 {
	color: #FE6500;
	font-size: 14pt;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	font-family: "VAGRundschriftD", sans-serif;
	margin-bottom: 10px;
	margin-top: -10px;	
	font-weight: normal;
	display: block;
}
p {
	clear: both;
	line-height: 1.5;
}
.notice {
	background: #333;
	color: white;
	padding: 3px;
	font-size: 11pt;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding-top: 3px;
	-moz-box-shadow: 3px 3px 0 #333;
	-webkit-box-shadow: 3px 3px 0 #333;	
}
a:link, a:visited {
	color: #fff;
}
a:hover, a:active {
	color: #FE6500;
}
em {
	color: #555;
}
hr {
	height: 1px;
	border: 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e7e7e7
}
.w50 {
	float: left;
	width: 50%;
}
.w33 {
	float: left;
	width: 33.3%;
	margin-bottom: 50px;
}
.w66 {
	float: left;
	width: 66.6%;
	margin-bottom: 50px;	
}
.w40 {
	float: left;
	width: 40.0%;
	margin-bottom: 50px;	
}
.w60 {
	float: left;
	width: 60.0%;
	margin-bottom: 50px;	
}
.w66 p {
	text-align: right
}
.clear {
	clear: both
}
.big p {
	font-size: 14pt;
	text-align: center;	
}
.big p a, .big a {
	color: #FE6500;
}
#footer a {
	color: #e7e7e7;
}
#footer div {
	margin: 0 auto;
	display: block;
}
#footer ul {
	overflow: hidden;
}
#footer li {
	float: left;
	display: inline-block;
	margin-left: 1em;
}
#footer .right li {
	float:  right;
}
#footer li a {
	display: block;
	font-family: "VAGRundschriftD", sans-serif;
	font-weight: normal
}
.hub-link {
	background: url(images/hub.jpg) no-repeat;
	width: 90px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
}
.hub-link span {
	text-indent:-90000px;
	display: block;
}