/*
      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 {
 background-image:url(shea1.jpg);
 background-repeat:no-repeat;
 background-color:#FFF;
 background-position:center;
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size:cover;
}

#wrapper { 
width: 974px;
margin-left:auto;
margin-right:auto;
height: 850px;
 
}


#header {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1008px;
}

.body_content {
    background-image: url("CONTENT.png");
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -440px;
    width: 1008px;
	padding-bottom: 15px;
}

.video {
    float: left;
    margin-left: 463px;
    margin-top: -216px;
}



.navigation {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -63px;
    margin-top: -50px;
}

.ul, ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.navigation li {
    float: left;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0;
    margin-top: 0;
	text-decoration:none;
	display: inline;
}

.navigation li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #FFFFFF;
    font-family:"Arial Black", Gadget, sans-serif !important;
    font-size: 12px;
    letter-spacing: 0px;
}

.navigation li a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid;
    color: #f28f01;
    font-family:"Arial Black", Gadget, sans-serif !important;
    font-size: 14px;
    letter-spacing: 0px;
	text-decoration:none !important;
}

a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    -moz-text-decoration-line: none !important;
     text-decoration:none !important;
}
