a img {
        border: 0;
        }
		
body {	
       text-align:center;
       font-size: 13px;
    	line-height: 1.2em;
	   font-family: Helvetica, Geneva, HarmonyBeta-Display, "Trebuchet MS",  TGeorgia, "Times New Roman", times, serif;
	   background-image:url(../images/background.jpg);
	   background-repeat:no-repeat;
	   margin:0;
       padding:0;   
       color:#000;		    
       }

p { 
    margin:0;
    padding:0;

    }
ul { 
     list-style-type: square;
     margin:0;
     padding-top: 0;
	 position: relative;
     top: -10px;
     padding-left: 18px;
      }
li { 

      }
h1 {
     display:none;
     }

h2 {
     color:#000;
     font-size: 16px;
	 font-family: Helvetica, HarmonyBeta-Display, "Trebuchet MS",  TGeorgia, "Times New Roman", times, serif;
	 font-weight:bold;
	 text-decoration:none;
	 margin-bottom:-10px;
     }
	 
h3 {
	 color:#000;
     font-size: 11px;
	 font-family: Helvetica, HarmonyBeta-Display, "Trebuchet MS",  TGeorgia, "Times New Roman", times, serif;
	 text-decoration:none;
	 margin-bottom:-15px;
	 margin-top:0px;
}


	
#wrap {     
        position:absolute;
        text-align:left;
        background: none;
        width:800px;
		height:600px;
		margin:0 auto;
		/*border:#000000;
		border-bottom-style:solid;
		border-bottom-width:medium;
		
		
		Changes to centered layout
		margin:0 auto;
	
		*/
        }
		
#header {
	  position:fixed;
	  left:300px;
	  top:65px;
	  width:700px;
	  vertical-align:bottom;
}		
	
#content{
	position:relative;
	left:300px;
	top:100px;
	width:700px;
}

#content a {
	color:#6d6e71;
	text-decoration:none;
	font-size:11px;
}

#content a:hover{
	color:#660000;
	text-decoration:none;
}

#leftcol{
	position:relative;
	float:left;
	
}

#rightcol{
	position:relative;
	float:right;
}

#footer{
	position:fixed;
	width:450px;
	height:300px;
	float:right;
	top:470px;
	left:850px;
}
	
.clearfix:after {
                  content: "."; 
                  display: block; 
                  height: 0; 
                  clear: both; 
                  visibility: hidden;
                  }

.clearfix {
            display: inline-block; 
            }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
            display: block;
            }
/* End hide from IE-mac */


