@charset "utf-8";
/* CSS Document */


body { background: #333;}
p {font: 11pt/13pt; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}
h1 {font: 14pt/16pt; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; letter-spacing: 1px; font-weight:bold; color:#000000}
h2 {font: 12pt/14pt; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; letter-spacing: 1px; color:#000000;}
h3 {font: 10pt/12pt; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight: bold; color: #936;}

a:link {font-weight: bold;text-decoration: none;color: #000000}
a:visited {font-weight: bold;text-decoration: none;color: #000000}
a:hover, a:active {color: #900}

.footer {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: small; color:#000000;}

/* nav links */

a.nav:link {font-weight: normal;text-decoration: none;color: #000000}
a.nav:visited {font-weight: normal;text-decoration: none;color: #000000}
a.nav:hover, a.nav:active {color: #900;} 
	
.sidenav-text {padding-left: 40px;padding-top: 50px;
}

a.name img {border: none;}

/* top nav */

a.top:link {font-weight: normal;text-decoration: none;color: #000000;}
a.top:visited {font-weight: normal;text-decoration: none;color: #000000}
a.top:hover, a.nav:active {color: #900;} 
.top { font-size: 14px; font-weight:normal; letter-spacing: 4px;}

/*Postioning*/

#Container {
position:relative; 
width:805px; 
height: 910px; 
top: 5px;
padding: 5px;
background-color: #CCC;
margin: auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}

#topnav {
position:absolute; 
width: 795px; 
height: 150px;  
top: 5px;
padding: 5px;
background-color:#FFFFFF;
border-bottom: none;
}

#Content {
	position:absolute;
	width:795px;
	height:710px;
	top: 164px;
	padding: 5px;
	background-color:#FFFFFF;
	overflow: auto;
	left: 5px;
}

#footer {
position:absolute; 
width:795px; 
height:25px;
top: 880px;
background-color:#FFFFFF;
text-align: center;
padding: 5px;
}

/* Gallery for Lightbox*/
#gallery {
padding: 5px;
}

#gallery h2 {
font-size: medium;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
letter-spacing: 2px;
font-weight: normal;
text-transform:uppercase;
}
	
#gallery ul { 
list-style: none; 
}

#gallery ul li { 
display: inline; 
}

#gallery ul img {
border: 3px solid #CCC;
border-width: 3px 3px 3px;
}

#gallery ul a:hover img {
border: 3px solid #900;
border-width: 3px 3px 3px;
color: #fff;
}

#gallery ul a:hover { color: #900; }

#gallery-bloglink {
padding: 20px;
}

