@charset "utf-8";
/* CSS Document */

html {background-color:#BDAEC6;
background-image:url(images/backgroundshears2.png);
background-attachment:fixed;
background-position:bottom;
background-repeat:repeat-x;}

body {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: solid thin black;
}



h1 { font-size: 150%; font-weight: bold; margin: 1em 0 0.3em 0; color: #9C8AA5; }
h2 { font-size: 130%; font-weight: bold; margin: 1em 0 0.3em 0; color: #9C8AA5; }
h3 { font-size: 115%; font-weight: bold; margin: 1em 0 0.3em 0; color: #9C8AA5; }

p { margin: 0.7em 0}
  
a {
font-family: "Courier New", Courier, monospace;
color: #101010; 
text-decoration: none }

a:hover { background-color: #505050; color: white; }
  

#sidebar {
	text-align:center;
background-color:#FFF;float: right; width: 170px;
margin-top:0px;
padding: 0px 5px 0px 5px;}


#main {
	font-family: "Courier New", Courier, monospace;
width:590px;
padding: 0px 20px 0px 10px;
float:left;
background-color:#FFF;
}



/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; width:800px; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 135px; }


/* Everything else is theming */
 
#nav { 
	background-color: #000; 
	height: 37px; }
#nav *:hover { 
	background-color: none; }
#nav a { color: white; font-size: 16px; padding: 10px 29px 10px 26px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 37px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #bdaec6; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


#footer { 
        font-family: Trebuchet MS; 
        font-size: 12px;
        padding:2px;
        margin:0px;
        color:#fff;     
        text-align:center;
		background-color:#421C52;
		border-top: solid thin black;}
		
.footer a {color:#FFF;}
		
.container {
   width: 800px;  
   margin-left: auto;  
   margin-right: auto;}  
   

.clearer {  
  clear: both;}  
  
div#piclinks a:hover {
	background:none; }
	
a img { border:0;}

a:hover img {border:1px black solid;}

img {display:block;}
