/* CSS Document */

body
{
	font:"Times New Roman", Times, serif;
	background-color: white;
	margin: 0px;
	width: 1000px;
}

.clearboth
{
	clear: both;
}

a
{
	color: black;
}

a:visited
{
	color: #003399;
}

#left_column
{
	width: 200px;
	float: left;
}

#right_column
{
	width: 800px;
	float: left;
}

h1
{
	font-size: 12pt;
	line-height: 18pt;
	font-style: italic;
}

#divAbout h1
{
	color: #ff9933;
}

#divWords h1
{
	color: #339999;
}

#menu
{
	width: 200px;
}

#menu_contact
{
	float: left;
}

#menu_about
{
	float: left;
}

#menu_words
{
	float: left;
}

#menu_contact a.link_contact
{
	display: block;
	background: transparent url(../images/SubPg_Contact.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 48px;
	text-decoration: none;
}

#menu_contact a:hover.link_contact
{
	background-position: -200px 0px;
}

#menu_about a.link_about
{
	display: block;
	background: transparent url(../images/SubPg_About.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 48px;
	text-decoration: none;
}

#menu_about a:hover.link_about
{
	background-position: -200px 0px;
}

#menu_about a.link_resume
{
	display: block;
	background: transparent url(../images/SubPg_Resume.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_about a:hover.link_resume
{
	background-position: -200px 0px;
}

#menu_about a.link_consulting
{
	display: block;
	background: transparent url(../images/SubPg_Consulting.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_about a:hover.link_consulting
{
	background-position: -200px 0px;
}

#menu_about a.link_speaker
{
	display: block;
	background: transparent url(../images/SubPg_Speaker.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_about a:hover.link_speaker
{
	background-position: -200px 0px;
}

#menu_words a.link_words
{
	display: block;
	background: transparent url(../images/SubPg_Words.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 48px;
	text-decoration: none;
}

#menu_words a:hover.link_words
{
	background-position: -200px 0px;
}

#menu_words a.link_samples
{
	display: block;
	background: transparent url(../images/SubPg_Samples.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_words a:hover.link_samples
{
	background-position: -200px 0px;
}

#menu_words a.link_editing
{
	display: block;
	background: transparent url(../images/SubPg_Editing.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_words a:hover.link_editing
{
	background-position: -200px 0px;
}

#menu_words a.link_teaching
{
	display: block;
	background: transparent url(../images/SubPg_Teaching.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_words a:hover.link_teaching
{
	background-position: -200px 0px;
}

#menu_words a.link_books
{
	display: block;
	background: transparent url(../images/SubPg_Books.png) no-repeat scroll 0% 0%;
	width: 200px;
	height: 24px;
	text-decoration: none;
}

#menu_words a:hover.link_books
{
	background-position: -200px 0px;
}

#headline
{
	float: right;
	height: 200px;
}

#content
{
	position: relative;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 470px;
}

#footer
{
	padding-top: 20px;
	width: 1000px;
	font-size: 10pt;
	line-height: 18pt;
	text-align: center;
}

#copyright
{
	color: black;
}

#imgContentBackground
{
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	
}