* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	background: transparent;
}

img {
    border: 0;
}

#banner {
	height: 25px;
	padding-left: 5px;
}

#banner h1 {
	font-size: 120%;
	margin: 0;
}

#leftcontent {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 160px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #FF9202;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#leftcontent h2 {
	font-size: 120%;
	padding-top: 5px;
}

#leftcontent ul {
	list-style-type: none;
}

#leftcontent li {
	line-height: 1.3;
	padding-bottom: 2px;
	font-size: 90%;
}

#leftcontent p {
	font-size: 80%;
}

#leftcontent a {
	display: block;
	width: 95%;
	text-decoration: underline;
    padding-left: 5px;
	color: black;
}

#leftcontent a:hover {
    color: white;
	text-decoration: none;
}
/*********************/
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 167px; /* Width of Menu Items */
}
	
#nav ul li {
	position: relative;
}
	
#nav li ul {
	position: absolute;
	left: 166px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 240px;
	background: #FF9202;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black
}

/* Styles for Menu Items */
#nav ul li {
	width: 120px;
	float: left;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FF9202; /* IE6 Bug */
	padding: 2px;
	; /* IE6 Bug */
	border-bottom: 0;
}
	
/* Holly Hack. IE Requirement \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */
/*********************/
#rightcontent {
	border-top: 2px solid black;
	float: left;
	width: 75%;
	padding-top: 10px;
	padding-left: 172px;
	padding-right: 15px;
	background: #FFDAAA;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#rightcontent h1 {
	font-size: 140%;
	margin-bottom: 10px;
	padding-top: 5px;
}

.blogpost {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	background: #FFB656;
}

.blogpost h1 {
	font-size: 80%;
	margin-bottom: 0;
}

.blogpost p {
	margin-top: 5px;
}

.blogpost h3 {
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
	font-weight: normal;
}

.blogpost a {
	color: black;
	text-decoration: underline;
}

.blogpost a:hover {
	color: white;
	text-decoration: none;
}

#photogallery {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;
}

#photogallery img {
	margin-left: 25px;
	margin-top: 25px;
	text-align: center;
}

#photogallery h3 {
	clear: both;
}

.galleries {
	float: left;
	width: 360px;
	height: 360px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.galleries img {
	background-color: #000000;
	padding: 5px;
	display: inline;
	text-align: center;
	margin-bottom: 2px;
}

.galleries span {
	padding: 5px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.galleriessmall {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.galleriessmall img {
	background-color: #000000;
	padding: 5px;
	display: inline;
	text-align: center;
	margin-bottom: 2px;	
}

.clearleft {
	clear: both;
	margin-top: 10px;
}

#photogallery h3{
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: medium;
}

#photogallery a {
	color: black;
	text-decoration: underline;
}

#photogallery a:hover {
    color: black;
    text-decoration: none;
}

#photogallery a:visited {
    color: black;
}

#bottomnav {
	margin-bottom: 10px;
	clear: both;
	text-align: right;
	width: 100%;
	line-height: 1.5em;
	background: #FF9202;
}

#bottomnav li {
	display: inline;
	padding-left: 2px;
	margin-left: 2px;
}

#bottomnav a {
	color: black;
    text-decoration: underline;
}

#bottomnav a:hover {
    color: black;
    text-decoration: none;
}

#bottomnav a:visited {
    color: black;
}

#content {
	padding-left: 5px;
	padding-bottom: 10px;
	background: #FFDAAA;
	/*width: 100%;*/
}

#fullsize {
	margin: 0 auto;
	text-align: center;
	background: #FFB656;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 4px;
}

#fullsize img {
	border: 5px solid black;
}

#fullsize a {
	color: black;
    text-decoration: underline;
}

#fullsize a:hover {
    color: black;
    text-decoration: none;
}

#fullsize a:visited {
    color: black;
}

#nextprevious {
	width: 100%;
	font-size: 5em;
	text-align: center;
}

#nextprevious a {
	color: black;
    text-decoration: none;
}

#nextprevious a:hover {
    color: black;
    text-decoration: underline;
}

#nextprevious a:visited {
    color: black;
}

.left {
	padding-right: 100px;
}

.right {
	margin-right: 5px;
}

.backlist {
	list-style-type: none;
	text-align: right;
	padding-right: 10px;
}

.backlist li {
	display: inline;
	padding-left: 2px;
	margin-left: 2px;
}

.backlist a {
	color: black;
    text-decoration: underline;
}

.backlist a:hover {
    color: black;
    text-decoration: none;
}

.backlist a:visited {
    color: black;
}

#exif {
	margin-top: 5px;
	font-size: smaller;
}

#footer {
    clear: both;
    text-align: center;
    color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

#gallerylist {
	margin-top: 10px;
}

.comment {
border: 1px solid #333;
margin: 5px;
}
.comment form {
border-top: 1px solid #333;
margin: 10px 0 0 0;
}
.comment p {
margin: 5px;
}
.comment input, .comment textarea {
background: #EFE3D5;
}
.comment label span {
float: left;
width: 8em;
font-weight: bold;
}
.right {
float: right;
}
.output {
margin: 5px;
text-align: center;
color: #900;
font-weight: bold;
}
.commenttext {
font-size: 0.9em;
margin: 0 0 10px 0;
}
.muchsmaller {
font-size: 0.7em;
}
