@charset "UTF-8";
/* CSS Document */


* { margin:0;padding:0; }

body 		{	margin:0;
				padding:0;
				background-color: #21140b;
				color: #ff9933;
				height:100%;
				}

blockquote {
	margin-left:16px;
}
				
				
h1 {
	margin-bottom: .8em;
}

h2 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 0.8em;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}

.cap {
	font-weight:bold;
	font-size: 1.3em;
}

				

#pagewrapper {	margin:12px auto;
				padding-bottom:1px;
				text-align:left;
				width:945px;
				position: relative;
				}
				
#header 	{
	/* [disabled]position:absolute; */
	top: 0;
	left:0;
	height:75px;
	width:945px;
}

/* #contentbox	{	
	top:75px;
	left:0;
	border: solid #f6c240 1px;
	padding:5px;
	background-image: url(/images/honeycomb_bkgrnd.gif);
	margin: 5px 0 10px 0;
	height: 568px;
			} */

#contentbox
{
height: 568px;
border: solid #f6c240 1px;
padding:5px;
background-image: url(/images/honeycomb_bkgrnd.gif);
margin: 5px 0 10px 0;
}

html>body #contentbox
{
width: auto;
height: auto;
min-height: 568px;
border: solid #f6c240 1px;
padding:5px;
background-image: url(/images/honeycomb_bkgrnd.gif);
margin: 5px 0 10px 0;
} 			
			
			
			

#photo		{	float:left;
			}

#right	{
	margin: 0 0px 0 470px;
	padding: 10px;
			}
			
#nav		{ 	text-align:center;
}

#nav li {
	list-style-type: none;
	padding:0px;
	text-align:center;
	margin: 0 0 2px 0;
	background-image: url(/images/navline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
}

	#nav ul {
		margin: 0 0 12px 0;
	}
	
#content 	{
				padding: 12px 0 0 0;
				
			}
			
			
		
a:link 		{
				color:#f6c240;
				text-decoration: none;
}      /* unvisited link */
a:visited 	{
	color:#f6c240;
	text-decoration: none;
}  /* visited link */
a:hover 	{	color:#ff9933;
				text-decoration: none;
}  /* mouse over link */
a:active 	{	color:#f6c240;
				text-decoration: none;
}  /* selected link */

.button {
	background-color:#452817;
	border:1px solid #F6C240;
	font-family:Georgia,"Times New Roman",Times,serif;
	letter-spacing:normal;
	margin:10px 12px;
	padding:6px;
	text-decoration:none;
	width:180px;
	text-align:center;
	display: inline;
}

.floaty-r		{
	float:left;
}

.floaty-l		{
	float:left;
}

.centery {	text-align:center; }

.button_lm {
	background-color: #452817;
	font-size: 1em;
	border: 1px solid #f6c240;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	width:120px;	
}
.capital {
	text-transform: uppercase;
	font-weight: bold;
}

