.displaybody
{
	background: #ffffff url(photos4/images/bg.jpeg) repeat;
	font-size: 12px;
	margin: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ccc;
}

.outertable { background-color: #333333; }
.innertable { background-color: #efefef; }
.navbox { background-color: #bfbfbf; }
.captionbox { background-color: #efefef; }
.menubody { background-color: #ffffff; }

.littleheader
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #000;
	color: white;
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

a.littlemenu:link
{
	font-size: 11px;
	text-decoration: none;
	color: #660000;
	padding-left: 18px;
}

a.littlemenu:active
{
	font-size: 11px;
	color: #ff0000;
	padding-left: 18px;
}

a.littlemenu:visited
{
	font-size: 11px;
	color: #660000;
	padding-left: 18px;
	text-decoration: none;
}

a.littlemenu:hover
{
	font-size: 11px;
	color: #ff0000;
	padding-left: 18px;
	text-decoration: underline;
}

.littlemenuNoLink
{
	font-size: 11px;
	color: #000;
	padding-left: 18px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

a.navmenu:link
{
	font-size: 10px;
	font-weight: bold;
	color: #660000;
}

a.navmenu:active
{
	font-weight: bold;
	color: #ff0000;
}

a.namvenu:visited
{
	font-weight: bold;
	color: #660000;
}

a.navmenu:hover
{
	font-weight: bold;
	color: #ff0000;
}

#leftGutter
{
	width: 175px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
	background-color: white;
}
#rightContent
{
	background-color: #ccc;
	width: 800px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 175px;
	display: block;
	margin-top: 0px;
	padding-top: 20px;
}
