body {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 1em;
	background: #999;
	color: #fff;
}
a {
	color: #fff;
}
p {
	margin: 0 0 1em 0;
}
#shanty {
	position: relative;
}
#sidebar {
	float: left;
	width: 180px;
}
#spider {
	width: 180px;
	height: 89px;
	background: url(/img/spider.png) 0 0 no-repeat;
	margin-bottom:20px;
}
* html #spider {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/spider.png');
}
#navigation li.on a,
#navigation li a:hover {
	color: #0062c5 !important;
}
#navigation li.on ul li a {
	color: #fff !important;
}
strong {
	display: block;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: 3px 0 0.5em 0;
	padding: 0;
}
* html strong {
	margin-top: -0.5em;
}
.spider {
	border: 1px solid #fff;
	padding:7px;
	margin: 1em 0;
}
#body {
	background: url(../img/background.png) no-repeat;
	width: 960px;
	margin: auto;
}
table {
	font-size: 0.9em;
	margin: 0;
}
#header,
#footer {
	padding: 10px;
}
#footer {
	padding-left:180px;
	font-variant:small-caps;
}
#header {
	background: #00006d;
	color: #fff;
	font-variant: small-caps;
	margin-bottom: 10px;
}
 ul.small {
 	font-size: 0.8em;
 }

#navigation {
	height: 375px;
	margin-right: 10px;
}
#navigation ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	font-size: 0.9em;
}
#navigation li {
	margin-bottom: 0.7em;
	line-height: 1.1em;}
#navigation a {
	text-decoration: none;
}
#navigation a:visited {
	color: #eee;
}
#content {
	margin: 20px;
	height: 430px;
	overflow: auto;
}
#content img {
	display: block;
	border:0;
}
#content ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-image: url(../img/arrow.gif);
}
#profil ul {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 0.8em;
}
* html #profil strong {
	margin-top: -1em;
}
#content li {
	margin-bottom: 0.5em;
	padding: 0;
}
.zite {
	font-family: Georgia, Times;
	color: #6cf;
	font-style: italic;
}
.zite sub {
	display: block;
	text-align: right;
	padding: 0.5em 2em 0 0;
}
th {
	padding: 0 0 1em 0;
	text-align: left;
	font-size: 1.6em;
}
#navigation,
#footer {
	background: #000080;	
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
/* ---  CSS Tricks --- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */