/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
  background: #ebebeb;
   background-image: url(../images/clear_shadow.gif); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/

}
#wrapper { 
 margin: 0 auto;
 width: 956px;
}

#header_link { 
 display: inline;
 margin: 10px 0px 0px 50px;
 padding: 0px;
 width: 155px;
 height:99px;
 float: left;
  background: #eee;

}

.header_ifly { 

 position:relative;
left:690px;
top:-112px;
float:right;
z-index:200;
}

#header_nav { 
font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 float: right;
 color: #525250;
 margin: 25px 10px 0px 0px;
 padding: 0px;
 width: 730px;
 display: inline;
 position: relative;
  background: #fff;
}

.header_links { 
 margin: 10px 0px 0px 100px;
}

.header_links a { 
 margin: 0px 8px 0px 8px;
}


#content { 
 width: 956px;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 584px;
}
#footer { 
 width: 921px;
 color: #333;
 margin: 0px 0px 10px 15px;
 padding: 10px;
}

.clear { clear: both; background: none; }

a {
 color: #033974;
 font-weight: bold;
 text-decoration: none
}

a:hover {
 color: #000;
}

h1 { color: #033974; font-size: 14px; line-height: 14px; font-family: Verdana, san-serif; margin: 0px 0px 10px 0px; text-decoration: none }
h2 { color: #033974; font-size: 13px; line-height: 13px; font-family: Verdana, san-serif; margin: 0px 0px 10px 0px; text-decoration: none }
h3 { color: #033974; font-size: 11px; line-height: 11px; font-family: Verdana, san-serif; margin: 0px 0px 10px 0px; text-decoration: none }
