				body{			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;			padding: 0px;			margin: 0px;			background-image: url(../pics/back.png);		}								body>div{			display: none;		}				a img {			border: none; 		}				.container{			border: 1px solid grey;		}				a{			color: #133d68;			text-decoration: none;		}								.mainMenu span{			display: inline-block;		}				.leftGrad{						width: 1040px;			background-repeat: repeat-y;			background-position: 0 0;			background-image: url(../pics/left.png);					}				.rightGrad{			width: 1040px;			background-repeat: repeat-y;			background-position: 100% 0;			background-image: url(../pics/right.png);		}				.container{			background-color: white;		}				.content{			min-height: 700px;			/*padding: 5px;*/		}				.header{			position: relative; 			background-image: url(../pics/header_back_2.jpg);			background-color: white; 			border-bottom: 1px solid grey; 			height:290px;		}				.footer{								text-align: center;			padding: 10px;			height: 30px;			background: url(../menu/images/main-bg.png) repeat-x;			color: #e5e5e5;			font-weight: bold;		}				.navbar{					position: absolute;			width: 200px;			left: 790px;			top: 10px;			padding: 5px;			color: black;						background-image: url(../pics/back_tile.png);			font-weight: bold;		}				.mainMenu{						margin-top: 45px; 			font-size: 110%; 			color: white;			background-color: #133d68;			height: 32px;			background-image: url(../pics/menu.png);				}				.mainMenu a{			color: white;			text-decoration: none;		}				.mainMenu span{			color: white;			padding: 5px 20px;			text-decoration: none;		}				.logo{			position: absolute;			top: 10px;			background-image: url(../pics/logo_back.png);					background-repeat: no-repeat;		}				.article p{			text-indent: 1.5em;		}				.artColls td{			width: 33%;			vertical-align: top;			padding: 10px 20px;			text-align: justify;			background-color: #CCE1EA;			margin: 0px;		}				.articleTumb h3{			color: #296487;		}