
/*STRUCTURE*/
body {
	background-image: url(img/_bkg.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
.navBox {
	margin-top: 157px;
	margin-left: 0px;
	width: 100%;
	text-align: left;	
	
}	
.leftBox {
	background-repeat: no-repeat;
	font-size: 12px;
	height: 260px;
	width: 250px; 
	margin-left: 10px;
	margin-right: 10px;


}
.leftBoxHeader {
	padding-top: 25px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
.leftBoxText {
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
}

.bottom {
	font-size: 10px;
}

.bodyWrapper {
padding-right: 15px;
}

/* TEXT */
a, a:visited {
    text-decoration: none;
    color: #2588BA;
}
a:hover, a:active {
    text-decoration: none;
    color:red;
}
a.nav, a.nav:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-left: 1px solid #000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	display: inline-block;
}
a.nav:hover, a.nav:active {
	color: #f0f0f0;	
	background: #000;
}
