body {
	background-position: -45px top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image: url(../../images/body_bg.png);
	color: #000;
	padding-left: 0;
}

.blog-entry-title a:hover, a:link, a:visited {
	color: black;
}

a:hover, a:active {
	color: black;
}

#logo {
	background: no-repeat url(../../images/logo.png);
}

#container {
	background: repeat-y url(../../images/content_middle.png);
}

#container #top {
	background: url(../../images/content_top.png) no-repeat;
}

#container #bottom {
	background: url(../../images/content_bottom.png) no-repeat;
}



#pageHeader h2 {
	color: #cccccc;
}

#footer {
	background: no-repeat url(../../images/footer_bg.png);
}

#navcontainer {
	background: url(../../images/navcontainer_bg.png) repeat-x;
	font-size: 10px;
	text-align: left;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 28px;
}

#navcontainer #current {
	background: no-repeat url(../../images/button_over.png) right top;
	color: #1c9eb1;
}

#navcontainer .currentAncestor {
	background: no-repeat url(../../images/button_over.png) right top;
	color: #1c9eb1;
}

#navcontainer a {
	background: no-repeat url(../../images/rat/button_end.png) right top;
	color: #fff;
	text-align: left;
	margin-left: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

#navcontainer a:hover {
	background: no-repeat url(../../images/button_over.png) right top;
	color: #1c9eb1;
}

#navcontainer ul ul a {
	color: #81aad4;
}

.photo-navigation {
	background: repeat-x url(../../images/header_bg.png);
}

.photo-navigation a:hover {
	color: #2a2a2a;
}

.photo-caption {
	color: #92b1d5;
}

