
body {
	margin: 0;
	min-width: 400px;   
	background: #AA7575;		}


a.topMenu:link 		{ font-size: medium; font-weight: 600; font-family: Georgia, sans-serif; font-variant: small-caps; }
a.topMenu:visited 	{ font-size: medium; font-weight: 600; font-family: Georgia, sans-serif; font-variant: small-caps; }


a.menu:link 	{ font-weight: bold; text-decoration: none; color: #eee;}
a.menu:visited 	{ font-weight: bold; text-decoration: none; color: #eee;}
a.menu:hover, a:active { text-decoration: underline; color: #773333;}
a:link { font-weight: bold; text-decoration: none; color: #AA7575;}
a:visited 	{ font-weight: bold; text-decoration: none; color: #733;}
a:hover, a:active { text-decoration: underline; color: #733;}

.floatright { float: right; padding-top: 10px; padding-left: 10px; }
.floatleft 	{ float: left; padding-top: 0px; padding-right: 10px; } 

h1	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-face; verdana, san-serif;
	font-size:300%;		
	color: #733;
	filter:DropShadow (Color=#cccccc, OffX=5, OffY=5, Positive=true)
	}
p 	{text-align: justify;}
td 	{ vertical-align: top; }

#quote {
	float: left;
	margin-top: 0px;
	margin-left: 60px;		}

#logo{
	float: right;
	margin-right: 20px;		}	

div.content {
        margin-top:	-15px;
        margin-bottom: -15px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:40px;
        font: 11pt/17pt georgia, serif;
        background-color: #fff;		}

div.contentPhoto {
        text-align: center;
        margin-bottom: -15px;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom:40px;
        background-color: #fff;		}

div.content:first-letter {
	font-size: 400%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;		}

#left {
	width: 160px;         
	padding: 0 10px;   
	margin-top: -40px;		}

#photoLeft {
	position: relative;
	width: 190px;         
 	padding: 1px;  
	left: 10px;
	background: #AA7575;
}

#right {
	width: 150px;    
	padding: 0 10px;      
	padding-top: 15px;
	padding-left: 15px;
	font: italic normal 12pt georgia, serif; 	}

.roundtop {
	position: relative;
	background: url(images/topRight.gif) no-repeat top right; 
}

.roundbottom {
	position: relative;
	background: url(images/bottomRight.gif) no-repeat bottom right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#footer {
	clear: both;
	font-size: x-small;
	text-transform: capitalize;
	letter-spacing: 0.1cm;
	padding: 0.3em 0;
	padding-top: 10px;
	color: #CAA;
	background: #AA7575;
	word-spacing: 1em;
}

img.center	{
	display: block;
	margin-left: auto;
    margin-right: auto;		}

p.centerMe {
	text-align: center;		}
	
.boldMe {
	font-weight: bold;
	color: #444	}

.sectionHeader	{
	text-align: center;
	font-family: arial;
	font-weight; bold;
	font-size: medium;
	word-spacing: 0.5em;
	color: #FFF;
	background-color: #AA7575;	}
	
.indentMe	{
	margin-left: 40px;		}

.smallScript	{
	font-size: x-small;		}
	
.phAlbum	{
	margin: 0px 1px 0px 2px;
	border:  1px #DDD solid;
	background: #555;
	background-color: #555}

.displayPhoto	{
	margin-top: 10px;	}
	
	
	
/*	---------------------------------------------------------------------------
	A Tab Menu with pointer
	idea taken from CSSplay.com at
	http://www.cssplay.co.uk/menus/pointer.html
*/

.menu {
  padding: 5px; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:90px; 
  }
.menu a.topMenu {
  position:relative;
  left: 10px;
  display:block; 
  text-decoration:none; 
  min-width:90px; 
  float:left; 
  }
* html .menu a.topMenu {
  width:100px;
  }
.menu a.topMenu span {
  display:block; 
  color:#EEE;
  letter-spacing: 3px; 
  background:#733;
  border:1px solid #fff; 
  border-width:0px 1px; 
  text-align:center; 
  padding:2px 15px; 
  cursor:pointer;
  }
* html .menu a.topMenu span {
  width:100px; 
  cursor:hand; 
  width:66px;
  }
.menu a.topMenu b {
  display:block; 
  border-bottom:1px solid #773333;
  }
.menu a.topMenu em {
  display:none;
  }
.menu a:hover {
  background:#fff;
  }
.menu a:hover span {
  color:#fff; 
  background:#773333;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#733 #AA7575; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
