﻿
/* Global Style */


body {
	margin: 0px;
	font: 13px verdana, garamond, times new roman, serif;
	min-width: 1000px;
	}

h1 { 
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #ddd;
	}
h2 { 
	font-size: 20px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #ddd;
	}
h3 { 
	font-size: 18px;
	font-family: georgia;
	font-weight: bold;
	color: #004400;
	}
h4 { 
	font-size: 16px;
	font-family: georgia;
	font-weight: bold;
	color: #004400;
	}
h5 { font-size: 12px; }
h6 { font-size: 10px; }

img{ display:block; } /* This removes gaps at bottom of image */

#content {
/*	background-color: #fff; */
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 950px;
}
#header_area {
	background-color: #00a; 
	width: 950x;
	height: 223px;
	float: left;
}

#header_area img{ display:block; } /* This removes gaps at bottom of image */

#header_nav_wrapper {
	width:950px;
}

#header_nav {
	float:left;
	background-image:url('/images/grinav.jpg'); 
	width: 950px;
	margin-top:0;
}
#body_area {
	width:950px;
	height:526px;
	margin:0px;
	background-image:url('/images/gribodybottom1.jpg');
	background-position: bottom;
	background-repeat:no-repeat; 
}

#body_clear {
	clear:both;
	overflow:hidden;
}

#body_text {
	width: 950px;
	background-image:url('/images/gribody1.jpg');
	background-repeat:no-repeat; 
}
#body_inside {
	width: 900px;
	height: 426px;
	margin-left :20px; 
	overflow: 	auto;
	}

#Credits a, #Credits a:link, #Credits a:active, #Credits a:visited {
	font-size: 9px;
	font-family: verdana;	
	font-weight: bold;
	color: #000;
	margin: 0px;
	text-decoration:none;
	}
#Credits p {
		margin-top: 0;

}
#Credits {
	height:42px;
	background-image:url('/images/grifooter.jpg');
	font-size: 9px;
	font-family: verdana;	
	color: #000;
	font-weight: bold;
	clear:both;
	margin:0px;
	}

