
body {
font-family: tahoma;
}


.pageWrapper {
background-color: #6f6f6f;
background-image: url(img/_bkg.jpg);
background-repeat: repeat-x;
width: 100%;
height: auto;
}

.navWrapper {
margin-left: 34px;
width: 245px;
margin-top: 25px;
}

.bodyWrapper {
margin-top: 15px;
margin-left: 15px;
}

.bottomWrapper {
margin-top: 10px;
text-align: center;
font-size: 11px;
font-family: tahoma;
color: #acbed2;
}

.weatherBox {
margin-left: 80px;
background: #fff;
width: 95px;
height: 135px;
}


a.nav, a.nav:visited {
line-height: 26px;
display: inline-block;
width: 231px;
font-size: 18px;
font-family: tahoma;
color: #acbed2;
text-decoration: none;
border-bottom: 1px solid #00174d;
border-top: 1px solid #65a7e1;
}
a.nav:hover, a.nav:active {
background: #acbed2;
color: #00174d;
}


a.bottom {
color: #acbed2;
}


a, a:visited {
color: #00174d;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
color: #65a7e1
}

p {
font-size: 12px;
font-family: tahoma;
color:#505050;
}

h1 {
font-size: 18px;
font-family: tahoma;
color: #505050;
}

td {
font-size: 12px;
font-family: tahoma;
color: #505050;
}