html, body {
	background-color: #4db14e;
}

h1 {
	color: black;
}
h2 {
	color: black;
}
h3 {
	color: black;
}
h4 {
	color: black;
}
h5 {
	color: black;
}

a {
	color: black;
}
a:hover {
	color: #4db14e;
}

.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: 430px;
}

.PageContainer .PageHeader h1 {
	color: black;
}
.PageContainer .PageHeader a {
	color: black;
}
.PageContainer .PageHeader a:hover {
	color: black;
}

.PageContainer .ThemeTopLeft {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 240px;
	height: 110px;
	background: url('images/soccer-hockey.gif') no-repeat;
}

.PageContainer .ThemeBottomLeft {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 130px;
	height: 193px;
	background: url('images/eightball.gif') no-repeat;
}

.PageContainer .ThemeBottomRight {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 190px;
	height: 130px;
	background: url('images/football-golf.gif') no-repeat;
}

.PageContainer .ContentTable .NavigatorContainer .Navigator {
	margin-bottom: 50px;
}

.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: black;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background-color: #4db14e; 
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background-color: #4db14e; 
}

.Contact .ContactForm input.ContactSubmit { 
	background-color: #4db14e; 
}

table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background-color: #4db14e; 
}


.DropMenu a {
	background: url('images/tennis.gif') no-repeat 10px top;
	color: black;
}
.DropMenu a:hover {
	color: #4db14e;
}

