html {
	padding:  0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(images/grey3.png);
	background-repeat: repeat;
}



div#bar {
	border-top-color: #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;

	border-bottom-color: #888888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	background-image: url(images/d8.png);
	background-repeat: repeat;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	
	padding: 0;
	margin: 0;
}

div#bar {
	text-decoration: none;
}

div#bar span.button {
	display: -moz-inline-box;
	display: inline-block;
	width: 104px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-image: url(images/buttons-new.png);
	color: #000000;
	text-shadow: #ffffff 0px 1px 1px;
	cursor: pointer;
}

div#bar span.button.selected {
	background-position: 0px -34px;
	color: #ffffff;
	text-shadow: #000080 0px -1px 1px;
}

div#bar a:hover span.button {
	background-position: 0px -34px;
	color: #ffffff;
	text-shadow: #000080 0px -1px 1px;
}



#main {
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 700px;
text-align: left;
}

a {
text-decoration: none;
color: #0083ff;
}

a img {
border: none;

}


.justify {
text-align: justify !important;
}
.center {
text-align: center !important;
}
.caption {
	text-align: center;
	font-style: italic;
}

th {
text-align: left;
}


.pager {
font-size: 125%;
letter-spacing: .5ex;
text-align: center;
}


h2 {
	text-align: center;
	text-shadow: 1px 1px 2px #7f7f7f;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
background-position: 0px 2px;
background-image: url(images/ul.png);
background-repeat: no-repeat;
margin-bottom: 1em;
padding-left: 18px;
min-height: 20px;
}

span.date {
font-weight: bold;
}


img.image460 {
	width: 320px;
	height: 460px;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	margin: 0px;
	padding-left: none;
	padding-bottom: none;
	padding-right: none;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(images/bar320.png);
} 


img.image480 {
	width: 320px;
	height: 480px;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	margin: 0px;
	padding: none;
} 

img.image300 {
	width: 480px;
	height: 300px;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	margin: 0px;
	padding-left: none;
	padding-bottom: none;
	padding-right: none;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(images/bar480.png);
} 

img.image320 {
	width: 480px;
	height: 320px;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	margin: 0px;
	padding: none;
}


.outset {
	display: inline-block;
	border-right-color: #545454;
	border-bottom-color: #545454;
	border-left-color: #e5e5e5;
	border-top-color: #e5e5e5;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

.link {
	cursor: pointer;
	color: #0083ff;
}

div#footer {
border-top: 1px solid #888888;
padding-top: .5ex;
text-align: center;
}