@charset "utf-8";
body {
	font: 12px/1.7em Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/fade.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p {
	text-align: left;
}

h1 {
	line-height: 2em;
	text-align: center;
	color: #B51020;
	background: #000000;
	margin: 40px 10px 10px;
}
.george #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #8E8D93;
	text-align: left;
}
.george #header {
	background: #8E8D93 url(images/banner1_plain_web1.gif) no-repeat;
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 154px;
	width: 980px;
	border-bottom: 10px solid #8E8D93;
}
.george #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	text-align: center;
}
#navbar {
	height: 35px;
	width: 980px;
	background: #000000 url(images/nav_on.jpg) repeat;
	font-weight: bold;
}

/*Navbar*******************************************************/

#navbar ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #000000;
	width: 980px;
	font-family: arial, helvetica, sans-serif;
	background: #000000 url(images/nav_on.jpg) repeat-x;
	}


#navbar ul li {
	float: left;
	background: #000000 no-repeat;
}

#navbar ul li a
	{
	margin: 0;
	padding: .5em 1em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 16px;
	background: #000000 url(images/nav_on.jpg) repeat-x 8;
	}
#navbar ul li a:visited {
	background: url(images/nav_on.jpg) repeat-x;
}


#navbar ul li a:hover
	{
	margin: 0;
	padding: .5em 1em;
	color: #fff;
	background: #b9182a url(images/nav_over.jpg);
		}

/*ends navbar++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



fieldset {
	margin-right: 72px;
	margin-bottom: 30px;
	margin-left: 72px;
}




.george #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.george #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	color: #000000;
}
.baloon_type {
	font: bold 24px/1.5em "Times New Roman", Times, serif;
	margin: 30px 30px 30px 60px;
	padding: 30px;
	text-align: justify;
}
img {
	border: thin solid #333333;
	margin: 20px;
}
.george #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 968px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
	border-width: 0px;
	border-style: none;
}
.clear_float {
	clear: both;
}

.hit_counter {
	color: #CCCCCC;
	background: #333333;
	border: 1px solid #000000;
	display: inline;
	margin: 20px;
	line-height: 3em;
	padding: 3px;
}
