/* reset first */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: normal;
	margin-left: 2em;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: white; 	
	color: black;
	font-size: 100%;
	padding: 2px;
	margin: 3px 0 3px 0;
}
pre{font-family: "Courier New", Courier, Monaco, monospace ; }
hr {color: gray ; }
.navbar {
	font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	background: #99FFFF; 
	border-width: thin; 
	padding: 2px;
	border-bottom: 2px solid silver;
}
.navarea { background: #99FFFF; }
h1,h2,h3,h4,h5 { font-family: Verdana, Arial, Helvetica, sans-serif;  } 
h1 {
	font-size: 150% ; 
}
h2 {
	font-size: 130% ; 
}

h2 {
	font-size: 120% ; 
}
a img {
	margin: 2px;
	border: 1px solid;
}
blockquote {
	margin: 0 0 0 3em;
}
blockquote:before { 
	content: open-quote; 
	font-weight: bold; 
} 
blockquote:after { 
	content: close-quote; 
	font-weight: bold; 
} 

.blockimg {
	margin: 5px;
	border: none;
	display : block;
	float: left ;
}
.logo {
	font-size: 125% ; 
	font-family: "Courier New", Courier, Monaco, monospace ; 
	font-weight: bold; }

#page {
	margin: 0 auto 20px;
	width: 860px;
}
	
.navigation {
	float: left;
	width: 200px;

}

.craft {
	float: left;
	width: 47%;
	padding: 0 1% 0 1%;
	border-right: 1px solid silver;
}

.main {
	float: right;
	width: 48%;
	padding: 0 1% 0 1%;

}

.footer {
	clear:both;
}
p {
	margin: 0.9em 0 0.9em 0;
	text-indent: 1.5em;
}
