@media screen {
* {
	margin:0px;
	padding:0px;
}
body {
	background-attachment:fixed;
	background-color:#FFFF00;
	background-image:url(../images/sunset3.jpg);
	background-repeat:repeat-x;
	border:0px solid black;
	font-family:new berolina mt;
	margin:0px;
	min-width:550px;
	padding:0px;
}
a:link {
	color:blue;
}
a:visited {
	color:blue;
}
a:hover {
	color:red;
}
a:active {
	color:red;
}
a.linkbar:link {
	color:blue;
}
a.linkbar:visited {
	color:blue;
}
a.linkbar:hover {
	color:white;
}
a.linkbar:active {
	color:white;
}
a {
	font-family:new berolina mt;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
img {
	border:3px ridge silver;
}
.bottom_links {
	font-size:8px;
}
.bottom_links:hover {
	color:green;
}
h1, h2, h3, h4, h5, h6 {
	font-family:new berolina mt;
	text-align:center;
	vertical-align:middle;
}
h1 {
	color:#000000;
	font-size:48px;
}
h2 {
	color:#000000;
	font-size:32px;
}
h2.left {
	margin:5px;
	text-align:left;
}
h3 {
	color:#000000;
	font-size:18px;
	font-weight:900;
}
h2.black {
	color:#291A10;
}
h4.blue {
	color:#2F4F4F;
}
ul {
	list-style-position:inside;
}
ul.linkbar {
	border:0px solid black;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:178px;
}
li.linkbar {
	background-color:#778899;
	background-image:url(../images/btngrade.gif);
	border:1px ridge #778899;
	display:block;
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
	width:178px;
}
li.linkbar:hover {
	background-image:url(../images/sunset3alt.jpg);
}
	li.linkbar:active {
	background-image:url(../images/sunset3alt.jpg);
}
.block {
	display:block;
}
p {
	color:black;
	font-family:times New Roman;
	font-size:16px;
	font-weight:bolder;
	margin:10px;
	text-align:center;
}
p.left {
	margin-left:10px;
	text-align:left;
}
p.main {
	float:none;
	margin:10px;
}
p.linkbar {
	font-family:new berolina mt;
	font-weight:bold;
	text-align:center;
}
body {
	text-align:center;
	div.row{margin:auto;}
}
#frame {
	background:transparent none repeat scroll 0% 50%;
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	width:900px;
}
#contentleft {
	background:white none repeat scroll 0% 50%;
	border:1px solid black;
	float:left;
	margin-top:0px;
	padding:0px;
	width:180px;
}
#contentcenter {
	background:white none repeat scroll 0% 50%;
	border:1px solid black;
	float:left;
	margin:0px 3px 0px 3px;
	padding:3px;
	width:540px;
}
#contentright {
	background:transparent none repeat scroll 0% 50%;
	border:1px solid black;
	float:left;
	height:600px;
	margin:0px;
	padding:0px;
	width:160px;
}
#contentheader {
	margin:5px 0px 2px;
}
p, h1, pre {
	margin:0px;
}
h1 {
	padding-top:0px;
}
#contentheader h1 {
	margin:0px;
	padding:0px;
}
#contentright p {
	font-size:10px;
}
.photo_link {
	border-bottom:1px solid grey;
	text-align:center;
	margin-bottom:5px;
}
.photo_button {
	border:1px solid grey;
	text-decoration:none;
	margin:0px 5px;
	padding:1px;
	text-align:center;
}
.chosen {
	border-bottom:2px solid white;
}
div.num_links{
	display:block;
	text-align:center;
}
a.page_num{
	margin:5px;
	text-align:center;
	text-decoration:none;
}
.photo_content a img{
	margin:0px 14px;
}
@media print {
	.hide {
		display:none;
	}
}