/* Navyfield Sailor Exp Calculator - Stylesheet  */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 background: url(../img/navyfield_sec_bg.png) top repeat-x #313131;
 margin: 0px;
 padding: 0px;
 line-height: 19px;
}

#wrapper {
 margin: auto;
 width: 895px;
}

#header {
 height: 136px;
 background: url(../img/navyfield_sec_logo.png) no-repeat top left;
}

#calculator {
 height: 230px;
}

#form {
 text-align: center;
 color: #000;
 padding: 75px 0 0 0;
}

#calcu_form {
 text-align: left;
}

#start , #end {
 width: 200px;
 border: none;
 font-size: 14px;
 padding: 5px;
}

#button {
 width: 100px;
 border: none;
 font-size: 14px;
 padding: 5px;
 background: #333;
 color: #fff;
 font-weight: bold;
}

#button:hover {
 background: #999;
 cursor: pointer;
}

#info {
 height: 338px;
 background: url(../img/navyfield_sec_info_bg.png) top center no-repeat;
}

.block {
 float: left;
 height: 139px;
 width: 445px;
 padding: 30px 0 0 0;
}

.block a {
 color: #fff;
 text-decoration: none;
}

.block a:hover {
 color: #FFCC00;
}

#footer {
 height: 30px;
 padding: 15px 0 0 0 ;
}

#footer a {
 color: #fff;
 text-decoration: none;
}

#footer a:hover {
 color: #3775a0;
}

.align_right {
 text-align: right;
}
