/** BASIC */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #090909;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-weight: normal;
	color: #d8cfc2;
}
h1 span, h2 span {
	color: #C9C9C9;
}
h1 {
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;>
}
h2 {
	margin-top: 14px;
	margin-bottom: 12px;
	font-size: 22px;
}
h2.center {
	margin-top: 14px;
	margin-bottom: 12px;
	font-size: 22px;
	text-align: center;
}
h2.style1 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #676767;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #d8cfc2;
}
p, ul, ol, dl {
	text-align: justify;
	line-height: 140%;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.centerTAG {
	text-align: center;
	margin: 0 auto;
	line-height: 120%;
}
.articles {
	margin-top: 4px;
	margin-bottom: 4px;
}
.disclaimer {
	font-style: italic;
	font-size: 12px;
}
img.middle {
	text-align: center;
	margin: 0 auto;
}
img.right {
	float: right;
	padding: 4px 0 4px 6px;
}
img.left {
	float: left;
	padding: 4px 6px 4px 0;
}
ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
/** LINKS */

a {
	color: #868876;
}
a:hover {
	text-decoration: none;
}
/** STYLES */

.style1 {
}
.style1 a {
}
.style1 a:hover {
}
/** BACKGROUNDS */

.bg1 {
}
/** MISC */

.align-justify {
	text-align: justify;
}
.align-right {
	text-align: right;
}
a img {
	border: none;
}
img.border {
	border: 3px solid #474747;
}
img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}
hr {
	display: none;
}
.hr1 {
	height: 31px;
}
td.table {
	padding: 10px 4px;
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}
.joe-photo {
	float: left;
	display: inline;
	text-align: center;
	margin: 5px 12px 0 -7px;
	width: 185px;
	height: 266px;
	position: relative;
}
.nonsense {
	float: left;
	display: inline;
	text-align: center;
	margin: 5px 12px 0 -7px;
	width: 159px;
	position: relative;
}
.black {
	color: #000;
}
.blue2 {
	color: #4b6494;
}
/** MENU */

#menu {
	background: url(images/subpage05.jpg) no-repeat left top;
}
#menu ul {
	width: 171px;
	margin: 0px;
	padding: 27px 0px 0px 32px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	border-top: 1px solid #CFCFCF;
}
#menu li.first {
	border: none;
}
#menu a {
	display: block;
	width: 100%;
	padding: 9px 0px 9px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times;
	text-transform: uppercase;	
	font-weight: bold;
	color: #6f2125;
}
#menu a:hover {
	color: #4C4C4C;
}
/** WRAPPER */

#wrapper {
	background: #4a4a4a url(images/subpage01.jpg) repeat-x left top;
}
#wrapperbg {
	background: url(images/subpage02.jpg) repeat-x left bottom;
}
/** PAGE */

#page {
	background: url(images/subpage03.jpg) repeat-y left top;
}
#bgbtm {
	padding-bottom: 20px;
	background: url(images/subpage06.jpg) no-repeat left bottom;
	margin-bottom: 0;
}
/** CONTENT */

#right {
	width: 573px;
	padding: 70px 0 0 0;
	background: url(images/subpage08.jpg) no-repeat left top;
}
#content {
	width: 500px;
	padding: 0 30px;
}
/** FOOTER */

#footer {
	width: 828px;
	height: 118px;
	margin: 0px auto;
	margin-top: -12px;
	background: url(images/subpage07.jpg) no-repeat left top;
	color: #4B4B4B;
}
#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}

/* Photo-Caption PZ3 CSS v080630
* copyright: http://randsco.com/copyright
* www.randsco.com
*/

.PZ3-l { float:left; margin-right:20px; margin-top: 6px; margin-bottom: 6px; }
.PZ3-r { float:right; margin-left:20px; margin-top: 6px; margin-bottom: 6px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:none; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:none;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:4px 5px; text-align:center; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 
