﻿/* Master Page - BEGIN */
.main, .body
{
	background-color: #663231;
}

.bodyInset
{
	background-color: #9A6634;
}

.loginName, .loginName a
{
	background-color: #9A6634;
	color: #CCCC8B;
}

.footer, .footer a
{
	background-color: #663231;
	color: White;
}
/* Master Page - END */

/* About Us - BEGIN */
.title, h2, .leftNav, .leftNav a, .pageNav, .pageNav a, .entryLabel a, .entryLabel, .entryButton a, a.entryButton, .profileTitle
{
	color: #9A6634;
}
/* About Us - END */

/* Photos - BEGIN */
.unselected
{
    border: solid 1px #663231;
}

.selected, .selected div
{
    background-color: #9A6634;
	color: #CCCC8B;
}

.selected
{
     border: solid 1px #663231;
}
/* Photos - END */
