/******************************************************************
Browser
*******************************************************************/
	/***************************************************************
		colors: 	background #230000
					foreground #dcb430
	****************************************************************/
	
html {
	padding:0px;
	margin: 0px;  
	font-family:verdana, arial, sans-serif;
	font-size: 100.1%;  
	background-image: url('brick1.jpg');
}
body {	
	margin: 0px;  
	padding:0px;
	font-size: 100.1%;  
	background-image: url('brick1.jpg');
	font-family:verdana, arial, sans-serif;	
}
/******************************************************************
Document Structure
*******************************************************************/
#border {
	background: #230000;
	border: #230000 5px solid;
	margin: 5px auto;
	width: 802px; 
}

#pagewrapper {
	background: #230000;
	border: #dcb430 1px solid; 
	width: 800px; 
	min-width: 40em;
	font-size: 110%;
}
 html #pageWrapper {
	word-wrap: break-word;
		
}
/*----Masthead----*/
.masthead {
	border-right: #dcb430 0px solid; 
	border-left: #dcb430 0px solid; 
	border-top: #dcb430 0px solid; 
	border-bottom: #dcb430 0px solid;
	padding-left: 0px; 
	padding-bottom: 10px; 
	padding-right: 0px; 
	padding-top: 15px; 
	color: #dcb430; 
	background:#230000;
	text-align: center;
	margin-bottom: 0px;
}


#footer {
	border-right: #003366 0px solid;
	border-left: #003366 0px solid; 
	border-top: #dcb430 1px solid;  
	border-bottom: #ccc 0px solid;
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	padding-bottom: 0.5em; 
	padding-top: 0.5em; 
	margin-right: 40px; 
	margin-left: 40px; 
	margin-bottom: 0px; 
	margin-top: 20px;
	color: #dcb430; 
	background: #230000; 
	text-align: center;
	font-size: 65%
}

/* A useful horizontal division */
.hdiv {
	border-bottom: #dcb430 1px solid; 
	border-top: #dcb430 1px solid; 
	padding: 5px;
	text-align: center; 
	color: #dcb430;
	/*font-family: times new roman;*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 70%;
}

.content {
	border: #dcb430 1px solid; 
	padding: 5px;
	text-align: justify; 
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 75%;
}

.leftcontent{
	border: #dcb430 0px solid;
	float: left;
	padding: 5px;
	width: 400px;
	background: #230000;
}
.rightcontent{
	border: #dcb430 0px solid;
	float: right;
	padding: 5px;
	width: 250px;
	background: #230000;
}


.clear {
	clear: both; 
	margin-bottom: -1px; 
	padding-bottom: 1px
}

/**********************************************************************
Medway boxes
***********************************************************************/
.container {
	border: #dcb430 0px solid; 
	padding: 5px;
	color: #dcb430;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-right: 150px;
	font-size: 75%;
}
.container a {
	text-decoration: none;
	color: #dcb430;
}
.container a:link {
	text-decoration: none
}
.container a:visited {
	text-decoration: none
}
.container a:active {
	text-decoration: none
}
.container a:hover {
	text-decoration: underline;
	color: #fff;
}


.containersmall {
	border: #dcb430 0px solid; 
	padding: 5px;
	text-align: center; 
	color: #dcb430;
	margin-right: 5px;
	width: 250px;
	float: left;
	font-size: 85%;
}

.box {
		padding:0 16px 0 0;
		background:#2b5700 url(images/borders.png) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 16px;
		background:#002515 url(images/borders.png) 0 0 repeat-y;
	}
	.bt {
		height:40px;
		margin:0 -16px;
		background:url(images/box.png) 100% 0 no-repeat;
	}
	.bt div {
		width:60px;
		height:40px;
		background:url(images/box.png) 0 0 no-repeat;
	}
	.bb {
		height:40px;
		margin:0 -16px;
		background:url(images/box.png) 100% 100% no-repeat;
	}
	.bb div {
		width:60px;
		height:40px;
		background:url(images/box.png) 0 100% no-repeat;
	}
	.box h1, .box H2 {
		margin:0;
		padding:0px 10px;
		font-family: times new roman;
		background:#002515;
	}
	.box p, .box ul{
		margin:0;
		padding:0px 10px;
		background:#002515;
		color: #dcb430;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}

/**********************************************************************
Navigation: Horizontal
***********************************************************************/

		
		a.hnav, a.hnav:link, a.hnav:visited{
			display: block; 
			width:111px; 
			height: 30px; 
			background: #2b5700;
			border: #dcb430 1px solid;
			border-color: #4f5700 #000 #000 #4f5700 ;
			margin-right: 5px;
			text-align: center;
			text-decoration: none;
			color: #dcb430;
			line-height: 30px;
			float: left;
		}
		a.hnav:hover {
			color:#dcb430; 
			background:#002515;
			border: #dcb430 1px solid;
			border-color: #000 #4f5700 #4f5700 #000 ;	
			}
		a.hnav:active {
			color:#dcb430; 
			background:#002515;
			border: #dcb430 1px solid;
			border-color: #000 #4f5700 #4f5700 #000 ;
		}
	
}

}/**********************************************************************
Lists
**********************************************************************/
ul {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px
}
ol {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	color: green
}
dl {
	margin-top: 14px; 
	margin-bottom: 14px; 
	padding-bottom: 0px; 
	padding-top: 0px
}
li.spread{
	margin-top: 6px; 
}
/***************************************************************************
Headings
***************************************************************************/
h1 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 200%;
	text-align: center;
	font-family: times new roman;
	color:#dcb430;
	
}
h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	text-align: center;
	font-size: 130%;
	font-family: times new roman;
	color:#dcb430;
	
}
h3 {
	margin-top:0px; 
	margin-bottom:0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 100%;
	
}
h4 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 90%;
	
}
h5 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-size: 90%;
	
}
h6 {
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	
	
}

