body
{
 color: #3D3D3D;
 background-image:url('shipyard.jpg');
 background-color: #00CED1;
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size:100% 100%;
 font-family: verdana, sans-serif;
 font-size: 12px;
 line-height: 1.4em; 
}

a, a:link, a:visited
{
 color: #3D3D3D;
 font-weight: normal;
 text-decoration: none;
}
a:hover
{
 text-decoration: underline;
 cursor:pointer;
}

p
{
 text-indent:50px;
}

#page
{
 width: 982px;
 margin: 0 auto;
}

#page_header
{
 width: 982px;
 height: auto;
/* padding: 16px 16px 0;*/
 font-size: 48px;
/* font-weight: bold;*/
 text-shadow: 3px 3px 3px #d1feff;
 display: inline-block;
}
#page_header a:hover
{
 text-decoration: none;
}


#page_body
{
 width: 982px;
 background: url(body.png) repeat-y;
 padding: 0 10px;
 position:relative;
 display:inline-block;
}

#page_menu
{
 height: 54px;
 padding: 10px 50px 0;
 background: url(menu.png)  no-repeat;
}
#page_menu ul
{
 margin:0;
 padding:0;
 list-style:none;
}
#page_menu ul li
{
 margin:0;
 padding:0 2px 0 0;
 display:block;
 float:left;
 center right no-repeat;
}
#page_menu ul li a
{
 display:block;
 padding:0 0 0 45px;
 margin:0 30px;
 height:54px;
 line-height:52px;
 font-size:15px;
 text-shadow:0 1px 1px #d1feff;
 font-weight:700;
 background-repeat:no-repeat;
 background-position:0 10px;
}
#page_menu ul li a:hover
{
 text-decoration:none;
 text-shadow: 0 1px 1px #237072;
}
.visit_link
{
 text-decoration:underline;
 cursor:none;
}

#page_footer
{
 height: auto;
 padding: 10px;
 background:url(footer.png) no-repeat;
 background-size:982px 120px;
 text-align:center;
}
#page_footer ul li
{
 display:inline;
}
