/* =====================================================*/
/* CSS for internet cross site.  A number of div styles 
/* =====================================================*/

	html,body{/*html for FF Moz NS7 OP */
	text-align:center; /*IE 5 IE 5.5*/
	margin:0;/* no margins body */
	padding:0;/* no padding body */
	height:100%;
	width:100%;
	}
	
	body {
	text-align: center;
	background-color:#efefef;
	min-width:770px;
	}
	

	/* general */
	p{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#000000;
	margin:0em;
	padding:0em;
	text-align:left;/* to get text back to the left*/
	}
	
	ul{
	margin:10px 0 0 0px;	
	}
	li{
	margin:0 0 0 20px;
	}
	
	*{margin:0;padding:0;}

/* =====================================================*/
/* main container box */
/* =====================================================*/
	#container{
	margin:0 auto;
	/*height:auto;*/
	width: 799px; 
	min-width:770px;
	background:url(images/shadow_mid.jpg) repeat-y;
	}
	* html #container{height:100%;}
	head+body  #container{min-height:100%;}

/* =====================================================*/
/* Our basic column and section Divs*/	
/* =====================================================*/

	/* Header */
	#header-shadow{background:#efefef;width:100%;}
	#footer-shadow{background:#efefef;width:100%;}

	.header-style{float:left;width:799px;}
	#header-style-column {	background-color:#FFFFFF;	margin: 0px 18px 0 18px;	padding: 5px 5px 5px 5px;}

	/* Navigation */
	.navigation{float:left;width:799px; color:#FFFFFF;}
	#navigation-column { color:#FFFFFF;  background-image:url(images/orange_bg.jpg); background-repeat:repeat-x; background-color:#FF6C00; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	margin: 0px 18px 0 18px;	padding: 7px 5px 7px 5px;}
	#navigation-column  a {color: #FFFFFF;font-weight: bold;}
	#navigation-column  a:link {	color: #FFFFFF;text-decoration:none}
	#navigation-column  a:visited {	color: #FFFFFF;	text-decoration:none}
	#navigation-column  a:hover {	color: #efefef;	text-decoration: underline;}
	#navigation-column  a:active {	color: #0066FF;	text-decoration: underline;}

	/* Search */
	.search{float:left;width:799px;}
	#search-column {background-color:#0066FF; background-image:url(images/blue_bg.jpg); background-repeat:repeat-x; margin: 0 18px 0 18px;	padding: 5px 5px 5px 5px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;	font-size: 10px;color:#FFFFFF}

	/* Adsense */
	.adsense{float:left;width:799px;}
	#adsense-column {	background-color:#FFFFFF;	margin: 0 18px 0 18px; padding:5px 0 5px 0;	}

	/* Our 2 main columns, should be inside the container */
	.l{float:left;width:624px; }
	
	#left-column { 	margin: 0 20px 0 25px; text-align:left; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:145%;	}
	#left-column p {padding:5px;}


	.r{float:left;width:175px; overflow: hidden;}
	#right-column{	margin: 0 22px 0 5px; }
	#right-column p {padding:5px; }
	
	head+body #container:after{
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
	}
	
 /* =====================================================*/
/*               Text Styles                                    */	
/* =====================================================*/
	h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin:0 0 0 0;
	display: inline; 
	}
	a {color: #FF6C00;font-weight: bold;}
	a:link {	color: #0066FF;text-decoration:none}
	a:visited {	color: #0066FF;	text-decoration:none}
	a:hover {	color: red;	text-decoration: underline;}
	a:active {	color: #0066FF;	text-decoration: underline;}
/* =====================================================*/
/* Section Specific Text Styles           */	
/* =====================================================*/
	#links { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 145%;	color: #333333;}
	#links h1{color: #FF6C00; font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight:bold;	margin:0 0 0 0;	display: inline; }
	#links a {color: #FF6C00;font-weight: bold;}
	#links a:link {	color: #0066FF;text-decoration:none}
	#links a:visited {	color: #0066FF;	text-decoration:none}
	#links a:hover {	color: red;	text-decoration: underline;}
	#links a:active {	color: #0066FF;	text-decoration: underline;}
	.orange {color: #FF6C00;font-weight: bold;}
	
	.formbox {
		width : 130px;
		background-image: url(http://www.ghostsigns.com/images/formbg.gif);
		background-repeat: no-repeat;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.formdrop {
		width : 130px;
		background-repeat: no-repeat;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.formsubmit {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* =====================================================*/
/*  AMAZON STYLES  */
/* =====================================================*/
	.price_titles{
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
	}
	
	.list_price_number {
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
		color:#000000;
		text-decoration: line-through;
	}
	.price_number {  
		font-family: Arial, Helvetica, sans-serif;
		font-size   : 14px;
		font-weight:bold;
		color:#000000;
	}
	
	#startop{
		z-index: 1;
		background-image: url("/images/staron.gif");
		background-repeat: repeat-x;
		height: 12px;
	}
	#starbottom{
		z-index: 0;
		background-image: url("/images/staroff.gif");
		background-repeat: repeat-x;
		width: 65px;
		height: 12px;
	} 
	
	.para1 { margin-top: -45px; margin-left: 55px; margin-right: 10px; font-family: "verdana"; font-size: 30px; line-height: 35px; text-align: left; font-weight:600; color: #000000; }
	.para2 { margin-top: 15px; margin-left: 45px; margin-right: 50px; font-family: "font1, Arial Black"; font-size: 40px; line-height: 40px; text-align: left; color: silver; }
	a {font-weight:700;}
	
	HR{
		COLOR: #c0c0c0;
		margin: 15px 0 15px 0;
		HEIGHT: 1pt
	}
	.small { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF  }
	
/* =====================================================*/
/*                                              OUR BOXES                                                        */
/* =====================================================*/
	#contribute {
		position: relative;
		background:#FFFFFF;
		margin: 0 0 10px 0;
		padding: 10px;
		width: 95%;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}
	.newsbox2 {
		position: relative;
		background:#333333;
		margin: 0px;
		padding: 10px;
		width: 535px;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}
	
	.commentbox {
		position: relative;
		margin: 0px;
		padding: 10px;
		width: 280px;
		border: 2px black solid;
		border-color:#000000;
		z-index: 2;
	}
	.pagenumberbox{
		position: relative;
		margin: 0px;
		padding: 10px;
		width: 350px;
		border: 1px black solid;
		border-color:#000000;
		z-index: 2;
	}
	/* =====================================================*/


