/* css style for home page human gift registry */

html body {
margin: 0 auto;
}

body {
background-color: #99CC99;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: black;
text-align: center;
}

p {
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

#container {
text-align: center;

width: 700px;
background-color: #fff;
color: black;
border: 1px solid black;
margin-top: 10px;
}

#top {
background-color: white;
color: black;
height: 125px;
text-align: center;
}

#photoholder{
text-align: center;
margin: auto;

background-color: #18481F;
border-bottom: 1px solid gray;
color: white;
}

#top h1 {
padding: 0;
margin: 0;
text-align: center;
font-size: 16px;
}

#top h2 {
padding: 0;
margin: 0;
text-align: center;
font-size: 18px;
}

#top a:link {
color: white; 
background: inherit;
}
#top a:visited {
color: white;
background: inherit;
}
#top a:hover {
text-decoration:none;
color: white;
background: green;
}

#top a:active {
color: #996633; 
background: white;
}


.address {
font-size: 12px;
color: inherit;
background: transparent;
}

#content {
font-family: Arial, sans-serif;
font-size: 12px;
margin-left: 255px;
border-left: 1px dashed gray;padding: 1em;
line-height: 1.5em;
}

#content h2 {
margin-top: 0;
font-size: 24px;
color: maroon;
background-color: transparent;
line-height: 1.5em;
}

h2 {
font-size: 24px;
color: maroon;
background-color: transparent;
line-height: 1.5em;
}

a:link {
color: black; 
background: inherit;
}
a:visited {
color: black;
background: inherit;
}
a:hover {
text-decoration:none;
color: green;
background: inherit;
}

a:active {
color:black; 
background: inherit;
}

#leftnav {
float: left;
width: 250px;
padding: 1em;
line-height: 1.5em;
font-size: 14px;
}

#leftnav li a  {
text-decoration: none;
color: black;
background-color: inherit;
}

li {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-size: 14px;
}

#leftnav li a:hover {
text-decoration: none;
color: white;
background-color: maroon;
}

.imgleft {
float: left;
clear: both;
padding-left: 30px;
padding-bottom: 10px;
}

.imgright {
float: right;
clear: both;
padding-bottom: 30px;
}

.notice {
background-color: #cccccc;
padding: 5px;
width: 200px;
w/idth: 200px;
border: 1px dashed black;
}

#footer {
clear: both;
font-size: 10px;
padding: 15px;
}


div#url {display: none;}
