
/* Layout Stylesheet */ 

a {text-decoration: none}

body{
 background-color: #ffffff;
 margin: 0;
 padding:0; 
 font-family: arial, "lucida console", sans-serif;
 text-align: center;			/* This is a workaround hack to centerize the body div container in IE */
}

#outer_container {
 position:relative;
 height: 100%;
 width:653px;
 margin: 0px auto 0px auto;		/* This centerizes the outer_container: top=0, right=auto(even spacing), bottom=0, left=auto(even spacing) */
} 

#logo1{
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:0px;
 top:0px;
 margin:0;
 overflow:hidden
}

#logo2{
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:183px;
 top:0px;
 margin:0;
 overflow:hidden
}

#homebutton {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:183px;
 top:84px;
 margin:0;
}

#servicesbutton {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:292px;
 top:84px;
 margin:0;
}

#portfoliobutton {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:382px;
 top:84px;
 margin:0;
}

#crewbutton {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:472px;
 top:84px;
 margin:0;
}

#contactbutton {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;
 position:absolute;
 left:562px;
 top:84px;
 margin:0;
}

#copyrightnote {
 position:absolute;
 bottom:2%;				/* this sets the copyright footer container element to the bottom 2% in the "outer_container" */
 font-size: 9px;
 color:#999999;
 left: 0px;
 width: 653px;
 text-align: center;
} 

/* End of Layout Stylesheet */ 