body {
	background-color: #998a6a;
}

h1 {
	color: #6c4314;
}
h2 {
	color: #6c4314;
}
h3 {
	color: #6c4314;
}
h4 {
	color: #6c4314;
}
h5 {
	color: #6c4314;
}

a {
	color: #6c4314;
}
a:hover {
	color: #b16f22;
}

.PageContainer .PageTop {
	_background: url('images/paper-bg-top.gif') no-repeat;
}

.PageContainer .PageMiddle {
	_background: url('images/paper-bg-middle.gif') repeat-y;
}

.PageContainer .PageBottom {
	_background: url('images/paper-bg-bottom.gif') no-repeat;
}
.PageContainer .PageHeader {
	width: 405px;
}

.PageContainer .PageHeader h1 {
	color: #6c4314;
}
.PageContainer .PageHeader a {
	color: #6c4314;
}
.PageContainer .PageHeader a:hover {
	color: #6c4314;
}

.PageContainer .ThemeTopLeft {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 252px;
	height: 110px;
	background: url('images/dog-ball.gif') no-repeat;
}

.PageContainer .ThemeBottomLeft {
	position: absolute;
	bottom: 50px;
	left: 25px;
	width: 160px;
	height: 140px;
	background: url('images/dog-house.gif') no-repeat;
}

.PageContainer .ThemeBottomRight {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 110px;
	height: 138px;
	background: url('images/sitting-dog.gif') no-repeat;
}

.PageContainer .ContentTable .NavigatorContainer .Navigator {
	margin-bottom: 30px;
}

.PageFooter {
	color: white;
}
.PageFooter a {
	color: white;
}
.PageFooterBottom {
	color: white;
}
.PageFooterBottom a {
	color: white;
}


.GalleryNavigator a.Previous {
	background: url('images/gallery-prev.gif') no-repeat center left;
}
.GalleryNavigator .PageNumber { 
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.gif') no-repeat center right;
}

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-prev.gif') no-repeat center left;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.gif') no-repeat center right;
}

.Diary .DiaryDateInput { 
	color: #6c4314;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background-color: #998a6a; 
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background-color: #998a6a; 
}

.Contact .ContactForm input.ContactSubmit { 
	background-color: #998a6a; 
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background-color: #998a6a; 
}


.DropMenu a {
	background: url('images/bone.gif') no-repeat 10px top;
	color: #6c4314;
}
.DropMenu a:hover {
	color: #b16f22;
}
