body {
	font-family:  verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 60%;
	margin: 0 auto 0 auto;
}

#header {
	
}

#nav {
}

h1#title {
	margin:				.5em 0 0.2em 0;
	padding:			0 0 0.2em 0;
	font-weight:		bold;
}

#content pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: Black;
	background-color: #f9f9f9;
	line-height: 1em;
	font-family: courier new, courier, monospace;
}

#content blockquote {
	border-left: 4px solid #ddd;
	padding-left: 1em;
	margin-left: 1em;q
}

#content {
	line-height:		1.5em;
}

/**********************/

img { border: 0; }

#content p {
	margin:				0.4em 0 0.5em 0;
	margin:				1em 0 1em 0;
}

#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
	color:				#000000;
	font-weight:		normal;
	margin:				0;
	padding-top:		0.5em;
	padding-bottom:		0.17em;
	border-bottom:		1px solid #aaaaaa;
}

#content h1 { font-size: 188%; }
#content h2 { font-size: 150%; }
#content h3, 
#content h4, 
#content h5, 
#content h6 { 
	border-bottom: none;
	font-weight: bold;
}
#content h3 { font-size: 132%; }
#content h4 { font-size: 116%; }
#content h5 { font-size: 100%; }
#content h6 { font-size: 80%;  }

#content ul,
#content ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 1.5em;
	margin:	1em 0 1em 1.5em;
	padding:0;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	margin: 0.3em 0 0 1.5em;
}

#content ul { 
	list-style-type: square;
}
#content ol {
	list-style-image: none;
}
#content li { margin-bottom: 0.1em; }
#content dt { 
	font-weight: bold; 
	margin-bottom: 0.1em;
}
#content dl{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
#content dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}

#content textarea {
	display:block;
	border: 1px solid #2f6fab;  
	color: Black;
	background-color: white;
	padding: 0.1em;
/*	overflow: auto;*/
/*	width:		90%;*/
}

#content abbr, acronym {
    border-bottom: 1px dotted Black;
    color: Black;
    background: none;
    cursor: help;
}

