/* Generic Selectors */

body  {
	background: #fff8e8
}

p  {
	font-family: "Lucida Sans Typewriter", Monaco, monospace
} 

 img { 
	max-width: 100%; 
} 

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", Monaco, monospace
}

h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", Monaco, monospace
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", Monaco, monospace
}

 
/************************* ID's *************************/
 
#headline {
}

/* Tabs design courtesy blixt.org */

div.content {
	border: #48f solid 3px;
	clear: left;
	padding: 1em;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: url(tabs.png) 100% 0;
	color: #000;
	float: left;
	line-height: 2em;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li {
	background: #ddd url(tabs.png);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
}


#centerDoc {
   padding: 0 0 20px 0; /*top right bottom left*/
   margin-top: 10px;   
}

