/* CSS for Kansas Geological Survey web site. */
/* Stolen from University of Florida web site version of July 2004. */
/* Used on home page and second-level pages. */

body {
		background: #FFFFFF url(../tgmsback.png) repeat-x;

	margin:0;
	padding:0;
}
p, td, th { font-size : 90%; }
p, h1, h2, h3, h4, h5, h6, li, td, th { color : #444444; }
h2  {font-size: 120%}
h1  {font-size: 130%}
h3  {font-size : 110%;}
h4  {font-size : 100%}

a:link  { color : #0033FF; text-decoration : none; }
a:visited  { color : #993399; text-decoration : none; }
a:hover  { color : #ff4a00; text-decoration : none; }
a:active  { color : #0021a5; text-decoration : none; }
a.replace { display: block; }

#header {
	height: 130px;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align : left;
}
h1#logo{
	width: 375px;
	height: 60px;
	position: relative;
	margin:0;
	padding:0;
    /* not MACIE \*/
    	overflow: hidden;	font-size: 14px;
    /* */
}
h1#logo a span{
	top:0;
	left:0;
	display:block;
	position:absolute;
	width: 750px;
	height: 130px;
	margin:0;
	padding:0;	font-size: 1px;
	cursor: pointer;
}
#mainContainer {
	background: #FFFFFF;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: 2cm 4cm 3cm 4cm;
	text-align: left;
	padding: 0;	display: block;	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;}
#footer {
	clear: both;
	padding: 24px 0 3px 11px;
	color: #999;
	margin: 0;
	background: #FFFFFF;
}
#footer p {
	text-align: center;
	font-size: 10px;
	margin: 0 0 1px 0;
}
