/*-------------------------------------------------
  Main Stylesheet - modified to include the styles
  for the Junkyard guestbook
  Based on the Dynamic Drive CSS Library template
  CSS Fixed Layout #2.1- (Fixed-Fixed)
  Special version for 2 columns and no column header
-----------------------------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EFFFFF;
}

#maincontainer{
width: 860px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 164px; /*Height of top section*/
background: url(http://fredincolorado.com/homepage/images/header-i70b.jpg);
}

#topsection h1{
	font-family: Times New Roman ;
	margin: 0;
	font-size: 24pt;
	padding-top: 15px;
	padding-bottom:6px;
}

#topsection b{
	font-family: Times New Roman ;
	margin: 0;
	font-size: 12pt;
	}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 185px; /*Set left margin to LeftColumnWidth*/
	height: 415px ;
	overflow: auto ;
	padding-right: 6px ;
	background: #EFFFFF  ;
}

#leftcolumn{
	float: left;
	width: 185px; /*Width of left column*/
	margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
	background: #EFFFFF;
}

/*	Guestbook styles  */
body, td {
	color : Black;
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #23559C 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: #23559C 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #B8CFE7 1px solid;
}


/*  end of Guestbook stuff */

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 10px 4px 2px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0 4px;
}

#footer pre{
color: #FFFF80;
font-size: 7pt;
margin-bottom: -3px ;
}

