/* CSS Document */

body {
background-color: black;
width: 760px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #f5e3df;
margin: 0 auto;

}
/*home page styling*/
#wrapper_home {
background-image: url(images/bkd_lynnmahon.jpg);
height: 560px;
background-repeat: no-repeat;
background-position: 20px 10px;

}
#name {
margin-left: 340px;
padding-top: 60px;
}
.nav_home {
margin-left: 520px;
padding-top: 90px;
text-align: right;
}
.nav_home ul, .nav_home li {
padding: 0;
display: block;
list-style-type: none;
}
.nav_home a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #e4785a;
text-decoration: none;
margin-right: 40px;

}
.nav_home a:link, .nav_home a:visited {
display: block;
padding: 6px 2px;
text-decoration: none;
}
.nav_home a:visited {
color: #f5e3df;
}
.nav_home a:link#current, .nav_home a:visited#current, .nav_home a:hover {
color: #5a81e4;
border-right: 5px solid #5a81e4;
border-bottom: 1px solid #5a81e4;

}
.nav_home a:hover { 
color: #5a81e4;
}

.nav_home a:active {
color: #5ae4bc;
}
	
.footer_home {
margin-left: 360px;
margin-top: 100px;
color: #f5e3df;
}

#wrapper_home p {
color: #f5e3df;
padding-right: 4px;
}



/*general page styling*/

#wrapper {
text-align: left;
}
#banner {
background-image: url(images/bkd_page.jpg);
height: 204px;
background-repeat: no-repeat;
margin-bottom: 0;
}
#name_page {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 48px;
margin-left: 60px;
}
.navlist {
padding-top: 95px;
}
.navlist ul, .navlist li {
padding: 0;
display: inline;
list-style-type: none;
}
.navlist a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
.navlist a:link, .navlist a:visited {
display: block;
float: left;
color: #CCC;
padding: 5px 10px;
border: 1px solid #e4785a;
text-decoration: none;
}
.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
color: #5a81e4;
border-top: 1px solid #e4785a;
text-decoration: none;
border-right: 5px solid #5a81e4;
border-bottom: 1px solid #5a81e4;
padding-right: 5px;
}
.navlist a:hover { 
color: #5a81e4;
}
.content_page {
background-color: white;
background-image: url(images/white_bkd.gif);
width: 96%;
margin: 0 auto;
}
.footer {
clear: both; 
background-color: black;
color: #f5e3df;
width: 96%;
padding: 0 0 8px 0;
text-align: center;
margin: 0 auto;
}
p {
color: black;
padding: 8px 50px 2px 52px;
line-height: 1.3em;
text-align: left;
}
h1 {
color: #f60;
font-size: 130%;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: .6em;
padding: .8em 0 0 2.5em;
margin-bottom: -.5em;
}
a {
color: #e4785a;
}
.lt {
float: left;
margin-right: 7px;
margin-bottom: 7px;
}
.rt {
float: right;
margin-left: 7px;
margin-bottom: 7px;
}
/*styling for gallery*/
.content_gal {
background-color: black;
width: 96%;
margin: 0 auto;
color: #f5e3df;
}
