BODY {
background-image: url(img/_bkg.jpg);
background-repeat:repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
font-size: 11px;
}


h1 {
font-size: 18px;
}

.navWrapper {
background-image: url(img/_left.jpg); 
background-repeat: no-repeat; 
width: 100%; 
height: 100%;
padding-left: 20px;
}

.bodyWrapper {
width: 400px;
margin-top: 30px;
margin-left: 30px;
}

.pixWrapper {
	position: absolute;
	left: 680px;
}

.bottom {
font-size: 10px;
padding-bottom: 5px;
text-align:center;
}


a.nav, a.nav:visited {
font-size: 18px;
color: #000000;
font-weight: bold;
line-height: 42px;
text-decoration: none;
}

a.nav:hover, a.nav:active {
color: #505050;
}

a.bottomLink, a.bottomLink:visited {
font-size: 10px;
color: #000000;
text-decoration: none;
}
a.bottomLink:hover, a.bottomLink:active{
text-decoration: underline;
}
