
/* =GENERAL
-----------------------------------------------------

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

 		.donotprint { clear: both; margin-bottom:0; padding-bottom:0;}	

/* =BODY
-----------------------------------------------------

-----------------------------------------------------*/
	body {	margin-top: 0px; margin-left: 40px; margin-right: 40px; padding: 0;
 			border:0;
 			background: #120E09 url(../img/bgtile.gif); 
 			color: #FFF;
 			font-size: 0.9em; font-family: Arial, Verdana, sans-serif;
 		}
		
	a img {border: 0;}

/* =BLOCKQUOTES
-----------------------------------------------------

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

	blockquote {
		font-style: italic;
	}



/* =HORIZONTAL RULES
-----------------------------------------------------660000
Also see the lines section in widgets.css.
-----------------------------------------------------*/

	hr {
		margin: 15px 15px 10px 18px;
		border-color: #c2c1ba;
		position: relative;
		clear: both;
	}
	

/* =OVERHEADER
-----------------------------------------------------
Goes Z-index top above other Header Stuff
-----------------------------------------------------*/

	#overheader {
		position: absolute;
		top: 17px;
		left: 13px;
		padding: 0;
		margin: 0;
		/* border:1px solid white; */
		}

	#overheader h1 {
		text-align: right;
	}
	



/* =HEADER
-----------------------------------------------------

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

	#header {
		height: 183px;
		width: 99%; 
		padding-top: 0;
		background: url(../img/diamond_dark2.gif);
		/* height: 90px; */
		/* border:1px solid green; */
		}
	
	#header h2 {
		position: absolute;
		top: 135px;
		right: 70px;
		z-index: 910;
		text-align: right;
		margin: 0;
		font-family: serif;
		font-style: italic;
		padding: 0;
		color: #e4c64c;
	}	

	#headerright {
		position: absolute;
		top: 123px;
		right: 0px;
		z-index: 800;
	}
	
	
	
/* =LEFT COLUMN / NAV
-----------------------------------------------------

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

	#mainnav {
		background: #939393 url(../img/diamond_side.jpg);
		float: left; 
		width: 178px; 
		margin-left: 0; 
		margin-right: 1em;
		margin-bottom: 2em;
		border: 0; 
		clear: both; 
	 /* border: 1px solid white; */
	}

	#mainnav .bottompic {
		border: 1px solid green;
		position: relative;
		bottom: 0%;
	}
	
	#mainnav ul {
		margin: 70px 0 0 0;
		padding: 0 0 0 17px;
		list-style-type: none;
	}

	#mainnav ul a {
		position: relative;
		z-index: 999;
		color: #fff;
		text-decoration: none;
		
		display: block;
		width: 100px;
		font-size: 0.8em;
		text-transform: uppercase;
		background: #BD1200;
		border: 1px solid;
		border-color: #fff #000 #000 #fff;
		padding: 3px 20px 3px 20px;
		margin-bottom: 3px;
		text-align: center;
		background: #BD1200 url(../img/rivets.gif) 0px 50% no-repeat;
	}

	#sidebottomimage {
		display: none;
		position: relative;
		top: -45px;
	}



	.boxed {
	margin-left: 200px;
	margin-right: 20px;
	margin-top: -25px;
	padding: 25px 20px 20px 20px;
	color: #120E09;
	background: #d0c288;
	border: 5px solid #352109;
	}
	
	.boxed h3 {
		font-family: times;
		font-size: 1.3em;
		font-style: italic;
		font-weight: bold;
	}

	.pageboxed {
	margin-left: 200px;
	margin-right: 20px;
	margin-top: -20px;
	padding: 25px 20px 20px 20px;
	color: #120E09;
	background: #d0c288;
	border: 5px solid #352109;
	}
	
	
/* = CONTENT
-----------------------------------------------------

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


		#content {
			
			
			margin: 105px 5px 0 0;
	/*		padding: 105px 5px 0 0;   */
	/* replaced with margin to fix ie5 stupidity */
			background: url(../img/bgpinstripe.jpg) right bottom no-repeat;
		 	/* border: 1px solid white;  */
		}

		#pagetext {
			/* border: 1px solid red; */
			margin-left:200px;
			margin-right:15px;
		}
		
		#content h1 {
			/* color: #c9b156; */
			color: #000;
			font-family: times;
			font-size: 1.4em;
			border-bottom: 1px solid #600;
		}
		
		#pagetext p {
			
		}
			
		

		#starnav {
			position: absolute;
			z-index: 900;
			top: 185px;
			left: 251px;
			padding: 0;
			margin: 0;
		}

		#starsubnav {
			position: absolute;
			z-index: 900;
			top: 180px;
			left: 199px;
			padding: 0;
			margin: 0;
		}

/* =FOOTER
-----------------------------------------------------

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

	#footer {
		text-align: center;
		width: 99%;
		clear: both;
		color: #333;
	}


