@charset "utf-8";

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5,
h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead,
tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big,
br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong,
sub, sup, tt, var, legend, fieldset{margin:0;padding:0}
html{font-size:100%}

body{
	background:#ddd;	
	margin:0;padding:0;
	font-family: arial, helvetica, sans-serif;
	}

div#page{
	width:800px;
	margin:0 auto;
	padding:0;
	background:#eee;
	border-left:1px solid #555;
	border-right:1px solid #555;
	}

/** HEADER WITH PHOTO AND NAME **/

div#header{
	padding:0;
	padding-top:0.5em;
	}
	#header div.name{
		float:left;
	}
	#header h1{
		margin:0;
		padding:1em 1em 0.2em;
		font-family:georgia;
		font-size:130%;
		}
	#header img.photo{
		float:right;
		width:7em;
		margin:0.5em 1em 1em;
		}
	#header div.links{
		float:left;
		margin:2em -10em 0 1em;
		width:100%;
		}
	#header div.links a{
		text-decoration:none;
		font-size:small;
		padding:0.3em;
		}
	#header div.links a:hover{
		background:#cfc;
	}

/** TOP NAVIGATION **/

div#navigation{
		clear:both;
		}
	#navigation ul{
		margin:0;
		padding:0;
		list-style:none;
		vertical-align:middle;
		width:110%;
		}
	#navigation li{
		display:inline-block;
		*display:inline;
		width:200px;
		font-size:small;
		font-family:georgia;
		padding:0.5em 0;
		margin:0 ;
		}
	#navigation a{
		float:left;
		text-decoration:none;
		text-align:center;
		color:#fff;
		width:198px;
		padding:10px 0;
		margin:0;
		vertical-align:middle;
		border:1px outset #347235;
		background:#535;
		}
	#navigation a:hover{
		color:#000;
		background:#FDD017;
		border:1px outset #FDD017;
	}
	#navigation a.current{
		cursor:normal;
		font-weight:bold;
		color:#FDD017;
		background:#535;
	}
	#navigation a.current:hover{
		color:#FDD017;
		background:#535;
		border:1px outset #347235;
	}


/** MAIN CONTENT **/

div#content{
	clear:left;
	margin:1em;
	text-align:justify;
	word-spacing: 1px;
	line-height:130%;
	}
	#content p{
		margin:0.5em 1em;
	}
	#content p.tech{
		color:green;
	}
	#content a{
		text-decoration:none;
		padding:0.3em;margin:0 0 0 -0.3em;
		}
	#content a:hover{
		background:#cfc;
	}
	#content ul{
		font-size:90%;
		margin:1em 1em 1em 5em;
		}
	#content ul ul{
		font-size:100%;margin:0 0 0 2em;
	}
	#content li{
		margin:0.3em 0;
		}
	#content #summary{
		text-align:center;
	}
	#content div.section h2{
		font-family:arial;
		font-size:110%;
		margin:2em -0.9em 0.6em;
		padding:0.2em 0 0.2em 2em;
		background:#ffe;
		border-bottom:1px solid #cca;
		}
	#content div.section p{
		font-size:90%;
		margin-left:3em;margin-right:1em;
		}
	#content div.section div.inline{
		font-size:90%;
		margin-left:3em;margin-right:1em;
	}
	#content div.section div.img_inline{
		display:inline;
		background:#ffa;
		cursor:default;
	}
	#content div.section blockquote{
		background:#ddf;
		border:1px solid black;
		margin:2em;
		padding:0.5em;
	}
	#content div.section ul.sub{
		display:none;
		list-style:none;
		margin:0 0 0 3em;
	}
	#content img.inline_image{
		position:fixed;left:0px;top:125px;
		display:none;
	}

/** FOOTER **/

div#footer{
		margin:2em 0 -2em;
		text-align:center;
		font-size:x-small;
	}