body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 1.7em;
	color: #0099FF;
	font-weight: 400;
}

h2 {
	font-size: 1.5em;
	color: #996600;
	font-weight: 400;
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
	color: #0000FF;
}

h4 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: 500;
	color: #009933;
}

h5 {
	font-size: 0.9em;
	font-weight: 400;
	color: #0000FF;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #996633;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 880px;
	height: 175px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #006600;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFF99;
}

#menu .current_page_item a {
	color: #99CCFF;
	background-repeat: repeat-x;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	
}

#page-bg {
	padding-top: 11px;
	padding-right: 24px;
	padding-bottom: 11px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-image: url(images/img07.jpg);
}

#page #sidebar .googleAd1 {
	text-indent: 25px;
}

#page #sidebar .googleAd2 {
	text-indent: 25px;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

/* Photographs */

#photographs {
	float: left;
	width: 860px;
}


.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}


.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/*Sidebar */

.sidebar {
	float: right;
	width: 270px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.sidebar li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}

.sidebar li ul {
}

.sidebar li li {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sidebar li h2 {
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}


.sidebar li h3 {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}


/* Footer */

#footer {
	width: 880px;
	background-image: url(images/img06.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	vertical-align: bottom;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
