﻿@charset "utf-8";
/* CSS Document */
body {margin:0;
 	  padding:0;
	  background-image:url(images/shadow3.jpg);
	  background-repeat: repeat-y; 
      background-position: center; 
	  background-color: #f7f4ee;
      color:#000000;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:90%;
	  text-align:center;
}
#wrapper {
     width:768px;
	 margin:auto;
	 min-width:768px;
     font-family:Verdana, Arial, sans-serif;
     background-color:#ffffff;
     color:#333333;
     text-align:center;
	 }
#container {  background-image: url(images/blueback2.gif);
	 background-repeat: repeat-y;
	 text-align:left;
}
#container2 { background-image: url(images/greyback.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:left;
}


#logo{ color: #036; 
       background-color:#fff;
	   background-image:url(images/roller.gif);
	   background-position:left;
	   background-repeat:no-repeat;
       font-weight:bold;
       border-bottom: 2px groove #000033;
       padding:0;
	   margin:0;

}
#logo h1 { font-family:Georgia, "Times New Roman", Times, serif;
 		   margin:0;
           padding-right:10px;
		   text-align:right;
		   padding-bottom:5px;
}

#motto { font-weight:bold;
		 font-family:Georgia, "Times New Roman", Times, serif;
		 font-size:30%;
		 color:#2a85c4;
	 	 letter-spacing:0.4em;
} 
		
.bar {	background-color: #2a85c4;
		color: #eaeaea;
		height:3px;
		border-bottom: 1px solid #003;
		margin: 0;
		}
	
 
img {border:0;


}
	 
	
		 
#navigation { float:left;
	border-bottom:2px solid #036;
	text-align:left;
	margin: 0;
	width:145px;
}

#more{float:right;
 	width:150px;
	  font-size:75%;
	  background-color:#eaeaea;
	  text-align:left;
 }
.amazon {text-align:center;

}
.moretext {margin:5px;
    
			   text-align:center;
}

#content {margin:-10px 150px 0 150px;
         padding: 0 10px 10px 10px;
         background-color:#fff;
   		 color:#333;
		 font-size:90%;
		 text-align:left;
}
#content li {margin-right:10px;
}
#content form{margin-left: 20px;
}

.footer { font-size:.70em;
          text-align:center;
	      background-color:#fff;
   	      color:#036;
}	
a:link {color:#336699; }
a:visited {	color: #003366; }
a:hover {color: #993300;
          text-decoration:none;}
.menu {
  padding:0;
  margin:0;
    list-style-type:none;
    font-family:arial, verdana, sans-serif;
  }
.menu li {
 display:inline;
 }

.menu a {
  display:block;
  border-bottom:1px solid #ccc;
  text-decoration:none;
  background:#036; 
  color:#fff; 
  padding:0.4em 0 0.4em 2em; 
  font-size:90%;
  }
 .menu a:visited {
  font-family:arial, verdana, sans-serif;
  background:#036; 
  color:#ccc; 
  }
.menu a:hover {
	background-color:#2a85c4;
	/* background-image:url(images/bar.jpg); */
  color:#fff;
  }

.sideimages {
	margin:30px;
}

p { margin:20px;
}
	
h3 {color: #2a85c4;
    background-color:#fff;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:110%;
   margin-left:10px;
}

#more h2 {color: #2a85c4;
	padding-left:10px;
    background-color:#eaeaea;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:110%;
   border-bottom:none;
}
.floatright {margin:10px;
             float:right;
}
.contentleft {margin-left: 5%;
              width:40%;
}
.contentright {margin-right: 5%;
                    float: right;
					width:40%;
					}
.floatleft{margin:10px;
             float:left;
}
h2 {
	padding-bottom: 2px;
	letter-spacing:0.1em;
	margin:10px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	font-size:120%;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #2a85c4;
}
.cleardiv {clear:both;
}
.newsitem {font-size:.9em;
           margin:10px;
}
.code {font-family:"Courier New", Courier, monospace;
}
#num {font-size:110%;
	font-family: "Times New Roman", Times, serif;
}
.num  {font-size:110%;
	font-family: "Times New Roman", Times, serif;
}
.colortable {width:300px;
text-align:center;
border:1px solid #036;
color:#666666;
font-size:80%;

}
.colortable td {padding:3px;
}
.light {color:#eaeaea;
}
#filler {height:500px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cover {margin:10px;
        padding-right: 10px;
        float:left;
		}		
