/* CSS Document */

body
{
	font:"Times New Roman", Times, serif;
	background-color: #93a0cb;
	background-image: url(../images/HomePg_background.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 1000px;
}

.clearboth
{
	clear: both;
}

a
{
	color: white;
}

a:visited
{
	color: #003399;
}

#header
{
	width: 1000px;
	height: 289px;
}

h1
{
	font-size: 14pt;
	line-height: 18pt;
}

#menu
{
	float: left;
	width: 570px;
}

#menu_contact
{
	float: left;
	padding-left: 115px;
}

#menu_contact a.link_contact
{
	display: block;
	background: transparent url(../images/HomePg_Contact.png) no-repeat scroll 0% 0%;
	width: 119px;
	height: 100px;
	text-decoration: none;
}

#menu_contact a:hover.link_contact
{
	background-position: -120px 0px;
}

#menu_about a.link_about
{
	display: block;
	background: transparent url(../images/HomePg_About.png) no-repeat scroll 0% 0%;
	width: 120px;
	height: 76px;
	text-decoration: none;
}

#menu_about a:hover.link_about
{
	background-position: -120px 0px;
}

#menu_words a.link_words
{
	display: block;
	background: transparent url(../images/HomePg_Words.png) no-repeat scroll 0% 0%;
	width: 121px;
	height: 52px;
	text-decoration: none;
}

#menu_words a:hover.link_words
{
	background-position: -121px 0px;
}

#menu_about_submenu a.link_resume
{
	display: block;
	background: transparent url(../images/HomePg_Resume.png) no-repeat scroll 0% 0%;
	width: 120px;
	height: 24px;
	text-decoration: none;
}

#menu_about_submenu a:hover.link_resume
{
	background-position: -120px 0px;
}

#menu_about_submenu a.link_consulting
{
	display: block;
	background: transparent url(../images/HomePg_Consulting.png) no-repeat scroll 0% 0%;
	width: 120px;
	height: 24px;
	text-decoration: none;
}

#menu_about_submenu a:hover.link_consulting
{
	background-position: -120px 0px;
}

#menu_about_submenu a.link_speaker
{
	display: block;
	background: transparent url(../images/HomePg_Speaker.png) no-repeat scroll 0% 0%;
	width: 120px;
	height: 24px;
	text-decoration: none;
}

#menu_about_submenu a:hover.link_speaker
{
	background-position: -120px 0px;
}

#menu_words_submenu a.link_samples
{
	display: block;
	background: transparent url(../images/HomePg_Samples.png) no-repeat scroll 0% 0%;
	width: 121px;
	height: 24px;
	text-decoration: none;
}

#menu_words_submenu a:hover.link_samples
{
	background-position: -121px 0px;
}

#menu_words_submenu a.link_editing
{
	display: block;
	background: transparent url(../images/HomePg_Editing.png) no-repeat scroll 0% 0%;
	width: 121px;
	height: 24px;
	text-decoration: none;
}

#menu_words_submenu a:hover.link_editing
{
	background-position: -121px 0px;
}
#menu_words_submenu a.link_teaching
{
	display: block;
	background: transparent url(../images/HomePg_Teaching.png) no-repeat scroll 0% 0%;
	width: 121px;
	height: 24px;
	text-decoration: none;
}

#menu_words_submenu a:hover.link_teaching
{
	background-position: -120px 0px;
}
#menu_words_submenu a.link_books
{
	display: block;
	background: transparent url(../images/HomePg_Books.png) no-repeat scroll 0% 0%;
	width: 121px;
	height: 24px;
	text-decoration: none;
}

#menu_words_submenu a:hover.link_books
{
	background-position: -121px 0px;
}


#menu_about
{
	float: left;
}

#menu_about_submenu
{
	display: none;
}

#menu_words
{
	float: left;
}

#menu_words_submenu
{
	display: none;
}

#content
{
	float: left;
	width: 300px;
	padding-left: 0px;
	padding-right: 130px;
	padding-top: 25px;
}

#footer
{
	padding-top: 20px;
	width: 1000px;
	font-size: 10pt;
	line-height: 18pt;
	text-align: center;
}

#copyright
{
	color: black;
}