body
{
	margin:0px;
	background-color:Black;
	color:#6b6866;
	font-family:Arial;
	font-size:8pt;
}

hr
{
	height:2px;
	width:80%;
	color:silver;
	background-color:Silver;
	border:none;
}

a, a:link, a:visited, a:active
{
	color:#6c6865;
	text-decoration:underline;
	cursor:pointer;
}

a:hover
{
	color:#a7a7a7;
	text-decoration:underline;
	cursor:pointer;
}

a.menuLink, a.menuLink:link, a.menuLink:visited, a.menuLink:active
{
	font-weight:bold;
	color:#6c6865;
	text-decoration:none;
	cursor:pointer;
}

a.menuLink:hover
{
	font-weight:bold;
	color:#a7a7a7;
	text-decoration:none;
	cursor:pointer;
}

.menu
{
	background-image:url(./Images/menu_bar_fill.jpg);
	background-repeat:repeat-x;
	height:29px;
	
}

.menu_button
{
	padding:0px;
	margin:0px;
	cursor:pointer;
	display:block;
}

.menu_left
{
	background-image:url(./Images/menu_bar_left.jpg);
	height:29px;
	background-position:right top;
	background-repeat:no-repeat;
}

.menu_right
{
	background-image:url(./Images/menu_bar_right.jpg);
	height:29px;
	background-position:left top;
	background-repeat:no-repeat;
}

.header
{
	background-image:url(./Images/header.jpg);
	height:131px;
	width:677px;
}

.header_left
{
	background-image:url(./Images/header_left.jpg);
	height:131px;
	background-position:right top;
	background-repeat:no-repeat;
}

.header_right
{
	background-image:url(./Images/header_right.jpg);
	height:131px;
	background-position:left top;
	background-repeat:no-repeat;
}

.body
{
	background-image:url(./Images/body_fill.jpg);
	background-repeat:repeat-y;
	width:677px;
	height:280px;
}

.body_left
{
	background-image:url(./Images/body_left.jpg);
	height:160px;
	background-position:right top;
	background-repeat:no-repeat;
}

.body_right
{
	background-image:url(./Images/body_right.jpg);
	height:160px;
	background-position:left top;
	background-repeat:no-repeat;
}

.footer
{
	background-image:url(./Images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:200px;
	width:677px;
}

.photos
{
	display:block;
	border:solid 1px #6b6866;
}

a.pager, a.pager:link, a.pager:active, a.pager:visited
{
	border:solid 1px #6b6866;
	background-color:#e3e3e3;
	font-weight:bold;
	text-align:center;
	padding:5px;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	color:#6b6866;
}

a.pager:hover
{
	border:solid 1px #6b6866;
	background-color:#c8c8c8;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#644c4c;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	color:#6b6866;
}
