/* 
Content
================================================== 
*/

a {
	color: #3b245d;
}
a:hover {
	color: #673ea2;
}

/* 
Layout
================================================== 
*/

.HeaderHolder {
	background: url('images/bg-top.gif') repeat-x;
}
.NavigatorHolder {
	background-color: #170e23;
}
.FooterHolder {
	background: url('images/bg-bottom.gif') repeat-x;
}

/* 
Functions
================================================== 
*/

.GalleryNavigator a.Previous { background: url('images/bg-navigator-prev.gif') no-repeat; }
.GalleryNavigator a.Next { background: url('images/bg-navigator-next.gif') no-repeat; }

.GalleryPagerLinks td.PreviousPage a { background: url('images/bg-navigator-prev.gif') no-repeat; }
.GalleryPagerLinks td.NextPage a { background: url('images/bg-navigator-next.gif') no-repeat; }

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-top.gif') repeat-x -10px;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-top.gif') repeat-x -10px;
}
.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-top.gif') repeat-x -10px;
}
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-top.gif') repeat-x -10px;
}

/* 
DropDown Menu
==================================================
*/

.DropMenu li ul {
	background-color: #170e23;
}