/******************************************************************
Links
*******************************************************************/
a {
	text-decoration: underline;
	color: #fff;
}
a:link {
	text-decoration: underline
}
a:visited {
	text-decoration: underline
}
a:active {
	text-decoration: underline
}
a:hover {
	text-decoration: none
}


/**********************************************************************
Misc
**********************************************************************/
/*---------------image rightcontents----------------------*/

.leftcontent b.default {
	position:relative; 
	left:0px; 
	top:0px; 
	text-align:center;
}
.leftcontent b.default img {
	display:block;  
	border:1px solid #eee; 
}

.leftcontent b.default span {
	display:block; 
	color:#fff; 
	font-family:verdana, arial, sans-serif; 
	font-size: 110%;
	font-weight:normal;  
	width:350px; 
	margin:5px auto;
	text-align:center;
}

.rightcontent .right{
	margin:0; 
	width:250px; 
	position:relative; 
	float:right;
	border: #dcb430 0px solid;
}

.rightcontent .right ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:234px; 
	position:relative; 
	float: left;
	background: #230000;
}
.rightcontent .right ul li {
	display:inline; 
	width:52px; 
	height:52px; 
	float:left; 
	margin:0 0 5px 5px;
}
.rightcontent .right ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid #000;
 	border-color:#eee #555 #333 #ddd;
 }
.rightcontent .right ul li a span {
	display:none;
	}
.rightcontent .right ul li a img {
	display:block; 
	width:50px;
	height:50px;
	border:0;
	 }
.rightcontent .right ul li a:hover {
	white-space:normal; 
	border-color:#000; 
	background:#001524;}
.rightcontent .right ul li a:hover b {
	position:absolute; 
	left:-450px; 
	top:0; 
	width:405px; 
	height:330px; 
	text-align:center; 
	background:#230000;
	z-index:20;}
.rightcontent .right ul li a:hover span {
	display:block; 
	color:#fff; 
	font-size: 120%;
	font-family:verdana, arial, sans-serif; 
	font-weight:normal;  
	width:350px; 
	margin:5px auto;
}
.rightcontent .right ul li a:hover img {
	margin:0 auto 0px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #eee; 
	border-color:#fff;
	}

.rightcontent .right ul li a:active, .rightcontent .right ul li a:focus {
	white-space:normal; 
	border-color:#fff; 
	background:#230000;}
.rightcontent .right ul li a:active b, .rightcontent .right ul li a:focus b {
	position:absolute; 
	left:-449px; 
	top:0; 
	width:404px; 
	height:330px; 
	text-align:center; 
	background:#230000; 
	z-index:10;}
.rightcontent .right ul li a:active span, .rightcontent .right ul li a:focus span {
	display:block; 
	color:#fff; 
	font-family:verdana, arial, 
	sans-serif; 
	font-weight:normal; 
	width:330px; 
	margin:0px auto;}
.rightcontent .right ul li a:active img, .rightcontent .right ul li a:focus img{
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #eee; 
	border-color:#fff;}

/* -----------------------------------------------------------*/

/* ------------------------ Guest Book -----------------------*/

.addForm{
	border: 1px solid #dcb430;
	margin: 20px 50px 20px 50px;
	padding: 0 20px 20px 40px;
	background: #002515;
}
.addForm table{
	border-collapse: collapse;
	border: 0px solid #fff;
}
.addForm table td{
	border: 0px solid #ccc;
}
.addForm table td.label{
	padding: 0 0 0 0;
	text-align:right;
	font-weight: bold;
	color: #dcb430;
}
.addForm table td.field{
	padding: 5px 0 5px 20px;
}
.addForm input{
	width: 300px;
	border: 1px solid #000;
	height: 25px;
}
.addForm input.capcha{
	width: 150px;
	border: 1px solid #000;
	height: 25px;
}
.addForm input.submit{
	width: 150px;
	border: 1px solid #000;
	height: 25px;
	cursor: pointer;
}
.addForm textarea{
	width: 300px;
	border: 1px solid #000;
	height: 100px;
}


.entry {
	width: 600px;
	margin: 0 auto 10px auto;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #dcb430;
	clear: both;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
	font-weight: bold;
	color: #dcb430;
}


.entry .field .value {
	float: left;
	width: 450px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}
.entry .field .comment {
	float: left;
	width: 450px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	padding: 5px;
}

.timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
}

.navigation {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #dcb430;
	border-bottom: 1px solid #dcb430;
	padding: 5px 0 5px 0;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #dcb430;;
}

.entryCount {
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
	margin: 8px auto 0 auto;
}

.credit{
	text-align: center;
}














 
