/* Author:Dave L Copyright:2008 */

img {
 	margin : 0px;
} 

a {
    color: #000099;
	text-decoration: none;
}

a:hover {
    color: #FF0000; 
    /* font-weight:  bold; */
}

a img {
	margin-left: 8px;
	display: inline;
  	border-style: solid;
  	border-color: #000000;
  	border-width: 1px;
}

body {
    background-attachment: fixed;
    padding: 0;
    margin: 0;
}

#header {
	margin-left: 50px;
	width: 800px;
	height: 100px;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	overflow: hidden;
	background-image: url('paper-header.png');
}

#content {
    width: 620px;
	padding-top: 20px;
	background-image: url('paper-content.png');
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 140px;
	padding-right: 90px;
}

#divider {
	width: 850px;
	height: 29px;
	background-image: url('paper-divider.png');
	background-position: center;
	overflow: hidden;
	background-repeat: no-repeat;

}

#footer {
    width: 620px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    font-size: 9px;
}

#menu {
	width: 123px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:  normal;
	color: #333300;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
	top: 129px;
	position: absolute;
	border-right-style: double;
	border-right-color: #6B3C29;
}

/* #menu a {
    color: #333300;
	font-weight:  bold;
} */

#menu a:hover {
    color: #000099;
	font-weight:  bold;
	
}

.heading1 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-style: italic;
    padding-bottom: 10px;
}

.heading2 {
    width: auto;
    height: auto;
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.thumb_bar {
    display: block;
    width: 620px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inlineImage {
    text-align: center;
    padding-top: 10px;
}

.showPic {
    text-align: center;
    padding-top: 0px;
}

.quote {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    padding-top: 15px;
    padding-bottom: 15px;
}

.center1 {
	text-align: center;
}