﻿/*	evsafaripark.com main stylesheet */

h1
{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

a
{
	color: Green;
	text-decoration: none;
}


a:hover, a:active
{
	text-decoration: underline;
}


body
{
	font-family: Verdana;
	font-size: 10pt;
	padding: 0 480px 5px 480px; /* both of the side paddings added together will set the min. width for jelly design */
	margin: 0;
	background: url(background.jpg) fixed;
}

#sizer
{
	margin: 0 auto 0 auto;
	width: 50%;
	max-width: 300px;
}


/* holly hack */
* html #expander
{
	height: 0;
}

#expander
{
	margin: 0 -480px 0 -480px;
	min-width: 480px;
	position: relative;
}


#expander
{
	height: 0;
}

#wrapper
{
	width: 100%;
	margin-bottom: 12px;
	margin-top: 5px;
	border: solid 2px #BBBBBC;
	background-color: #F4F4F4;
}

#header
{
	width: 100%;
	height: 130px;
	vertical-align: top;
	text-align: left;
}

#headerCell
{
	background: #99cc99;
}

#container
{
	width: 100%;
	padding-top: 0px;
	margin-top: -5px;
	margin-left: -2px;
	border-spacing: 0px;
}

#content_main
{
	max-width: 300px;
	vertical-align: top;
	padding-top: 23px;
}

#subheader_line
{
	background: url(transBG.gif) repeat;
	height: 3px;
}

#verticleLine
{
	background: url(transBG.gif) repeat;
	width: 2px;
	padding-top: 2px;
	border-top: #99cc99 2px solid
}

#copyright_footer
{
	font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #555;
	text-align: center;
}

#sidebar
{
	width: 165px;
	text-align: center;
	background: #99cc99;
	vertical-align: top;
}

.naviBox
{
	font-size: 11px;
	background-color: #2B9970; /* height: 40px; */
	color: #FFFFFF;
	border: dotted 1px darkgreen;
	padding: 4px 4px 4px 4px;
}

#rightHeaderCell
{
	text-align: center;
}
