/* Universal Elements */

body
{
	font-family: Verdana, sans-serif;
	font-size: 78.5%;
	background:#f8f8f8;
}

hr
{
	display: none;
}


a:link
{
	color: #5e5e5e;
	text-decoration: underline;
	}
a:visited
{
	color: #644040;
	text-decoration: underline;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
a:active
{
	color: #f22626;
	text-decoration: blink;
}

/* End of Universal Elements */


/* Entrance Elements */

img.entrance_logo
{
	padding: 0.75em;
}

img.shout_out
{
	padding: 1px;
}

div#link_list
{
	clear: both;
}


div#entrance_container
{
	background-color: white;
	margin: 0 auto; 
	text-align: center;
	width: 820px;
	padding-bottom: 0px;
	background-image: url("images/assets/site_graphics/grid_grad.png");
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
div#entrance_third_row
{
	background-color: #540014;
	color: white;
	padding: 2px;
	background-image: url("images/assets/site_graphics/redbevel.png");
	height: 21px;
}

div#entrance_nav_container
{
	border: solid 2px #540014;
}
div#promo_block
{
	padding: 1em;
	text-align: center;
	margin: 0 auto;
	font-size: xx-small;
}
img.entrance_nav_image
{
	padding: 2px;
}

  <style>
  .one-image {
     display: inline;
  }
  .g2imageblock {
     width: 106px;
  }
/* End of Entrance Elements */

/* lightbox elements */
#lightbox{
	border: 3px double  #cacaca;
	background-color: #f7f7f7;
	padding: 10px;
	}
	
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption
{ 
	float: left;
	}
#keyboardMsg
{
	float: right;
}

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/assets/site_graphics/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/*End of Lightbox Elements*/

/* List Elements */

ul.biglist
{
	list-style-image: url("images/assets/site_graphics/big_bullet.png");
}

ul.navilist
{

list-style-type: none;
}

li.naventry
{
	text-align: center;
	margin-right:2em;
	margin-left: -0.5em;
	margin-bottom: 0.5em;
	padding: 0.1em;
	height: 19px;
	border: 1px solid  #969696;
}

li.naventry:hover
{
	background-color: #540014;
	
	text-align: center;
	margin-right:2em;
	margin-left: -0.5em;
	margin-bottom: 0.5em;
	padding: 0.1em;
	height: 19px;
	border: 1px solid  #969696;
}
/* Pic Bar Elements */

div#pic_bar_div
{
	clear:both;
	border: 1px solid  #cacaca;
	background-color: #f7f7f7;
	text-align: center;
	font-size: smaller;
}
p.pic_bar_caption
{
	padding: 2px;
}

img.pic_bar_img
{
padding: 2px;
}


.pic_bar li
{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	padding-left: 2px;
	height: 164px;
}
/*End of Pic Bar Elements */

/* List Elements: Package List */

	ul#package_list
	{
	border: 1px solid  #cacaca;
	background-color: #f7f7f7;
	
	}

	#package_list li
	{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	}

	#package_list li:before { content: "| "; }
	#package_list li:first-child:before { content: "";}


	/*IE workaround*/
	/*All IE browsers*/
	* html #package_list li
	{
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
	}

	/*Win IE browsers - hide from Mac IE\*/
	* html #package_list { height: 1%; }

	* html #package_list li
	{
	display: block;
	float: left;
	}

	/*End hide*/
	/*Mac IE 5*/
	* html #package_list li:first-child { border-left: 0;} 
	/* End of List Elements: Package List */

/* List Elements: Link List */

	ul#link_list
	{
	border: 1px solid  #cacaca;
	background-color: #f7f7f7;
	
	}

	#link_list li
	{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	}

	#link_list li:before { content: "| "; }
	#link_list li:first-child:before { content: "";}


	/*IE workaround*/
	/*All IE browsers*/
	* html #link_list li
	{
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
	}

	/*Win IE browsers - hide from Mac IE\*/
	* html #link_list { height: 1%; }

	* html #link_list li
	{
	display: block;
	float: left;
	}

	/*End hide*/
	/*Mac IE 5*/
	* html #link_list li:first-child { border-left: 0;} 
	/* End of List Elements: Link List */

/* End of List Elements */

/* Main Interface Elements */
/* Table Elements */
table.package_table
{
clear: both;
}

/* Image Elements */

img.logo
{
	padding: 0.33em;
	margin: 0.33em;
}

img.greeter
{
	float: left;
	padding: 0.35em;
}

img.photo
{
	margin: 0.5em;
	border: 3px double #969696;

}
/*Quote Box*/

p.quotebox
{
	
	border: solid 1px #969696;
	padding: 0.5em;
	margin-right: 0.5em;
	background-image: url("images/assets/site_graphics/grid_grad_big.png");
}

/* Div Elements */

div#photo_box
{
	float: right;
}

div#bottom_block
{
	height: 21px;
	
}

div#navigation
{
	min-width: 180px;	
	margin-top: 0.35em;
	margin-left: 1.00em;
	padding: 2px;
	float: left;
	z-index:  3;
	background-color: #540014;
	background-image: url("images/assets/site_graphics/redbevel.png");
	background-position: bottom;
	background-repeat: repeat-x;
	
	
}

div#navigation_content
{
	text-align: center;
	display: block;
	border: 3px double #969696;
	background-color: white;
	text-align: center;	
	background-image: url("images/assets/site_graphics/grid_grad.png");
	background-position: bottom;
	background-repeat: repeat-x;
	min-height:  31.25em;
	min-width:  180px;
}

div#content
{
	max-width: 70%;
	float: right;
	padding: 2px;
	margin: 0.35em;
	margin-right: 3em;
	background-color: #540014;
	background-image: url("images/assets/site_graphics/redbevel.png");
	background-position: bottom;
	background-repeat: repeat-x;
	
	
}
div#content_text
{
	border: 3px double #969696;
	background-color: white;
	background-image: url("images/assets/site_graphics/grid_grad.png");
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;	
	min-height:  30.00em;
	padding: 10px;
}

div#bottom_block
{
	text-align: center;
	color: #800000;
	background-image: url("images/assets/site_graphics/redbevel.png");
	height: 21px;
}

div#nav_bottom_block
{
	text-align: center;
	color: #800000;
	background-image: url("images/assets/site_graphics/redbevel.png");
}
div#mailform
{
	margin: 1em;
}
input 
{
 background-color: #f5f5f5;
 border: 1px solid  #7f7f7f;
}
textarea 
{
 background-color: #f5f5f5;
 border: 1px solid  #7f7f7f;
}