html
{
	height: 100%;
}

body
{
	/* background-color: #BB934C; */
	/* background-image: url('/images/corkboard.jpg'); */
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'MS Sans-Serif', Sans-Serif;
	font-size: 10.2pt;
}

h1
{
	font-size: 160%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #333;
	/* BB2A22; */
}

h2
{
	font-size: 120%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	color: #333;
}

a
{
	color: #04B;
	/* text-decoration: none; */
}

/* a:hover
{
	text-decoration: underline;
} */

ul
{
	text-align: left;
	margin-bottom: 7pt;
}

ul li
{
	margin-bottom: 4pt;
}

ul li ul li
{
	font-style: italic;
}

hr
{
	height: 1px;
	border: none;
	color: #CCC;
	background-color: #CCC;
}

p
{
	line-height: 150%;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 550pt;
	/* background-color: White; */
	/* background-image: url('/images/burnin.png'); */
	min-height: 100%;
	text-align: left;
	/* border-left: solid 1px #666;
	border-right: solid 1px #666; */
}

#maincontent
{
	padding-bottom: 20pt;
	padding-top: 0;
	height: auto;
}

#logotop
{
	margin-top: 10pt;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#nav
{
	font-size: 14pt;
	/* background-color: #222; */
	height: 2em;
	vertical-align: middle;
	margin: 10pt 0 20pt 0;
}

#education
{
	color: Green;
}

#consulting
{
	color: #04F;
}

#team
{
	color: #F44;
}

a.nav
{
	font-size: 120%;
	padding: 10pt 10pt 10pt 10pt;
}

#quote,
#ruquote
{
	background-color: #FEC;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 1em 1.2em 1em 1.2em;
	margin-bottom: 14pt;
	font-style: italic;
}

#quote p,
#ruquote p
{
	color: #333;
	text-align: left;
	padding: 0 0 0 .5em;
	margin: 0;
	margin-bottom: .5em;
	text-indent: -.5em;
}

#quote p:before
{
	content: '\201C';
}

#quote p:after
{
	content: '\201D';
}

#ruquote p:before
{
	content: '\00AB';
}

#ruquote p:after
{
	content: '\00BB';
}

#quote #author,
#ruquote #author
{
	color: #888;
	text-align: right;
}

#quote #author:before,
#ruquote #author:before
{
	content: '\2014\2002';
}

#col1
{
	width: 50%;
	float: left;
	vertical-align: top;
}

#col2
{
	width: 50%;
	float: right;
	vertical-align: top;
}

.stub
{
	margin: 8px 8px 8px 8px;
	padding: 8pt 5pt 14pt 5pt;
	/* text-align: justify; */
}

.stub h2
{
	margin: -8pt 0 4pt 0;
	text-align: left;
	border-bottom: solid 1px #DDD;
	padding-bottom: .2em;
}

.stub p
{
	margin: 0 0 0 0;
}

#article, 
#text
{
	padding: 5pt 3em 5pt 3em;
}

#article img, 
#text img
{
	display: block;
	
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

#sign
{
	color: #444;
	text-align: right;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 2em;
}

#sign:before
{
	content: '\2014\2002';
}

#grand
{
	font-size: 16pt;
}

#person
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: left;
	clear: both;
	margin-bottom: 10pt;
	overflow: hidden;
}

#person img
{
	float: left;
	border: solid 1px #BBB;
	margin-right: 10pt;
}

#name
{
	font-weight: bold;
	text-align: left;
}

#contact
{
	text-align: left;
}

#contact a
{
	color: #874D1D;
	text-decoration: none;
}

#contact a:hover
{
	text-decoration: underline;
}

#contact a #ffimg
{
	position: relative;
	top: 3px;
	border: none;
}

