/*
div {
	border-style: solid;
	border-width: 2px;
	border-color: blue;
}
*/

#top_of_page {
    background-image : url('../graphics/header_image.jpg');
	background-repeat: repeat-x;
    width : 100%;
	min-height: 95px; /* note: this is ignored by IE */
	border:0px;
  }

#second_bar {
    background-image : url('../graphics/bartop.gif');
	background-repeat: repeat-x;
    width : 100%;
	/* min-height: 56px; */ /* note: this is ignored by IE */
	height: 56px;
	margin-bottom: 0px;
	/*	clear: left;
	float: left; */
  }

#navigation {
	width: 175px;
	background-image : url('../graphics/t_axles_navigation_background.jpg');
	background-repeat: repeat-y;
	margin-top:0px;
	height: 100%;
	min-height: 100%; 
	/* clear:left; */
	float: left;
}

/* The following is to create the "rollover" effect in the navigation bar */
a.navigation:link {color:#004d1f; text-decoration:none; border: 0px none white; }
.navigation_img {height: 30px; width: 150px; border-style: none; margin:0px;padding:0px;}
a#home img {background: url(../graphics/button_image_01.jpg) top left no-repeat; color:#004d1f;}
a#home:hover img {background: url(../graphics/button_image_01-over.jpg) top left no-repeat;}
a#members img {background: url(../graphics/button_image_02.jpg) top left no-repeat; color:#004d1f;}
a#members:hover img {background: url(../graphics/button_image_02-over.jpg) top left no-repeat;}
a#adventure img {background: url(../graphics/button_image_03.jpg) top left no-repeat; color:#004d1f;}
a#adventure:hover img {background: url(../graphics/button_image_03-over.jpg) top left no-repeat;}
a#gallery_button img {background: url(../graphics/button_image_04.jpg) top left no-repeat; color:#004d1f;}
a#gallery_button:hover img {background: url(../graphics/button_image_04-over.jpg) top left no-repeat;}
a#links img {background: url(../graphics/button_image_05.jpg) top left no-repeat; color:#004d1f;}
a#links:hover img {background: url(../graphics/button_image_05-over.jpg) top left no-repeat;}
a#forum img {background: url(../graphics/button_image_06.jpg) top left no-repeat; color:#004d1f;}
a#forum:hover img {background: url(../graphics/button_image_06-over.jpg) top left no-repeat;}
a#contact img {background: url(../graphics/button_image_07.jpg) top left no-repeat; color:#004d1f;}
a#contact:hover img {background: url(../graphics/button_image_07-over.jpg) top left no-repeat;}

#navigation_button_group {
	margin-top: 20px;
	margin-left: 2px;
	width: 150px;
	background-color: #004d1f;
}

.navigation_fade {
	display:block;
	float: right;
	height: 100%;
}

#main_window {
	width:75%;
	float:left;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#main_window_gallery {
	width:75%;
	float:left;
	margin-right:auto;
	margin-left:auto;
}

#footer {
	FONT-SIZE: 11px;
	text-align:center;
	margin: 3px 3px 3px 3px;
	background-color: #b6a267;
	display:block;
}

#links_outer_box {
	background-color: #004e20;
	width: 80%;
	color: white;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

.links_major_topic {
	font-weight: bold;
	font-size: 11pt;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid white;
	border-bottom: 2px solid white; 
	margin-top: 5px;
	margin-bottom: 3px;
}

.links_minor_topic {
	background-color: #004e20;
	border-bottom: 1px dashed white; 
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

body {
    /*FONT-SIZE: 11px;*/
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: circle;
	height:100%;
  }

html {
	height:100%;
}






