    body {
        margin:0;
        border:0;	
        width:100%;
		background: url('/img/bgbody.jpg');
		color: #1f3937;
    }
	
	img {
		border:0px;
	}
	
	a, a:visited, a:active, a:hover{
		outline:none;
		text-decoration:underline;
		color:#1f3937;
	}
	
	table{
		border-collapse: collapse;
		margin:0px;
		border: 0px;
	}

	table td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.9em;
		padding:0px;
	}
		
	#global{
		width:998px;
		height:100%;
		min-height:730px;
		text-align:center;
		vertical-align:top;	
		background: url('/img/bgglobal.png') repeat-y center;	
	}	
		
		
		
	#left{
		height:100%;
		min-height:730px;
		width:196px;
		background: url('/img/bgleft.jpg') no-repeat top right #CBE6FC; 
		vertical-align:top;
	}
	
	
	#center{
		height:100%;
		min-height:730px;
		width:624px;
		background: #E7EDF3;
		vertical-align:top;				
	}
	
	
	#right{
		height:100%;
		min-height:730px;
		width:168px;
		background: url('/img/bgright.jpg') no-repeat top right #CCE6FD;
		vertical-align:top;
	}
	
	
	.menu{
		width:100%;
		height:33px;
		vertical-align:top;
		padding-left:20px;
		text-align:left;
	}
	
	.menu a{
		margin-bottom:11px;
	}

