/*This is the Style Sheet for Marg's Photo Album*/

body {
	background-image: url(../graphics/mom-bord.jpeg);
	font-family: Times New Roman, Times, Serif;
	font-size: .9em;
	margin: 0em;
	padding: 0 0 0 190px;
	color: #55513c;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #E4E4DC;
	}

#pic-frame {
	background-color: #B22222;
	border: 3px #ffff95 ridge;
	position: absolute;
	left: 70px;
	top: 0em;
	padding: 2px 2px 1px 2px;
	}

.center {
	text-align: center;
	font-size: 1.1em;
	}

.line {
	margin: auto;
	margin: auto;
	padding-left: 3em;
	border: 0px;
	}

img {
	border: 0px white solid;
	}

img.frame {
	border: 3px #ffff95 ridge;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #5c5741;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0 0 .3em 0;
	}

h1 {
	font-size: 2.5em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1em;
	}

h5 {
	text-align: center;
	font-size: .8em;
	}

.sub {
	font-size: .8em;
	}

p {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0 3em 0.2em;
	padding: 0em;
	}

p.center {
	text-align: center;
	margin-left: 3em;
	}

p.small {
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	}

p.italic {
	font-style: italic;
	}

#navbuttons {
	position: absolute;
	top: 0px;
	float: left;
	left: 0px;
	width: 70px;
	background-color: transparent;
	padding: 0em;
	margin: 4px 0px 0px 0px;
	z-index: 1;
	}

#navbuttons p {
	text-align: left;
	}

/*this is the basic menu*/

/*Menu style*/


.dir {
	font-size: 1.5em;
	font-family: Times, "Times New Roman", serif;
	vertical-align: top;
	}

td {
	background-color: transparent;
	right: auto;
	left: auto;
	vertical-align: top;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	color: #55513c;
	padding: .5em 0em 0em .2em;
border: red solid 0px;
	}

a.dir {
	background: url("../graphics/button-dir.jpg") top left no-repeat;
	width: 24px;
	height: 19px;
	padding: 0px;
	margin: 0px;
	color: #55513c;
	font-size: 1.1em;
	text-decoration: none;
	}

a:hover.dir {
	background-color: #e5e2c5;
	background-position: 0 -21px;
	color: #B22222;
	text-decoration: underline;
	}

a.menu {
	width: 42px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	background: url("../graphics/button.jpg") top left no-repeat;
	font-size: 1.1em;
	}

a:hover.menu {
	background-position: 0 -36px;
	}



a.menuwords {
	color: #55513c;
	text-decoration: none;
	}

a:hover.menuwords {
	text-decoration: underline;
	}
	
	#submenu {
     position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#submenu a {
	background: no-repeat left top;
	width: 280px;
	height: 25px;
	padding: 0px;
	margin: 0px 4px;
	color: #55513c;
	font-size: 1.1em;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
	vertical-align: top;
	display: block;
	}

#submenu a:hover {
	background-position: 0 -21px;
	color: #B22222;
	text-decoration: none;
	}
