/*
 * Source    Website: http://localhost/david/David Pierre Leibovitz & Geocities
 * Published Website: http://www.otthtjobs.com
 *
 * Copyright 2003-2006 David Pierre Leibovitz
 *
 * Div Structure:
 *
 * +---------------------------------------+
 * |       title                           |
 * +---------------------------------------+
 * |menu                                   |
 * +---------------------------------------+
 * |       content                         |
 * +---------------------------------------+
 *
 */


/* Body of page. */
body, th, td
{
  font:			8pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
  margin-left:		0%;
  margin-right:		0%;
  margin-top:		0%;
  margin-bottom:	0%;
  padding:		0;
  padding:		0;
  background:		#ffffcc;
}

/* title to page */
#title
{ position:		fixed;
  top:			0;
  right:		0;
  bottom:		auto;
  left:			0;
  color:		#CCCCFF;
}

/* Links on a page */
#links
{ position:		relative;
  top:			2px;
  right:		2px;
  bottom:		auto;
  left:			2px;
  text-align:		center;
}

/* Contents of page */
#content
{ position:		relative;
  top:			2px;
  right:		2px;
  bottom:		auto;
  left:			2px;
  color:		black;
  font-size:		10pt;
  border:		solid #CCC;
  background:		white;
}

#content p { margin: 0 1em 1em;}
#content a:link { color: blue; text-decoration: none;}
#content a:visited { color: #9f6ba0; text-decoration: none;}
#content a:link:hover { color: fuchsia; text-decoration: overline underline;}
#content a:visited:hover { color: fuchsia; text-decoration: overline underline;}
#content img { border: 0px;}
#content p.prt { display: none;}
#content img.prt { display: none;}

th, td { background: #EEE; }

#links th
{
  text-align:		left;
  padding:		0px 0px;
  margin:		0 0 0 0;
  font-size:		6pt;
  font-weight:		bold;
  background:		#666;
  border:		outset #CCC
}
#links a { display: block; text-align: left; font-weight: bold; padding: 5px 10px; margin: 0 0 2px; border-width: 0; text-decoration: none; color: #FFC; background: transparent;}
#links a:hover { color: black; background: rgb(205,212,208);}
#links a.expand { border-bottom: 1px solid black; border-left: 5px solid black;}
#links a.expand:hover { color: white; background: black; border-bottom: 1px solid black; border-left: 5px solid black;}
#links a.end { font-weight: bold; text-decoration: none; color: blue;}
#links a.end:hover { color: fuchsia; text-decoration: underline overline;}
#links p.end { color: black; font-weight: normal; font-size: 9px; padding: 2px; background: white;}

#title h1
{ margin:		0 0 0 0;
  padding:		0 0 0 0;
  text-align:		center;
  color:		#666666;
  font-size:		24pt;
  font-weight:		bold;
  vertical-align: middle;
}


