body {
	background-color: #6a91cb;
}

h1 {
	color: #6565cd;
}
h2 {
	color: #6565cd;
}
h3 {
	color: #6565cd;
}
h4 {
	color: #6565cd;
}
h5 {
	color: #6565cd;
}

a {
	color: #6565cd;
}
a:hover {
	color: #3d3d7d;
}

.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: 380px;
}

.PageContainer .PageHeader h1 {
	color: #3d3d7d;
}
.PageContainer .PageHeader a {
	color: #3d3d7d;
}
.PageContainer .PageHeader a:hover {
	color: #3d3d7d;
}

.PageContainer .ThemeTopLeft {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 310px;
	height: 155px;
	background: url('images/theme-cloud.gif') no-repeat;
}

.PageContainer .ThemeBottomLeft {
	position: absolute;
	bottom: 25px;
	left: 50px;
	width: 170px;
	height: 152px;
	background: url('images/theme-mom-child.gif') no-repeat;
}

.PageContainer .ThemeBottomRight {
	position: absolute;
	bottom: 20px;
	right: 25px;
	width: 160px;
	height: 163px;
	background: url('images/theme-dad.gif') no-repeat;
}

.PageContainer .ContentTable .NavigatorContainer .Navigator {
	margin-bottom: 15px;
}

.PageFooter {
	color: white;
}
.PageFooter a {
	color: white;
}
.PageFooter a:hover {
	color: white;
}
.PageFooterBottom {
	color: white;
}
.PageFooterBottom a {
	color: white;
}
.PageFooterBottom a:hover {
	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: #6565cd;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background-color: #6a91cb; 
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background-color: #6a91cb; 
}

.Contact .ContactForm input.ContactSubmit { 
	background-color: #6a91cb; 
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background-color: #6a91cb; 
}


.DropMenu a {
	background: url('images/theme-flower.gif') no-repeat 10px top;
	color: #6565cd;
}
.DropMenu a:hover {
	color: #3d3d7d;
}
