/* CSS Document */

body, html {
background:url(images/hostshipback.jpg);
margin:0px;
height:100%;
}

#Page{
background:#dedede;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
height:100%;
width:720px;
margin:auto;
}

#Header{
padding-top:4px;
}

#Menu{
width:629;
text-align:center;
}

#Menu a{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#88683f;
text-decoration:none
}

#Menu a:hover{
color:#5E2F2B;
}

#Content{
border:#88683f 1px solid;
width:688px;
margin:auto;
font-family:Tahoma;
font-size:12px;
}

#Content a{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:#2c425f;
text-decoration:none
}

#Content a:hover{
color:#88683f;
}

#Content h1{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
}

#Content h2{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
}

#DesignBy{
text-align:center;
font-size:9px;
font-family:Tahoma;
}

#DesignBy a{
font-size:9px;
font-family:Tahoma;
color:#2c425f;
font-weight:bold;
text-decoration:none;
}

