﻿body {
	margin: 0 auto;
	padding: 0;
	font: 100% times, 'times new romans', serif;
	font-weight: bold;
	background: #300 url("../images/common/bg.jpg") no-repeat top center;
	}

#wrap {
	color: #505050;
	margin: 0 auto;
	width: 900px;
	background: url('../images/common/parchment.jpg') repeat-y top center;
	}
	
p {
	line-height: 1.2em;	
	}
	
.narrow {
	padding-right: 180px;
	}

#header {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	background: url('../images/common/ornament.gif') no-repeat center bottom;
	}

#header h1 {
	font: 250% garamond, times, 'times new romans', serif;
	color: #630;
	font-weight: 600;
	margin: 0 auto;
	padding: 30px 0 2px 0;
	}

#header h1 img {
	padding: 0 15px;
	}

#header h2 {
	font: 100% times, 'times new romans', serif;
	color: #505050;
	letter-spacing: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	}

#nav {
	margin: 0 auto;
	padding: 13px 0 19px 0;
	list-style-type: none;
	width: 600px;
	text-align: center;
	border-top: 0px solid #600;
	}
	
#nav ul {
	padding: 0 !important;
	padding: 0 0 0 5px;
	margin: 0;
	}	

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li  a {
	padding: 10px 15px 10px 15px;
	font: 600 1.2em garamond,times,'times new romans',serif;
	color: #990000;
	text-align: center;
	text-decoration: none;
	}

#nav li  a:hover {
	color: #C90;
	text-decoration: none;
	background: url('../images/common/menuhover.jpg') repeat-x bottom left;
	}

#content {
	margin: 0 20px 0 20px;
	padding: 20px;
	line-height: 1.5em;
	}
	
#content ul {
	list-style-type: none;
	}
	
#content ul li {
	padding-left: 17px;
	background: url('../images/common/bullet.gif') no-repeat left center;
	margin-left: 10px;
	}

#sidebar_r {
	width: 150px;
	height: 610px;
	float: right;
	margin: 0 0 0 0;
	padding: 5px;
	line-height: 1em;
	border-top: solid #600 1em;
	border-right: solid #600 thin;
	border-bottom: solid #600 thin;
	border-left: solid #600 thin;
	text-align: center;
	background-image: url('../images/common/parchment.jpg')
	}

h1 {
	font: 600 1.6em garamond,times,'times new roman',serif;
	color: #600;
	margin: 0 0 10px 0;
	text-align: center;
	}

h2 {
	font: 600 1.2em 'times new roman',times,serif;
	color: #740;
	margin: 3px 0;
	text-align: center;
	}

h3 {
	font: 400 1.1m garamond,times,serif;
	color: #740;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	}

.entry {
	padding: 10px 10px 25px 10px;
	background: url('../images/common/entrybg.gif') no-repeat bottom center;
	border-top: 1px solid #601C2A;
	line-height: 1.4em;
	}

.entry p {
	font-size: 0.8em;
	}

ol {
	color: #600;
	font: 600 1.0em garamond,times,serif;
	font-style:italic;
	}
 
ol span {
	font: 400 1.0em 'times new roman',times,serif;
	color: #505050;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}
	
#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	color: #996633;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	background: #300 url('../images/common/foot.jpg') no-repeat top center;
	}

#footer a {
	color: #963;
	text-decoration: underline;
	}

#footer a:hover {
	color: #c90;
	text-decoration: none;
	}

#footer p {
	line-height: 1.6em;
	}

table {
	width: 100%;
	margin-bottom: 20px;   
	border-collapse: collapse;
	}

table td {
  text-align: left;
  vertical-align: middle;
  line-height: 1.2em;
  height: 1.5em;
  border-top: 0px solid #D6B8A0;
  border-bottom: 0px solid #D6B8A0;
  }
  
table .tabletext {
	padding: 5px 15px 5px 15px;
	}  
  
.pix_frame
{margin-left: 10px;
border: 1px solid black;}

.pix_noframe
{margin-left: 10px;
border: none;}

.pix_noframe_left
{margin-right: 10px;
border: none;}

.sm_gray_txt
{font-family: Verdana, Helvetica, sans-serif;
color: gray;
font-size: 0.7em;
font-weight: bold}

a img {
	border-width: 1px;
	border-color: #740;}
