@charset "utf-8";

body {
background-color: #333;
}

#container {
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -320px; 
	height: 640px; 
	width: 850px; 
	padding:0;
}

div#content {
	margin: 25px;
}

#nav {
	width: 222px;
}

#note {
	position: absolute;
	bottom: 15px;
	font-size: .7em;
}

#note p { 
	color: #bbb !important; 
}

#note a { 
	color: #bbb !important;
	font-weight: normal;
}
	
#picture {
	float:right;
}

#text {
	width: 500px;
	height: 585px;
	float: right;
	overflow: auto;
}
 
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

img {
	border: 0;
	text-decoration: none;
}

p, li, h2, h3, h4 {
	font: .85em/1.5em Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 10px; 
	color: #333;
}	

h2, h3, h4 {font-weight: bold;}	

h2 { font-size: 1.5em;}

h3 {font-size: 1.2em;}

h4 { font-size: 1em;}

ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold; 
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0; 
}

#current { 
	background-color: #eee;
}

#nav li a { 
	display: block;
	padding: 5px;  
}

#nav li a:hover { background-color: #eee; }

#text a {
	color: #00c;
	text-decoration: underline;
	font-weight: normal;
